OSPF config Flashcards
(29 cards)
What command starts OSPF configuration in router config mode?
router ospf <process-id>
What command advertises a network in OSPF?
network <ip> <wildcard-mask> area <area-id>
What command sets the OSPF router ID manually?
router-id <x.x.x.x>
inside OSPF router config mode
What command makes an interface passive in OSPF?
passive-interface <interface>
What command makes all interfaces passive by default in OSPF?
passive-interface default
What command sets the OSPF cost on an interface?
ip ospf cost <value>
What command sets the OSPF reference bandwidth?
auto-cost reference-bandwidth <value>
in router OSPF config mode
What command prevents a router from becoming DR or BDR?
ip ospf priority 0
on the interface
What command sets OSPF router priority for DR election?
ip ospf priority <0-255>
What command enables OSPF plaintext authentication on an interface?
ip ospf authentication
and ip ospf authentication-key <key>
What command enables MD5 authentication for OSPF?
ip ospf authentication message-digest
How is an MD5 key configured for OSPF?
ip ospf message-digest-key <key-id> md5 <key>
What command sets the OSPF network type to point-to-point?
ip ospf network point-to-point
What command sets the OSPF network type to non-broadcast?
ip ospf network non-broadcast
Which network type requires manual neighbor configuration in OSPF?
Non-broadcast and point-to-multipoint non-broadcast
What command adds a manual OSPF neighbor?
neighbor <ip-address> [priority <value>]
in router OSPF mode
Why is manual neighbor configuration needed?
For non-broadcast OSPF network types that do not support multicast discovery.
What command makes an area a stub?
area <area-id> stub
What command makes an area totally stubby?
area <area-id> stub no-summary
What command makes an area NSSA?
area <area-id> nssa
What command makes an area a Totally NSSA?
area <area-id> nssa no-summary
How do you assign an OSPF process to an interface using ‘ip ospf’?
ip ospf <process-id> area <area-id>
on the interface
What command verifies OSPF neighbors?
show ip ospf neighbor
What command verifies OSPF routes?
show ip route ospf