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

Configures the ipv4 transport address used for the MPLS LDP TCP session.

set protocols mpls-ldp address-family ipv4 transport-address ip address
delete protocols mpls-ldp address-family ipv4 transport-address ip address
show protocols mpls-ldp address-family ipv4 transport-address ip address
ip address
The IP address.

Configuration mode


protocols {
    mpls-ldp {
        address-family {
            ipv4 {
                transport-address <ip address> 
            }
        }
    }
}

Use this command to configure the ipv4 transport address used for the LDP TCP session. The address can be bound to a loopback interface or a physical interface.

Use the set form of this command to configure the ipv4 transport address used for the LDP TCP session.

Use the delete form of this command to delete the configuration of the ipv4 transport address used for the LDP TCP session.

Use the show form of this command to display the configuration of the ipv4 transport address used for the LDP TCP session.