Router0
=======
enable
conf t
interface Serial0/3/0
ip address 10.0.0.1 255.255.255.252
no shutdown
interface Serial0/3/1
ip address 10.0.0.5 255.255.255.252
no shutdown
exit
ip route 192.168.1.0 255.255.255.0 10.0.0.2
ip route 192.168.2.0 255.255.255.0 10.0.0.6
Router1
=======
enable
conf t
interface Serial0/3/0
ip address 10.0.0.2 255.255.255.252
no shutdown
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 10.0.0.1
Router2
=======
enable
conf t
interface Serial0/3/0
ip address 10.0.0.6 255.255.255.252
no shutdown
interface GigabitEthernet0/0
ip address 192.168.2.1 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 10.0.0.5
==================
PC CONFIGURATION
==================
💬 Comments