25 - OSPF Part 2 Flashcards
Configure all interfaces to be OSPF passive interfaces by default:
R1(config-router)# […]
passive-interface default
Configure the bandwidth of an interface:
R1(config-if)# […]
bandwidth <kilobits-per-second></kilobits-per-second>
Configure the OSPF cost of an interface:
R1(config-if)# […]
ip ospf cost <cost></cost>
Configure the OSPF reference bandwidth:
R1(config-router)# […]
auto-cost reference-bandwidth <megabits-per-second></megabits-per-second>
Does the bandwidth command change the speed at which an interface operates?
No
(the speed command does)
Enable OSPF directly on an interface:
R1(config-if)# […]
ip ospf <process-id> area <area-id></area-id></process-id>
If a router receives an OSPF Hello packet but its own router ID is not in the Hello packet, the neighbor state is […].
Init
If no Hello messages have been received, the OSPF neighbor state is […].
Down
In the OSPF […] state, routers exchange DBDs which contain a list of LSAs in their LSDB.
Exchange
In the OSPF […] state, routers send LSR messages to request LSAs from their neighbor.
Loading
In the OSPF […] state, the routers have a full OSPF adjacency and identical LSDBs.
Full
In the OSPF Exstart state, which router becomes the Master?
The router with the higher router ID.
In the OSPF Exstart state, which router becomes the Slave?
The router with the lower router ID
In which OSPF neighbor state are a Master and Slave determined?
Exstart
OSPF DR/BDRs are elected in the […] neighbor state.
2-way
OSPF Hello messages are multicast to […]
224.0.0.5
OSPF LSAs are sent in […] messages.
LSU
OSPF Message type 1 = […]
Hello