[Contents] [Prev] [Next] [Index] [Report an Error]


Configure Graceful Restart

Graceful restart allows a router whose VPN control plane is undergoing a restart to continue to forward traffic while recovering its state from neighboring routers. Without graceful restart, a control plane restart disrupts any VPN services provided by the router. Graceful restart is supported on Layer 2 VPNs, Layer 3 VPNs, and virtual-router routing instances. It is not available for VPLS.

For VPN graceful restart to function properly, the following needs to be configured on the PE router:

To enable VPN graceful restart, include the graceful-restart statement at the [edit routing-options] hierarchy level on the PE router:

[edit routing-options]
graceful-restart {...}

Also include the graceful-restart statement at the [edit routing-instances routing-instance-name routing-options] hierarchy level on the PE router:

[edit routing-instances routing-instance-name routing-options]
graceful-restart {...}


[Contents] [Prev] [Next] [Index] [Report an Error]