- Read Me First
- MPLS Label Distribution Protocol
- MPLS LDP Session Protection
- MPLS LDP Autoconfiguration
- MPLS LDP IGP Synchronization
- MPLS LDP Inbound Label Binding Filtering
- MPLS LDP Local Label Allocation Filtering
- MPLS LDP MD5 Global Configuration
- MPLS LDP Lossless MD5 Session Authentication
- MPLS LDP VRF-Aware Static Labels
- MPLS LDP Entropy Label Support
- Finding Feature Information
- 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
MPLS LDP Autoconfiguration
The 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
- Restrictions for MPLS LDP Autoconfiguration
- Information About MPLS LDP Autoconfiguration
- How to Configure MPLS LDP Autoconfiguration
- Configuration Examples for MPLS LDP Autoconfiguration
- Additional References
- Feature Information for MPLS LDP Autoconfiguration
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Restrictions for MPLS LDP Autoconfiguration
-
If the Label Distribution Protocol (LDP) is disabled globally, the mpls ldp autoconfig command fails and generates a console message explaining that LDP must first be enabled globally by using the mpls ip global configuration command.
-
If the mpls ldp autoconfig command is configured for an IGP instance, you cannot enter the no mpls ip global configuration command. To disable LDP, you must first issue the no mpls ldp autoconfig command.
-
For interfaces running Intermediate System-to-Intermediate System (IS-IS) processes, you can enable Multiprotocol Label Switching (MPLS) for each interface, using the router mode command mpls ldp autoconfig or the mpls ldp igp autoconfig interface configuration command.
-
You specify that the default label distribution protocol is LDP for a device 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
MPLS LDP Autoconfiguration on OSPF and IS-IS Interfaces
The MPLS LDP Autoconfiguration feature enables you to globally enable Label Distribution Protocol (LDP) on every interface associated with an Interior Gateway Protocol (IGP) instance. This feature is supported on Open Shortest Path First (OSPF) and Intermediate System-to-Intermediate System (IS-IS) IGPs. 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.
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 mpls ldp igp autoconfig command on those interfaces.
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
Configuring MPLS LDP Autoconfiguration with OSPF Interfaces
1.
enable
2.
configure
terminal
3.
mpls
ip
4.
mpls label
protocol ldp
5.
interface
type
number
6.
ip address
prefix
mask
7.
mpls
ip
8.
exit
9.
router
ospf
process-id
10.
network
ip-address
wildcard-mask
area
area-id
11.
mpls ldp
autoconfig [area
area-id]
12.
end
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 Open Shortest Path First (OSPF) area are enabled for the Label Distribution Protocol (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 the MPLS LDP Autoconfiguration feature with the mpls ldp autoconfig command.
1.
enable
2.
configure terminal
3.
interface
type
number
4.
no mpls ldp igp autoconfig
5.
end
DETAILED STEPS
Verifying MPLS LDP Autoconfiguration with OSPF
1.
enable
2.
show mpls
interfaces [type
number
|
vrf
vpn-name] [all] [detail] [internal]
3.
show mpls
ldp discovery [vrf
vpn-name |
all]
[detail]
DETAILED STEPS
Configuring MPLS LDP Autoconfiguration with IS-IS Interfaces
1.
enable
2.
configure terminal
3.
interface
type number
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]
11.
end
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 Intermediate System-to-Intermediate System (IS-IS) process are enabled for the Label Distribution Protocol (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 the MPLS LDP Autoconfiguration feature with the mpls ldp autoconfig command.
1.
enable
2.
configure terminal
3.
interface
type
number
4.
no mpls ldp igp autoconfig
5.
end
DETAILED STEPS
Verifying MPLS LDP Autoconfiguration with IS-IS
1.
enable
2.
show isis mpls ldp
DETAILED STEPS
Troubleshooting Tips
You can use the debug mpls ldp autoconfig command to display events that are related to the MPLS LDP Autoconfiguration feature.
Configuration Examples for MPLS LDP Autoconfiguration
Example: MPLS LDP Autoconfiguration with OSPF
The following configuration commands enable the Label Distribution Protocol (LDP) for Open Shortest Path First (OSPF) process 1 area 3. The mpls ldp autoconfig area 3 command and the OSPF network commands enable LDP on POS interfaces 0/0, 0/1, and 1/1. The no mpls ldp igp autoconfig command on POS interface 1/0 prevents LDP from being enabled on POS interface 1/0, even though OSPF is enabled for that interface.
configure terminal interface POS 0/0 ip address 10.0.0.1 255.0.0.0 ! interface POS 0/1 ip address 10.0.1.1 255.0.0.1 ! interface POS 1/1 ip address 10.1.1.1 255.255.0.0 ! interface POS 1/0 ip address 10.1.0.1 0.1.0.255 exit ! router ospf 1 network 10.0.0.0 0.0.255.255 area 3 network 10.1.0.0 0.0.255.255 area 3 mpls ldp autoconfig area 3 end interface POS 1/0 no mpls ldp igp autoconfig
Example: MPLS LDP Autoconfiguration with IS-IS
The following example shows the configuration of the MPLS LDP Autoconfiguration feature on POS0/2 and 0/3 interfaces, which are running Intermediate System-to-Intermediate System (IS-IS) processes:
configure terminal interface POS 0/2 ip address 10.0.0.1 255.0.0.1 ip router isis ! interface POS 0/3 ip address 10.1.1.1 255.0.1.0 ip router isis exit mpls ip mpls label protocol ldp router isis mpls ldp autoconfig
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
MPLS commands |
|
MPLS LDP |
“MPLS Label Distribution Protocol” module in the MPLS Label Distribution Protocol Configuration Guide |
The MPLS LDP IGP Synchronization feature |
“MPLS LDP IGP Synchronization” module in the MPLS Label Distribution Protocol Configuration Guide |
The MPLS LDP Session Protection feature |
“MPLS LDP Session Protection” module in the MPLS Label Distribution Protocol Configuration Guide |
Configuring integrated IS-IS |
“Integrated IS-IS Routing Protocol Overview” module in the IP Routing: ISIS Configuration Guide |
MIBs
MIB |
MIBs Link |
---|---|
MPLS LDP MIB |
To locate and download MIBs for selected platforms, Cisco software releases, and feature sets, use Cisco MIB Locator found at the following URL: |
RFCs
RFC |
Title |
---|---|
RFC 3036 |
|
RFC 3037 |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for MPLS LDP Autoconfiguration
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
MPLS LDP Autoconfiguration |
This feature enables you to globally configure LDP on every interface associated with a specified Interior Gateway Protocol (IGP) instance. The following commands were modified: mpls ldp autoconfig, mpls ldp igp autoconfig, show isis mpls ldp, show mpls ldp discovery. |