![]() |
Table Of Contents
Restrictions for MPLS LDP Autoconfiguration
Information About MPLS LDP Autoconfiguration
How to Configure MPLS LDP Autoconfiguration
Configuring MPLS LDP Autoconfiguration with OSPF Interfaces
Disabling MPLS LDP Autoconfiguration from Selected OSPF Interfaces
Verifying MPLS LDP Autoconfiguration with OSPF
Configuring MPLS LDP Autoconfiguration with IS-IS Interfaces
Disabling MPLS LDP Autoconfiguration from Selected IS-IS Interfaces
Verifying MPLS LDP Autoconfiguration with IS-IS
Configuration Examples for MPLS LDP Autoconfiguration
MPLS LDP Autoconfiguration Examples with OSPF
MPLS LDP Autoconfiguration Examples with IS-IS
Feature Information for MPLS LDP Autoconfiguration
MPLS LDP Autoconfiguration
First Published: November 8, 2004Last Updated: February 20, 2007The MPLS LDP Autoconfiguration feature enables you to globally configure Label Distribution Protocol (LDP) on every interface associated with a specified Interior Gateway Protocol (IGP) instance.
Finding Feature Information in This Module
Your Cisco IOS software release may not support all of the features documented in this module. To access links to specific feature documentation in this module and to view a list of releases in which each feature is supported, use the "Feature Information for MPLS LDP Autoconfiguration" section.
Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Restrictions for MPLS LDP Autoconfiguration
•
Information About MPLS LDP Autoconfiguration
•
How to Configure MPLS LDP Autoconfiguration
•
Configuration Examples for MPLS LDP Autoconfiguration
•
Feature Information for MPLS LDP Autoconfiguration
Restrictions for MPLS LDP Autoconfiguration
This feature has the following restrictions:
•
In Cisco IOS Release 12.2(33)SRB, the MPLS LDP Autoconfiguration feature is supported only with Open Shortest Path First (OSPF). Intermediate System to Intermediat System (IS-IS) is not supported.
•
In Cisco IOS Release 12.0(32)SY, the mpls ldp autoconfig command is supported with OSPF and IS-IS interfaces. Other IGPs are not supported.
•
If LDP is disabled globally, the mpls ldp autoconfig command fails and generates a console message explaining that LDP must first be enabled globally by means of the global mpls ip command.
•
If the mpls ldp autoconfig command is configured for an IGP instance, you cannot issue the global no mpls ip command. To disable LDP, you must first issue the no mpls ldp autoconfig command.
•
For interfaces running IS-IS processes, you can enable Multiprotocol Label Switching (MPLS) for each interface, using the router mode command mpls ldp autoconfig or mpls ldp igp autoconfig at the interface level.
•
You specify that the default label distribution protocol is LDP for a router or for an interface. Tag Distribution Protocol (TDP) is not supported.
•
The MPLS LDP Autoconfiguration feature is not supported on traffic engineering tunnel interfaces.
Information About MPLS LDP Autoconfiguration
To enable LDP, you should configure it globally and on each interface where it is needed. Configuring LDP on many interfaces can be time consuming.
The MPLS LDP Autoconfiguration feature enables you to globally enable LDP on every interface associated with an IGP instance. This feature is supported on OSPF and IS-IS IGPs. Further, it provides a means to block LDP from being enabled on interfaces that you do not want enabled. The goal of the MPLS LDP Autoconfiguration feature is to make configuration easier, faster, and error free.
Note
In Cisco IOS Release 12.2(33)SRB, the MPLS LDP Autoconfiguration feature is supported only with OSPF. IS-IS is not supported.
You issue the mpls ldp autoconfig command to enable LDP on each interface that is running an OSPF or IS-IS process. If you do not want some of the interfaces to have LDP enabled, you can issue the no form of the mpls ldp igp autoconfig command on those interfaces.
How to Configure MPLS LDP Autoconfiguration
This section contains the following procedures:
•
Configuring MPLS LDP Autoconfiguration with OSPF Interfaces (required)
•
Disabling MPLS LDP Autoconfiguration from Selected OSPF Interfaces (optional)
•
Verifying MPLS LDP Autoconfiguration with OSPF (optional)
•
Configuring MPLS LDP Autoconfiguration with IS-IS Interfaces (required)
•
Disabling MPLS LDP Autoconfiguration from Selected IS-IS Interfaces (optional)
•
Verifying MPLS LDP Autoconfiguration with IS-IS (optional)
Configuring MPLS LDP Autoconfiguration with OSPF Interfaces
The following steps explain how to configure LDP for interfaces running OSPF processes.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
mpls ip
4.
mpls label protocol ldp
5.
interface interface
6.
ip address prefix mask
7.
exit
8.
router ospf process-id
9.
network ip-address wildcard-mask area area-id
10.
mpls ldp autoconfig [area area-id]
DETAILED STEPS
Disabling MPLS LDP Autoconfiguration from Selected OSPF Interfaces
When you issue the mpls ldp autoconfig command, all the interfaces that belong to an OSPF area are enabled for LDP. To remove LDP from some interfaces, use the no mpls ldp igp autoconfig command on those interfaces. The following configuration steps show how to disable LDP from some of the interfaces after they were configured with MPLS LDP Autoconfiguration with the mpls ldp autoconfig command.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface
4.
no mpls ldp igp autoconfig
DETAILED STEPS
Verifying MPLS LDP Autoconfiguration with OSPF
The following steps explain how to verify the MPLS LDP Autoconfiguration feature.
SUMMARY STEPS
1.
show mpls interfaces [detail]
2.
show mpls ldp discovery [detail]
DETAILED STEPS
Step 1
show mpls interfaces
The show mpls interfaces command lists the method that was used to enable LDP on an interface.
•
If LDP is enabled by the mpls ldp autoconfig command, the output displays:
IP labeling enabled (ldp):IGP config•
If LDP is enabled by the mpls ip command, the output displays:
IP labeling enabled (ldp):Interface config•
If LDP is enabled by the mpls ip command and the mpls ldp autoconfig command, the output displays:
IP labeling enabled (ldp):Interface configIGP configThe following example shows that LDP was enabled on the interface by both the mpls ip and mpls ldp autoconfig commands:Router# show mpls interfaces S2/0 detail
Interface Serial2/0:IP labeling enabled (ldp):Interface configIGP configLSP Tunnel labeling enabledBGP labeling not enabledMPLS operationalFast Switching Vectors:IP to MPLS Fast Switching VectorMPLS Turbo VectorMTU = 1500Step 2
show mpls ldp discovery
The show mpls ldp discovery details command also show how LDP was enabled on the interface. In the following example, LDP was enabled by both the mpls ip and mpls ldp autoconfig commands:
Router# show mpls ldp discovery detail
Local LDP Identifier:10.11.11.11:0Discovery Sources:Interfaces:Serial2/0 (ldp): xmit/recvEnabled: Interface config, IGP config;Hello interval: 5000 ms; Transport IP addr: 10.11.11.11LDP Id: 10.10.10.10:0Src IP addr: 10.0.0.1; Transport IP addr: 10.10.10.10Hold time: 15 sec; Proposed local/peer: 15/15 sec
Configuring MPLS LDP Autoconfiguration with IS-IS Interfaces
The following steps explain how to configure the MPLS LDP Autoconfiguration feature for interfaces running IS-IS processes.
Note
In Cisco IOS Release 12.2(33)SRB, the MPLS LDP Autoconfiguration feature is supported only with OSPF. IS-IS is not supported.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface
4.
ip address prefix mask
5.
ip router isis
6.
exit
7.
mpls ip
8.
mpls label protocol ldp
9.
router isis
10.
mpls ldp autoconfig [level-1 | level-2]
DETAILED STEPS
Disabling MPLS LDP Autoconfiguration from Selected IS-IS Interfaces
When you issue the mpls ldp autoconfig command, all the interfaces that belong to an IS-IS process are enabled for LDP. To remove LDP from some interfaces, you can use the no form of the mpls ldp igp autoconfig command on those interfaces. The following configuration steps show how to disable LDP from some of the interfaces after they were configured with the MPLS LDP Autoconfiguration through the mpls ldp autoconfig command.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface
4.
no mpls ldp igp autoconfig
DETAILED STEPS
Verifying MPLS LDP Autoconfiguration with IS-IS
You can verify that the MPLS LDP Autoconfiguration feature is working correctly with the show isis mpls ldp command.
SUMMARY STEPS
1.
enable
2.
show isis mpls ldp
DETAILED STEPS
Step 1
enable
Enables privileged EXEC mode.
Step 2
show isis mpls ldp
The output of the following show isis mpls ldp command shows that IS-IS is configured on the interface and LDP is enabled:
Router# show isis mpls ldp
Interface: POS0/2; ISIS tag null enabledISIS is UP on interfaceAUTOCONFIG Information :LDP enabled: YESSYNC Information :Required: NOThe output shows :
•
IS-IS is up.
•
LDP is enabled.
If the MPLS LDP Autoconfiguration feature is not enabled on an interface, the output looks like the following:
Interface: Ethernet0; ISIS tag null enabledISIS is UP on interfaceAUTOCONFIG Information :LDP enabled: NOSYNC Information :Required: NO
Troubleshooting Tips
You can use the debug mpls ldp autoconfig command to display events related to the MPLS LDP Autoconfiguration feature.
Configuration Examples for MPLS LDP Autoconfiguration
The following sections show examples for MPLS LDP Autoconfiguration with OSPF and IS-IS processes.
•
MPLS LDP Autoconfiguration Examples with OSPF
•
MPLS LDP Autoconfiguration Examples with IS-IS
MPLS LDP Autoconfiguration Examples with OSPF
The following configuration commands enable LDP for OSPF process 1 area 3. The mpls ldp autoconfig area 3 command and the OSPF network commands enable LDP on interfaces POS0/0, POS0/1, and POS1/1. The no mpls ldp igp autoconfig command on interface POS1/0 prevents LDP from being enabled on interface POS1/0, even though OSPF is enabled for that interface.
configure terminalinterface POS0/0ip address 10.0.0.1!interface POS0/1ip address 10.0.1.1!interface POS1/1ip address 10.1.1.1!interface POS1/0ip address 10.1.0.1exit!router ospf 1network 10.0.0.0 0.0.255.255 area 3network 10.1.0.0 0.0.255.255 area 3mpls ldp autoconfig area 3exitinterface POS1/0no mpls ldp igp autoconfigMPLS LDP Autoconfiguration Examples with IS-IS
Note
In Cisco IOS Release 12.2(33)SRB, MPLS LDP Autoconfiguration is supported only with OSPF. IS-IS is not supported.
The following example shows the configuration of MPLS LDP Autoconfiguration on interfaces POS0/2 and POS0/3, which are running IS-IS processes:
configure terminalinterface POS0/2ip address 10.0.0.1ip router isis!interface POS0/3ip address 10.1.1.1ip router isisexitmpls ip
mpls label protocol ldp
router isis
mpls ldp autoconfig
Additional References
The following sections provide references related to the MPLS LDP Autoconfiguration feature.
Related Documents
Related Topic Document TitleMPLS LDP
The MPLS LDP-IGP Synchronization feature
The MPLS LDP Session Protection feature
Configuring integrated IS-IS
Cisco IOS IP Routing Protocols Configuration Guide, Release 12.4
Standards
Standard TitleNo new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature
—
MIBs
MIB MIBs LinkMPLS LDP MIB
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
RFCs
Technical Assistance
Command Reference
This section documents only commands that are new or modified.
debug mpls ldp autoconfig
To enable the display of events related to Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP), use the debug mpls ldp autoconfig command in privileged EXEC mode. To disable this feature, use the no form of this command.
debug mpls ldp autoconfig [interface interface]
no debug mpls ldp autoconfig [interface interface]
Syntax Description
interface interface
(Optional) Enables the display of autoconfiguration events for the specified interface.
Command Modes
Privileged EXEC
Command History
Examples
In the following example, the display of events related to MPLS LDP Autoconfiguration are enabled:
Router# debug mpls ldp autoconfig
00:06:06: LDP-AC: OSPF area 1 [flags 0x8, handle 0x1030110]:: Adding record00:06:06: LDP-AC: OSPF area 1 [flags 0x8, handle 0x1030110]:: Receivedenable request for Serial2/000:06:06: LDP-AC: OSPF area 1 [flags 0xA, handle 0x1030110]:: Adding recordto Serial2/000:06:06: LDP-AC: OSPF area 1 [flags 0xA, handle 0x1030110]:: Enqueued LDPenable request on Serial2/000:06:06: LDP-AC: OSPF area 1 [flags 0x8, handle 0x1030110]:: Receivedenable request for Tunnel100:06:06: LDP-AC: OSPF area 1 [flags 0xA, handle 0x1030110]:: Adding recordto Tunnel100:06:06: LDP-AC: OSPF area 1 [flags 0xA, handle 0x1030110]:: Enqueued LDPenable request on Tunnel100:06:06: LDP-AC: Enabling LDP on interface Serial2/000:06:06: LDP-AC: Enabling LDP on interface Tunnel1The following example shows events associated when an IS-IS instance, ISIS-1, is configured for autoconfiguration:
Router# debug mpls ldp autoconfig
07:49:02: LDP-AC: ISIS level 1-2 [flags 0x8, handle 0x1AADBE0]:: Adding record07:49:02: LDP-AC: ISIS level 1-2 [flags 0x8, handle 0x1AADBE0]:: Received enable request for Et0/0; area/level=107:49:02: LDP-AC: ISIS level 1-2 [flags 0xA, handle 0x1AADBE0]:: Adding record to Et0/007:49:02: LDP-AC: ISIS level 1-2 [flags 0xA, handle 0x1AADBE0]:: Enqueued LDP enable request on Et0/007:49:02: LDP-AC: ISIS level 1-2 [flags 0x8, handle 0x1AADBE0]:: Received enable request for Et0/0; area/level=107:49:02: LDP-AC: ISIS level 1-2 [flags 0x8, handle 0x1AADBE0]:: Received enable request for Et0/0; area/level=207:49:02: LDP-AC: ISIS level 1-2 [flags 0x8, handle 0x1AADBE0]:: Received enable request for Et0/0; area/level=207:49:02: LDP-AC: Enabling LDP autoconfig on interface Et0/0
Note
MPLS LDP Autoconfiguration for IS-IS is supported only in Cisco IOS Release 12.0(32)SY.
Related Commands
Command Descriptionmpls ldp autoconfig
Enables LDP on all interfaces that belong to an OSPF area.
show mpls ldp discovery
Displays information about interfaces configured for LDP.
mpls ldp autoconfig
To enable Label Distribution Protocol (LDP) on interfaces for which an Open Shortest Path First (OSPF) instance or Intermediate System-to-Intermediate System (IS-IS) instance has been defined, use the mpls ldp autoconfig command in router configuration mode. To disable this feature, use the no form of this command.
For OSPF
mpls ldp autoconfig [area area-id]
no mpls ldp autoconfig [area area-id]
For IS-IS
mpls ldp autoconfig [level-1 | level-2]
no mpls ldp autoconfig
Syntax Description
Defaults
LDP is not enabled on interfaces. If an OSPF area or an IS-IS level is not specified, LDP is enabled on all interfaces belonging to the OSPF or IS-IS process.
Command Modes
Router configuration
Command History
Usage Guidelines
•
You can specify this command multiple times to enable LDP on different routing areas with interfaces running OSPF.
•
If LDP is disabled globally, the mpls ldp autoconfig command fails. LDP must be enabled globally by means of the global mpls ip command first.
•
If the mpls ldp autoconfig command is configured, you cannot issue the global no mpls ip command. If you want to disable LDP, you must issue the no mpls ldp autoconfig command first.
•
The mpls ldp autoconfig command is supported only with OSPF and IS-IS interior gateway protocols (IGPs).
•
The MPLS LDP Autoconfiguration feature supports IS-IS only in Cisco IOS Release 12.0(32)SY.
•
For interfaces running IS-IS processes, you can enable Multiprotocol Label Switching (MPLS) for each interface using the router mode command mpls ldp autoconfig or mpls ldp igp autoconfig at the interface level.
•
For IS-IS interfaces, the level for which an interface is configured must be compatible with the level for which autoconfiguration is desired.
•
For IS-IS interfaces, each application of the configuration command overwrites the earlier configuration. If initial autoconfiguration is enabled for level-1 and a later configuration specifies level-2, LDP is enabled only on IS-IS level-2 interfaces.
Examples
In the following example, MPLS LDP Autoconfiguration is enabled for OSPF area 5:
Router(config-router)# mpls ldp autoconfig area 5
Related Commands
mpls ldp igp autoconfig
To enable Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP) autoconfiguration on an interface that belongs to an Open Shortest Path First (OSPF) area, use the mpls ldp igp autoconfig command in interface configuration mode. To disable MPLS LDP autoconfiguration, use the no form of the command.
mpls ldp igp autoconfig
no mpls ldp igp autoconfig
Syntax Description
This command has no arguments or keywords.
Defaults
This command works with the mpls ldp autoconfig command, which enables LDP on all interfaces that belong to an OSPF area. So, by default, all interfaces are enabled for LDP.
Command Modes
Interface configuration
Command History
Usage Guidelines
This command works with the mpls ldp autoconfig command, which enables LDP on all interfaces that belong to an OSPF area. To disable LDP on selected interfaces, use the no mpls ldp igp autoconfig command.
Examples
In the following example, LDP is disabled on interface POS1/0:
Router(config)# interface pos1/0
Router(config-if)# no mpls ldp igp autoconfig
Related Commands
show isis mpls ldp
To display synchronization and autoconfiguration information about interfaces belonging to Intermediate System-to-Intermediate System (IS-IS) processes, use the show isis mpls ldp command in privileged EXEC mode.
show isis [process-tag] mpls ldp [interface interface]
Syntax Description
Defaults
If you do not specify a keyword or argument for this command, information appears for each interface that is configured for Multiprotocol Label Switching (MPLS) LDP synchronization and autoconfiguration.
Command Modes
Privileged EXEC
Command History
Release Modifications12.0(32)SY
This command was introduced.
12.2(33)SRB
This command was integrated into Cisco IOS Release 12.2(33)SRB.
Usage Guidelines
This command shows MPLS LDP synchronization and autoconfiguration information for interfaces that are running IS-IS processes.
MPLS LDP synchronization and autoconfiguration for IS-IS is supported only in Cisco IOS
Release 12.0(32)SY.Examples
In the following example, interface POS0/2 is running IS-IS. Autoconfiguration is enabled. Synchronization is configured.
Router# show isis mpls ldp
Interface: POS0/2; ISIS tag null enabledISIS is UP on interfaceAUTOCONFIG Information :LDP enabled: YESSYNC Information :Required: YESAchieved: YESIGP Delay: NOHolddown time: InfiniteState: SYNC achievedThis command returns information for interfaces that are configured for IS-IS, which are indicated by the message "ISIS is UP" on interface.
Table 1 describes the significant fields shown in the display.
Related Commands
show mpls ldp discovery
To display the status of the Label Distribution Protocol (LDP) discovery process, use the show mpls ldp discovery command in user EXEC or privileged EXEC mode.
show mpls ldp discovery [vrf vrf-name | all] [detail]
Syntax Description
Defaults
This command displays neighbor discovery information for the default routing domain if an optional vrf keyword is not specified.
Command Modes
User EXEC
Privileged EXECCommand History
Usage Guidelines
This command displays neighbor discovery information for LDP or Tag Distribution Protocol (TDP). It generates a list of interfaces over which the LDP discovery process is running.
Examples
The following is sample output from the show mpls ldp discovery command:
Router# show mpls ldp discoveryLocal LDP Identifier:10.1.1.1:0Discovery Sources:Interfaces:Ethernet1/1/3 (ldp): xmit/recvLDP Id: 172.23.0.77:0LDP Id: 10.144.0.44:0LDP Id: 10.155.0.55:0ATM3/0.1 (ldp): xmit/recvLDP Id: 10.203.0.7:2ATM0/0.2 (tdp): xmit/recvTDP Id: 10.119.0.1:1Targeted Hellos:10.8.1.1 -> 10.133.0.33 (ldp): active, xmit/recvLDP Id: 10.133.0.33:010.8.1.1 -> 192.168.7.16 (tdp): passive, xmit/recvTDP Id: 10.133.0.33:0Router#The following is sample output from the show mpls ldp discovery all command, which shows the interfaces engaged in LDP discovery activity for all the VPN routing and forwarding instances, including those in the default routing domain. In this example, note that the same neighbor LDP ID (10.14.14.14) appears in all the listed VRF interfaces, highlighting the fact that the same IP address can coexist in different VPN routing and forwarding instances.
Router# show mpls ldp discovery allLocal LDP Identifier:10.12.12.12:0Discovery Sources:Interfaces:ATM1/1/0.1 (tdp):xmit/recvTDP Id:10.11.11.11:0VRF vpn1:Local LDP Identifier:172.30.7.2:0Discovery Sources:Interfaces:ATM3/0/0.1 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn2:Local LDP Identifier:172.30.13.2:0Discovery Sources:Interfaces:ATM3/0/0.2 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn3:Local LDP Identifier:172.30.15.2:0Discovery Sources:Interfaces:ATM3/0/0.3 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn4:Local LDP Identifier:172.30.17.2:0Discovery Sources:Interfaces:ATM3/0/0.4 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn5:Local LDP Identifier:172.30.19.2:0Discovery Sources:Interfaces:ATM3/0/0.5 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn6:Local LDP Identifier:172.30.21.2:0Discovery Sources:Interfaces:ATM3/0/0.6 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn7:Local LDP Identifier:172.23.2:0Discovery Sources:Interfaces:ATM3/0/0.7 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn8:Local LDP Identifier:172.30.25.2:0Discovery Sources:Interfaces:ATM3/0/0.8 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn9:Local LDP Identifier:172.30.27.2:0Discovery Sources:Interfaces:ATM3/0/0.9 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn10:Local LDP Identifier:172.30.29.2:0Discovery Sources:Interfaces:ATM3/0/0.10 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn11:Local LDP Identifier:172.30.31.2:0Discovery Sources:Interfaces:ATM3/0/0.11 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn12:Local LDP Identifier:172.30.33.2:0Discovery Sources:Interfaces:ATM3/0/0.12 (ldp):xmit/recvLDP Id:10.14.14.14:0VRF vpn13:Local LDP Identifier:Router#Table 2 describes the significant fields shown in the display.
The following is sample output from the show mpls ldp discovery detail command showing that LDP was enabled by the mpls ip command and the mpls ldp autoconfig command:
Router# show mpls ldp discovery detailLocal LDP Identifier:10.11.11.11:0Discovery Sources:Interfaces:Serial2/0 (ldp): xmit/recvEnabled: Interface config, IGP config;Hello interval: 5000 ms; Transport IP addr: 10.11.11.11LDP Id: 10.10.10.10:0Src IP addr: 172.140.0.1; Transport IP addr: 10.10.10.10Hold time: 15 sec; Proposed local/peer: 15/15 secTable 3 describes the significant fields shown in the display.
The following is sample output from the show mpls ldp discovery detail command that displays information related to LDP MD5 passwords. Information related to MD5 passwords is pointed out in bold text in the output.
Router# show mpls ldp discovery detailLocal LDP Identifier:10.10.10.10:0Discovery Sources:Interfaces:Ethernet1/0 (ldp): xmit/recvHello interval: 5000 ms; Transport IP addr: 10.10.10.10LDP Id: 10.4.4.4:0Src IP addr: 10.0.20.4; Transport IP addr: 10.4.4.4Hold time: 15 sec; Proposed local/peer: 15/15 secPassword: not required, none, stale <-- LDP MD5 password informationTargeted Hellos:10.10.10.10 -> 10.3.3.3 (ldp): passive, xmit/recvHello interval: 10000 ms; Transport IP addr: 10.10.10.10LDP Id: 10.3.3.3:0Src IP addr: 10.3.3.3; Transport IP addr: 10.3.3.3Hold time: 90 sec; Proposed local/peer: 90/90 secPassword: required, neighbor, in use <-- LDP MD5 password informationPassword information displayed by this command includes:
•
Password requirement for the neighbor (required or not required).
•
Password source in the current configuration. The source is described by one of the following:
–
neighbor—This indicates that the password for the neighbor is retrieved from the mpls ldp neighbor [vrf vrf-name] ip-address password [0 | 7] password command. The ip-address argument is the router ID of the neighbor.
–
num—This indicates that the password for the neighbor is retrieved from mpls ldp [vrf vrf-name] password option number for acl [0 | 7] password command. The number argument is a number from 1 to 32767. The acl argument is the name or number of an IP standard access list that permits the neighbor router ID.
–
fallback—The password for the neighbor is retrieved from mpls ldp [vrf vrf-name] fallback password command.
–
none—No password is configured for this neighbor.
•
Password used by LDP sessions established with the neighbor is from current or previous configuration (in use or stale).
Related Commands
Feature Information for MPLS LDP Autoconfiguration
Table 4 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 4 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Table 4 Feature Information for MPLS LDP Autoconfiguration
Feature Name Releases Feature InformationMPLS LDP Autoconfiguration
12.0(30)S
12.3(14)T
12.2(28)SB
12.0(32)SY
12.2(33)SRBThis feature enables you to globally configure LDP on every interface associated with a specified Interior Gateway Protocol (IGP) instance.
The following sections provide information about this feature:
•
Information About MPLS LDP Autoconfiguration
•
How to Configure MPLS LDP Autoconfiguration
In Cisco IOS Release 12.2(32)SY, support for IS-IS was added.
This feature was integrated into Cisco IOS
Release 12.2(33)SRB. The MPLS LDP Autoconfiguration feature is not supported with IS-IS in this release.
CCVP, the Cisco Logo, and the Cisco Square Bridge logo are trademarks of Cisco Systems, Inc.; Changing the Way We Work, Live, Play, and Learn is a service mark of Cisco Systems, Inc.; and Access Registrar, Aironet, BPX, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Enterprise/Solver, EtherChannel, EtherFast, EtherSwitch, Fast Step, Follow Me Browsing, FormShare, GigaDrive, GigaStack, HomeLink, Internet Quotient, IOS, iPhone, IP/TV, iQ Expertise, the iQ logo, iQ Net Readiness Scorecard, iQuick Study, LightStream, Linksys, MeetingPlace, MGX, Networking Academy, Network Registrar, Packet, PIX, ProConnect, RateMUX, ScriptShare, SlideCast, SMARTnet, StackWise, The Fastest Way to Increase Your Internet Quotient, and TransPath are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or Website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0612R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2006-2007 Cisco Systems, Inc. All rights reserved.