OcNOS-SP : Multi-Protocol Label Switching Guide : Label Distribution Protocol Command Reference : LDP Commands : transport-address ipv4
transport-address ipv4
Use this command to configure the IPv4 transport address for a label space.
The transport address is the address used for the TCP session over which LDP is running. Use this command to manually configure the transport address. Transport addresses may either be bound to a loopback interface, or to a physical interface that is bound to the label space in question. A transport address can also be manually configured using the CLI with the loopback address as the transport address.
Note: The CLI accepts only the loopback address to be configured as the transport address.
Use the no parameter to stop using the transport address as the IPv4 transport address. If the label space is not specified for either form of this command, a label space of zero is assumed.
Command Syntax
transport-address ipv4 A.B.C.D
transport-address ipv4 A.B.C.D 0
no transport-address ipv4 A.B.C.D
no transport-address ipv4 A.B.C.D 0
Parameters
A.B.C.D
Specify the IPv4 address to be used as the transport address. Only addresses bound to a loopback interface are valid for manual transport address configuration.
0
Platform-wide label space for which a transport address is being configured (Platformwide labels are used for all interfaces that can share the same labels)
Default
Transport addresses are chosen for label spaces. By default, the loopback address is selected as the transport address. If a loopback address is not configured, the label space value is examined. The IP address of the interface is bound to the same label space is chosen as the transport address.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure router
(config)#router ldp
(config-router)#transport-address ipv4 10.10.0.5 0
 
 
Last modified date: 10/17/2023