home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols mpls-ldp discovery interfaces interface igp-synchronization-delay

Sets the interval that the MPLS LDP LSR waits before notifying the IGP that label exchange is completed.

set protocols mpls-ldp discovery interfaces interface name igp-synchronization-delay 3..60
delete protocols mpls-ldp discovery interfaces interface name igp-synchronization-delay 3..60
show protocols mpls-ldp discovery interfaces interface name igp-synchronization-delay 3..60
name
The interface name.
3..60
The delay in seconds, which can be from 3 through 60.

Configuration mode


protocols {
    mpls-ldp {
        discovery {
            interfaces  {
                interface <name> {
                    address-family {
                        igp-synchronization-delay <3..60>
                    }
                } 
            }
        }
    }
}

Use this command to set the interval in seconds that the MPLS LDP LSR waits before notifying the Interior Gateway Protocol (IGP) that label exchange is completed so that IGP can start advertising the normal metric for the link.

Use the set form of this command to set the interval that the LDP waits before notifying the Interior Gateway Protocol (IGP) that label exchange is completed.

Use the delete form of this command to delete the configuration to set the interval that the LDP waits before notifying the Interior Gateway Protocol (IGP) that label exchange is completed.

Use the show form of this command to display the configuration of the interval that the LDP waits before notifying the Interior Gateway Protocol (IGP) that label exchange is completed.

Example

The following example shows how to set 40 seconds for the interval that the MPLS LDP LSR waits before notifying the Interior Gateway Protocol (IGP) that label exchange is completed on the interface named dp0p256p1.

vyatta@R1# set protocols mpls-ldp discovery interfaces interface dp0p256p1 igp-synchronization-delay 40