A network engineer is troubleshooting an OSPF adjacency that is flapping between two routers. The adjacency forms and then drops repeatedly. Both routers are configured for BFD on the OSPF interface. The engineer checks the BFD session and sees it is up, but the OSPF neighbor state transitions from FULL to DOWN every few seconds. What is the most likely cause of this issue?
Trap 1: The BFD timers are set too low on one router.
BFD timers do not affect OSPF adjacency stability if the BFD session is up; the flap is due to OSPF itself.
Trap 2: The interface is flapping due to a physical issue.
If the interface were flapping, the BFD session would also go down, but the BFD session remains up.
Trap 3: BFD is configured with the 'strict-mode' command, causing OSPF to…
Strict-mode does not cause OSPF to ignore BFD; it makes BFD more aggressive in failing over.
- A
The BFD timers are set too low on one router.
Why wrong: BFD timers do not affect OSPF adjacency stability if the BFD session is up; the flap is due to OSPF itself.
- B
The OSPF dead interval is mismatched between the two routers.
A mismatch in OSPF dead interval (or hello interval) causes the adjacency to reset even if BFD is healthy, because OSPF uses its own keepalive mechanism.
- C
The interface is flapping due to a physical issue.
Why wrong: If the interface were flapping, the BFD session would also go down, but the BFD session remains up.
- D
BFD is configured with the 'strict-mode' command, causing OSPF to ignore BFD state.
Why wrong: Strict-mode does not cause OSPF to ignore BFD; it makes BFD more aggressive in failing over.