352-001 · Question #97
What is the primary requirement for deploying OSPF graceful restart on a router?
The correct answer is B. The adjacent router must support graceful restart helper mode. OSPF graceful restart requires that neighboring routers support helper mode to maintain adjacency during the restarting router's recovery period.
Question
What is the primary requirement for deploying OSPF graceful restart on a router?
Options
- AAggressive routing protocol hellos and keepalives must be running on the router.
- BThe adjacent router must support graceful restart helper mode.
- CSome form of fast Layer 2 down detection must be enabled on the router.
- DThe adjacent routers must be enabled to forward traffic during the failure.
How the community answered
(18 responses)- A6% (1)
- B89% (16)
- D6% (1)
Why each option
OSPF graceful restart requires that neighboring routers support helper mode to maintain adjacency during the restarting router's recovery period.
Aggressive hellos and keepalives are unrelated to graceful restart and actually work against it by detecting the failure quickly and tearing down the adjacency before recovery completes.
OSPF graceful restart (RFC 3623) works by having the restarting router send Grace-LSAs to notify neighbors that it is restarting. Adjacent routers must be configured in helper mode, which instructs them to maintain the adjacency and continue forwarding traffic as if the neighbor were still present for the duration of the restart window.
Fast Layer 2 down detection would cause neighbors to immediately tear down the OSPF adjacency upon link failure, defeating the purpose of graceful restart entirely.
While adjacent routers do forward traffic during the failure as part of helper mode behavior, the specific technical requirement is that they be explicitly enabled with graceful restart helper mode, not just that they generically forward traffic.
Concept tested: OSPF graceful restart helper mode requirement
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-grace-restart.html
Topics
Community Discussion
No community discussion yet for this question.