Chapter 21 - OSPF Network Types and Neighbors Flashcards
What are the three different OSPF network types?
- Point to Point - Enabled on PPP and HDLC interfaces by default.
- Broadcast (DR and BDR selection) - Enabled by default on Ethernet and FDDI (Fibre Distributed Data Interfaces) interfaces.
- Non Broadcast - Enabled on Frame Relay and X.25 interfaces by default.
True or False. All OSPF Network Types use a DR and a BDR.
False. Only broadcast and non broadcast uses a DR and BDR.
What is the default OSPF network type used on an OSPF enabled Ethernet interface?
Broadcast.
When using the ‘show ip ospf interface brief’ command, what does the ‘nbrs F/C’ collumn mean?
This collumn lists two numbers.
- The first number lists the total number of Fully Adjacent (neighbors in a Full state with the local router) neighbors discovered out of a specified interface.
- The second number lists the total number of neighbors discovered out of a specified interface. This will include DROthers.
True or False. If the current DR fails, the BDR will be come the DR and a new BDR will be elected.
True.
What are the two configurable settings that can influence OSPF DR/BDR election?
- OSPF Interface Priority - Must be a value between 0 and 255. The highest value wins in an election.
- OSPF Router ID - If the interface priority is tied then the highest Router ID wins in an election.
When would you use a Point to Point network type over a Broadcast network type?
- If you have two routers connected over a single link
True or False. Broadcast network type increases OSPF convergence time.
True as all routers need to communicate with the DR and BDR to react to any changes in topology.
What will the router do if you shutdown a routing protocol process? (e.g. shutdown when in router ospf process config mode)
- Brings down all neighbor relationships and clears the OSPF neighbor table
- Clears the LSDB
- Clears the IP routing table of any OSPF learned routes
- Retains OSPF configuration
- Lists OSPF enabled interfaces in the ‘show ip ospf interface’ command but in a DOWN state
True or False. Neighboring routers will share routes even if their neighboring interfaces have different MTU values.
False. However the neighbors may still be visible when using the ‘show ip ospf neighbor’ command.
What happens if two neighboring routers use different OSPF network types?
- The two routers become fully adjacent neighbors (reach a FULL state)
- They exchange their LSDBs
- They do not add IP routes to their routing tables as the routes are not learned
What is an OSPF Network Type?
- Refers to the type of connection between OSPF neighbors.
If there is only a single router on a network segment, what will happen in relation to DRs and BDRs?
Only a DR will exist and that router will become the DR.
What is the order of priority for DR selection?
- BDR - BDR will always become DR first
- Highest OSPF interface priority (default of 1 on all interfaces) - Used to select BDR
- Highest router ID - Used to select BDR
What command could you use to find the Router State (DR/BDR/DROther), Router ID, and Interface Priority of an interface?
show ip ospf int <interface></interface>