You are on page 1of 1

ROUTER 0

enable
config t
interface g0/0
ip address 192.6.4.1 255.255.255.0
no shut
exit
interface g0/1
ip address 192.6.3.1 255.255.255.0
no shut
exit
router ospf 5
router-id 1.1.1.1
network 192.6.3.0 0.0.0.255 area 0
network 192.6.4.0 0.0.0.255 area 10
passive-interface g0/0

ROUTER 1

enable
config t
interface g0/0
ip address 192.6.5.1 255.255.255.0
no shut
exit
interface g0/1
ip address 192.6.3.2 255.255.255.0
no shut
exit
router ospf 50
router-id 2.2.2.2
network 192.6.3.2 0.0.0.255 area 0
network 192.6.5.1 0.0.0.255 area 20
passive-interface g0/0

You might also like