https://www.dropbox.com/s/k3wsu78u4qfgpfh/Network.pkt
Configure the network so that
1) for router to router connection, the left router will have the lowest ip address and the right router will have the 2nd lowest ip address within the same subnet
2) for router to PC connection, the router will have the highest ip address and the PC will have the lowest ip address within the same subnet
Commands used
For DCE serial cable (example),
router> enable
router# conf t
router(config)# interface s0/0/0
router(config-if)# ip address 192.168.1.1 255.255.255.0
router(config-if)# clock rate 56000
router(config-if)# no shutdown
For other cables (example),
router> enable
router# conf t
router(config)# interface fa0/0
router(config-if)# ip address 192.168.1.1 255.255.255.0
router(config-if)# no shutdown
No comments:
Post a Comment