backoff
To configure the parameters for the Label Distribution Protocol (LDP) backoff mechanism, use the backoff command in MPLS LDP configuration mode. To return to the default behavior, use the no form of this command.
backoff initial maximum
Syntax Description
initial |
Initial backoff delay, in seconds. Range is 5 to 2147483 . |
maximum |
Maximum backoff delay, in seconds. Range is 5 to 2147483 . |
Command Default
initial : 15
maximum : 120
Command Modes
MPLS LDP configuration
Command History
Release |
Modification |
---|---|
Release 3.0 |
No modification. |
Release 3.3.0 |
No modification. |
Release 3.4.0 |
No modification. |
Release 3.5.0 |
No modification. |
Release 3.6.0 |
No modification. |
Release 3.7.0 |
No modification. |
Release 3.7.2 |
This command was introduced. |
Release 3.8.0 |
No modification. |
Usage Guidelines
The LDP backoff mechanism prevents two incompatibly configured label switch routers from engaging in an unthrottled sequence of session setup failures. If a session setup attempt fails (due to incompatibility), each Label Switching Router (LSR) delays the next attempt, increasing the delay exponentially with each successive failure until the maximum backoff delay is reached.
Task ID
Task ID |
Operations |
---|---|
mpls-ldp |
read, write |
Examples
The following example shows how to configure the initial backoff delay to 30 seconds and the maximum backoff delay to 240 seconds:
RP/0/RP0RSP0/CPU0:router:hostname# configure
RP/0/RP0RSP0/CPU0:router:hostname(config)# mpls ldp
RP/0/RP0RSP0/CPU0:router:hostname(config-ldp)# backoff 30 240