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

Disabling LDP Graceful Restart or Helper Mode

To disable LDP graceful restart and recovery, include the disable statement:

ldp {
graceful-restart {
disable;
}
}

For a list of hierarchy levels at which you can include this statement, see the statement summary section for this statement.

You can disable helper mode at the LDP protocols level only. You cannot disable helper mode for a specific routing instance. To disable LDP helper mode, include the helper-disable statement:

ldp {
graceful-restart {
helper-disable;
}
}

For a list of hierarchy levels at which you can include this statement, see the statement summary section for this statement.

The following LDP graceful restart configurations are possible:

A configuration error is issued if you attempt to enable graceful restart and disable helper mode.


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