set protocols mpls ldp discovery transport-address
The set protocols mpls ldp discovery transport-address command configures MPLS LDP transmission address under the address family. This is a requisite configuration for MPLS LDP.
The delete protocols mpls ldp discovery transport-address command deletes the configuration.
Â
Command Syntax
set protocols mpls ldp {ipv4-family|ipv6-family} discovery transport-address <ip-address>
delete protocols mpls ldp {ipv4-family|ipv6-family} discovery transport-address
Â
Parameter
Parameter | Description |
{ipv4-family|ipv6-family} | Required. Specifies the IP address family type. |
transport-address <ip-address> | Specifies the MPLS LDP transmission address. The value is an IPv4 or IPv6 address. |
Â
Usage Guidelines
This address is used as the source address in the Hello message of LDP link.
LDP session is based on TCP connection, when two LSRs want to establish an LDP session between them, they need to confirm the LDP transport address of the peer before they can establish a TCP connection.
Â
Example
Configure MPLS LDP transmission address under IPv4 address family.
admin@PICOS# set protocols mpls ldp ipv4-family discovery transport-address 2.2.2.2
admin@PICOS# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.