Az Area 0 gerinchálózat.
Area 1 | Area 0 | Area 51 |
---|
R1(config)# router ospf 10 R1(config-router)# router-id 1.1.1.1 R1(config-router)# network 10.1.1.1 0.0.0.0 area 1 R1(config-router)# network 10.1.2.1 0.0.0.0 area 1 R1(config-router)# network 192.168.10.1 0.0.0.0 area 0 R1(config-router)# end
Ha nem osztályos hálózatokat kell irányítani, akkor kapcsoljuk ki az automatikus összegzést:
R1(config-router)# no auto-summary
Ha passziválni kell interfészeket:
R1(config-router)# passive-interface GigabitEthernet 0/1 R1(config-router)# passive-interface Lo1 0/1
Ha egy tartományra összegzést kell beállítani:
R1(config-router)# area 1 range 172.27.0.0 255.255.252.0
Az alapértelmezett költség megváltoztatása:
R1(config-router)# auto-cost reference-bandwidth 1000
Interfészhez sávszélessége:
R1(config)# interface Serial0/0/0 R1(config-if)# bandwidth 128
OSPF költség beállítása interfészen:
R1(config)# interface Serial0/0/0 R1(config-if)# ip ospf cost 7500
OSPF MD5 kulcs készítse S0/0/0 interfészen:
R1(config)# interface Serial0/0/0 R1(config-if)# ip ospf message-digest-key 1 md5 titok
A beállított jelszó „titok”.
Az azonosítást most alkalmazni kell:
R1(config-if)# ip ospf authentication message-digest
R1(config)# ipv6 unicast-routing R1(config)# ipv6 router ospf 10 R1(config-rtr)# router-id 1.1.1.1 R1(config-rtr)#exit R1(config)# R1(config)# interface GigabitEthernet 0/0 R1(config-if)# ipv6 ospf 10 area 1 R1(config-if)# R1(config-if)# interface Serial0/0/0 R1(config-if)# ipv6 ospf 10 area 0 R1(config-if)#end
R1# show ip route ospf | begin Gateway
A kapcsolódó routerek megtekintése:
R1# show ip ospf neighbor
R1# show ip ospf
Minden interfészről részletes információ:
R1# show ip ospf interface
Folyamatazonosító, router azonosító, összegzések, irányított hálózatok, passzív interfészek:
R1# show ip protocols
Összefoglaló lista az interfészekről:
R1# show ip ospf interface brief
R1# show ip route ospf
R1# show ip ospf database
R1# show ipv6 protocols
R1# show ipv6 ospf interface brief
R1# show ipv6 route ospf
R1# show ipv6 ospf database
R1# show ip route ospf
R1# show ip ospf database
R1(config)# router ospf 10 R1(config-router)# area 1 range 10.1.0.0 255.255.252.0
R1# show ip route ospf | begin Gateway