Tek Alanda OSPF Yapılandırmak
RouterA(config)# router ospf 10
RouterA(config-router)# network 192.168.10.0 0.0.0.255 area 0
Çoklu Alanda OSPF Yapılandırmak
RouterA(config)# router ospf 1
RouterA(config-router)# network 172.16.0.0 0.0.255.255 area 0
RouterA(config-router)# network 192.168.1.0 0.0.0.255 area 1
Yapılandırma doğrulama komutları (show)
RouterA# show ip protocols
RouterA# show ip route
RouterA# show ip ospf interface
OSPFv3 Yapılandırmak
Router(config)# ipv6 router ospf 10
Router(config-rtr)# router-id 1.1.1.1
Router(config-rtf)# interface g0/0
Router(config-if)# ipv6 ospf 1 area 0
Router(config-if)# interface g0/1
Router(config-if)# ipv6 ospf 1 area 0
Yapılandırma doğrulama komutları (show)
Router# show ipv6 route ospf
Router# show ipv6 ospf neighbor
Router# show ipv6 ospf
Yorumlar
Yorum Gönder