Enables Multiprotocol Label Switching (MPLS) Label Distribution Protocol-Interior Gateway Protocol (LDP-IGP) synchronization globally with Intermediate System-to-Intermediate System (IS-IS) or Open Shortest Path First (OSPF), and configures the hold-down time interval.
Disabled.
OSPF router configuration mode
IS-IS address-family IPv4 unicast configuration mode
The ldp-sync command supports point-to-point interfaces, but not tunnel interfaces.
This command affects IPv4 metrics only.
When enabled on IS-IS, consider the following:
The no ldp-sync command disables LDP-IGP synchronization.
The no ldp-sync hold-down command resets the hold down time interval to the default setting of 30 seconds.
MPLS and IS-IS are supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The following example enables MPLS LDP-IGP synchronization globally with OSPF and IS-IS, and sets the hold-down time interval to 100 seconds.
device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# ldp-sync device(config-router-ospf-vrf-default-vrf)# ldp-sync hold-down 100 device(config-router-ospf-vrf-default-vrf)# exit device(config)# router isis device(config-isis-router)# address-family ipv4 unicast device(config-router-isis-ipv4u)# metric-style wide device(config-router-isis-ipv4u)# ldp-sync device(config-router-isis-ipv4u)# ldp-sync hold-down 100