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

Enabling and Disabling LDP

LDP is routing-instance-aware. To enable LDP on a specific interface, include the following statements:

ldp {
interface interface-name;
}

For a list of hierarchy levels at which you can include these statements, see the statement summary sections.

To enable LDP on all interfaces, specify all for interface-name.

If you have configured interface properties on a group of interfaces and want to disable LDP on one of the interfaces, include the interface statement with the disable option:

interface interface-name {
disable;
}

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


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