Module 2 OSPF Flashcards
What is an OSPF router ID?
A 32-bit value represented as an IPv4 address, used to uniquely identify an OSPF router.
What are the two ways an OSPF router ID can be defined?
- Defined by an administrator
- Automatically assigned by the router
What role does the router ID play in OSPF database synchronization?
During the Exchange State, the router with the highest router ID sends their database descriptor (DBD) packets first.
In a multiaccess LAN environment, how is the designated router (DR) elected?
The router with the highest router ID is elected as the DR.
What is the function of the backup designated router (BDR)?
The BDR serves as a backup in case the DR fails.
What command is used to verify OSPF router roles?
show ip ospf interface
What does the output of the ‘show ip ospf interface’ command indicate about R3?
R3 is the DR with router ID 3.3.3.3.
What is the default priority for OSPF routers?
1
What is the multicast address used by the DR for OSPF?
224.0.0.5
What is the address used by DROTHERs to send OSPF packets?
224.0.0.6
What state indicates a router is fully adjacent with a DR?
FULL/DR
What does the term FULL/DROTHER indicate?
A DR or BDR router that is fully adjacent with a non-DR or BDR router.
What happens to the DR if it fails?
The BDR is automatically promoted to DR.
What is the default reference bandwidth for OSPF cost calculation?
100,000,000 bps
What is the formula to calculate OSPF cost?
Cost = reference bandwidth / interface bandwidth
What command adjusts the reference bandwidth on OSPF routers?
auto-cost reference-bandwidth
True or False: A router with a priority of 0 can be elected as DR or BDR.
False
What command is used to change the OSPF priority of an interface?
ip ospf priority [value]
What happens if all routers have the same interface priority?
The router with the highest router ID is elected as DR.
What is a DROTHER?
A router that is neither the DR nor the BDR.
What does the command ‘show ip ospf neighbor’ verify?
It verifies the OSPFv2 adjacencies.
What is the state of a non-DR router that has a neighbor relationship with another non-DR router?
2-WAY/DROTHER
What must happen for a new BDR election to occur?
The current BDR must be promoted to DR.
If the DR fails, what will happen to the BDR?
The BDR is automatically promoted to DR.
What is the significance of the ‘show ip ospf neighbor’ command output for R2?
It confirms R2’s adjacencies with R1 and R3, showing their states.
What happens if the DR fails?
The BDR is automatically promoted to DR.
What is the result after a BDR is promoted to DR?
A new BDR election occurs.
What is the basic syntax for the OSPF network command?
Router(config-router)# network network-address wildcard-mask area area-id
What does the wildcard mask represent?
The inverse of the subnet mask configured on that interface.
How can a router ID be explicitly configured?
Using the command ‘router-id rid’ in router configuration mode.
What is the preferred method to reset the router ID?
Clearing the OSPF process.
What is the order of precedence for deriving the OSPF router ID?
- Explicitly configured router ID
- Highest IPv4 address of any configured loopback interfaces
- Highest active IPv4 address of any physical interfaces
What command is used to configure OSPF directly on an interface?
ip ospf process-id area area-id