Basic Connecting Router LAN Interfaces.
Step By Step
1.
Take one router 2620xm
2.
Take one switch
3.
Take 2 PC
4.
Use straight-through cables for all connections.
5.
Configure router as shown below.
Router>en
Router#config t
Router(config)#int fa0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
6.
PC0 IP Address 192.168.1.1 Subnet
Mask 255.255.255.0 Default Gateway
192.168.1.1
7.
PC1 IP Address 192.168.1.3 Subnet
Mask 255.255.255.0 Default Gateway
192.168.1.1
8.
Ping from PC0 to PC1.