ldp-tunneling

Use this command to enable LDP tunneling over RSVP trunk. When a specific RSVP trunk is enabled for tunneling, user traffic is tunneled using LDP LSP over RSVP LSP. If more than one trunk is enabled for tunneling LDP LSP, following trunk selection method is followed:

If there are more than one trunk with same tunnel end-node, trunk with best metric (lower cost) is selected.
If a destination FEC is reachable via more than one tunnel-endpoint, a tunnel-endpoint which is closer to destination is selected for tunneling.

TLDP sessions should be manually established with RSVP tunnel end-nodes. Additionally, the 'advertise-labels' CLI must be explicitly configured to permit label advertisement over TLDP sessions.

Use no parameter of this command to disable tunneling from a trunk.

Command Syntax

Copy
ldp-tunneling
no ldp-tunneling

Parameters

None

Default

Disabled

Command Mode

RSVP-trunk mode

Applicability

Introduced in OcNOS version 6.5.2.

Example

The following example describes how to enable LDP tunneling over RSVP trunk:

Copy
OcNOS#configure terminal
OcNOS(config)#rsvp-trunk t2
OcNOS(config-trunk)#to 4.4.4.4
OcNOS(config-trunk)#ldp-tunneling
OcNOS(config-trunk)#commit
OcNOS(config-trunk)#end