Enables Label Distribution Protocol (LDP) synchronization with OSPF and configures the hold down time interval for an interface.
Disabled.
Interface subtype configuration mode
The following example enables LDP synchronization with OSPF for an Ethernet interface.
device# configure terminal device(config)# interface ethernet 1/1 device(conf-if-eth-1/1)# ip ospf ldp-sync enable
The following example disables LDP synchronization with OSPF for a loopback interface.
device# configure terminal device(config)# interface loopback 1 device(config-Looback-1)# ip ospf ldp-sync disable