Dynamic Routing OSPF
Router 1 OSPF configuration area 0 :
R1#
R1#confi
R1#configure
R1(config)#router ospf 100
R1(config-router)#network 192.168.0.0 ?
R1(config-router)#network 192.168.0.0 0.0.0.255 area 0
R1(config-router)#network 192.168.1.0 0.0.0.255 area 0
R1(config-router)#network 192.168.2.0 0.0.0.255 area 0
R1(config-router)#network 10.10.10.0 0.0.0.255 area 0
R1(config-router)#ext
Router 2 OSPF configuration area 0 :
R2(config)#router ospf 200
R2(config-router)#network 192.168.186.0 0.0.0.255 area 0
R2(config-router)#network 10.10.10.0 0.0.0.3 area 0
Comments
Post a Comment