Implementing OSPF on Cisco IOS XR Software
How to Implement OSPF on CiscoIOS XR Software
RC-184
Cisco IOS XR Routing Configuration Guide
DETAILED STEPS
Configuring the Helper Level of the Router
This section describes the task of disabling the help er mode on the current router. By default, a router
that is capable of doing an OSPFv3 graceful restart is also enabled to be a helper to a node in graceful
mode. The graceful-restart helper command lets you disable the current router’s helper capability.
SUMMARY STEPS
1. configuration
2. router ospfv3
3. graceful-restart helper [disable]
Command or Action Purpose
Step1 config
Example:
RP/0/RP0/CPU0:single10-hfr#config
RP/0/RP0/CPU0:single10-hfr(config)
Enters global configuration mode.
Step2 router ospfv3 <
process-name>
Example:
RP/0/RP0/CPU0:single10-hfr(config)# router
ospfv3 test
Enters router configuration mode for OSPFv3. The process
name is a WORD that uniquely identifies an OSPF routing
process. The process name is any alphanumeric string no
longer than 40 characters without spaces.
Step3 graceful-restart interval <
seconds
>
Example:
RP/0/RP0/CPU0:single10-hfr(config-ospfv3)#grace
ful-restart interval 120
Specifies the interval (minimal time) between graceful
restarts on the current router.