Alcatel-Lucent 6850-48 Network Guide

Page of 1162
Quick Steps for Configuring MPLS
Configuring MPLS
page 10-6
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
      Hold Time:           15,                  Hello Factor:      3,                  
      Keepalive Timeout:   30,                  Keepalive Factor:  3,                  
      Transport Addr:      System, 
Last Modified: 05/26/2009 23:14:27, 
      Active Adjacencies:  1,                                                         
      Tunneling:           Disabled,                                                  
      Lsp Name           : None
See the “Label Distribution Protocol Commands” chapter in the OmniSwitch CLI Reference Guide for 
information about the fields in the above displays.
Optional. By default, the LDP interface is administratively enabled when the interface is created, To 
disable the administrative status, use th
 command. For example:
-> configure router ldp interface-parameters interface no shutdown
Quick Steps for Configuring LDP Interface Parameters
Default global LDP interface parameter values are active when LDP is enabled for the switch. These 
parameters are applied when an interface is created. The following steps provide a quick tutorial on how to 
change the default parameter values for the switch or for a specific interface, if necessary:
Configure the global hello timeout interval using the 
 
command. This command sets the default value that is applied to all LDP interfaces when they are created. 
For example:
-> configure router ldp interface-parameters hello 40 2
To configure the hello timeout interval for a specific LDP interface, use the interface parameter to 
specify an interface name. For example:
-> configure router ldp interface-parameters interface vlan-10 hello 40 2
Configure the global keepalive timeout interval using the 
 command. This command sets the default value that is applied to all LDP interfaces when they 
are created. For example:
-> configure router ldp interface-parameters timeout 50 10
To configure the keepalive timeout interval for a specific LDP interface, use the interface parameter to 
specify an interface name. For example:
-> configure router ldp interface-parameters interface vlan-10 keepalive 50 10
Select the system IP address or the LDP IP interface address as the transport address for the LDP inter-
face using th
 command. The transport 
address is used to establish LDP TCP sessions. For example:
-> configure router ldp interface-parameters interface vlan-10 transport-address 
system
-> configure router ldp interface-parameters interface vlan-10 transport-address 
interface
Configure the hello timeout interval for targeted LDP sessions using the 
 command. For example:
-> configure router ldp targeted-session hello 20 2