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 address-family ipv4

Enables MPLS LDP IPv4 operation on the specified interface.

set protocols mpls-ldp discovery interfaces interface name address-family ipv4
delete protocols mpls-ldp discovery interfaces interface name address-family ipv4
show protocols mpls-ldp discovery interfaces interface name address-family ipv4
name
The interface name.

Configuration mode


protocols {
    mpls-ldp {
        discovery {
            interfaces  {
                interface <name> {
                    address-family {
                        ipv4
                    }
                } 
            }
        }
    }
}

Use this command to enable MPLS LDP IPv4 operation on the specified interface.

Use the set form of this command to enable LDP on the specified interface.

Use the delete form of this command to delete the configuration to enable LDP on the specified interface.

Use the show form of this command to display the configuration of LDP on the specified interface.

Example

The following example shows how to enable MPLS LDP IPv4 operation on the interface named dp0p256p1.

vyatta@R1# set protocols mpls-ldp discovery interfaces interface dp0p256p1 address-family ipv4