You are on page 1of 3

For router to router ROUTER 0

Network address Nexthop


Enable
192.168.1.0 Serial 0/0
Config terminal 192.168.3.0 Fast 0/0
Interface serial 0/0 192.168.4.0 192.168.1.2
Ip address 192.168.1.1 255.255.255.0 192.168.5.0 192.168.1.2
Clock rate 64000 192.168.2.0 192.168.1.2
No sh
Router#sh ip route

C 192.168.1.0/24 is directly connected, Serial0/0


Interface fa0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
Ip add 192.168.3.1 255.255.255.0 Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Ip dhcp pool LAN1 Router(config)#ip route 192.168.4.0 255.255.255.0 192.168.1.2
Network 192.168.3.1 Router(config)#ip route 192.168.5.0 255.255.255.0 192.168.1.2
Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.2
Default-router 192.168.3.1 Router(config)#exit
Router#sh ip route
Dns-server 192.168.3.1

No sh C 192.168.1.0/24 is directly connected, Serial0/0


S 192.168.2.0/24 [1/0] via 192.168.1.2
C 192.168.3.0/24 is directly connected, FastEthernet0/0
S 192.168.4.0/24 [1/0] via 192.168.1.2
S 192.168.5.0/24 [1/0] via 192.168.1.2
Router#
Router1

Network address Nexthop


192.168.1.0 Serial 0/0
192.168.4.0 Fast 0/0
192.168.2.0 Serial 0/1
192.168.3.0 192.168.1.1
192.168.5.0 192.168.2.2

Router2

Network address Nexthop


192.168.2.0 Serial 0/0
192.168.5.0 Fast 0/0
192.168.1.0 192.168.2.1
192.168.3.0 192.168.1.1
192.168.4.0 192.168.2.1

You might also like