- title page
- New and Changed Information
- Preface
-
- Configuring the MPLS Label Distribution Protocol
- Configuring MPLS LDP Autoconfiguration
- Configuring MPLS LDP Session Protection
- Configuring MPLS LDP IGP Synchronization
- Configuring MPLS LDP Lossless MD5 Session Authentication
- Configuring MPLS LDP Label Filtering
- Configuring MPLS LDP Static Label Binding
- Configuring MPLS LDP Graceful Restart
-
- Configuring Basic MPLS TE
- Configuring Automatic Bandwidth Adjustment for MPLS TE Tunnels
- Configuring MPLS TE RSVP
- Configuring LSP Attributes for MPLS TE
- Configuring MPLS TE Verbatim Paths
- Configuring MPLS TE Forwarding Adjacency
- Configuring MPLS TE Class-Based Tunnel Selection
- Configuring MPLS TE Path Protection
- Configuring MPLS TE Fast Reroute Link and Node Protection
-
- Configuring Any Transport over MPLS
- Configuring Any Transport over MPLS Pseudowire Provisioning
- Configuring Ethernet over MPLS
- Configuring EoMPLS Layer 2 VPN Graceful Restart
- Configuring Virtual Private LAN Service
- Configuring Layer 2 VPN Pseudowire Redundancy
- Configuring Layer 2 VPN VPLS Dual-Homing with a vPC
- Configuration Limits for Cisco NX-OS MPLS
- RFCs
- Finding Feature Information
- Information About MPLS LDP IGP Synchronization
- Licensing Requirements for MPLS LDP IGP Synchronization
- Prerequisites for MPLS LDP IGP Synchronization
- Guidelines and Limitations for MPLS LDP IGP Synchronization
- Default Settings for MPLS LDP IGP Synchronization
- Configuring MPLS LDP IGP Synchronization
- Verifying the MPLS LDP IGP Synchronization
- Configuration Examples for MPLS LDP IGP Synchronization
- Additional References for MPLS LDP IGP Synchronization
- Feature History for MPLS LDP IGP Synchronization
Configuring MPLS LDP IGP Synchronization
This chapter describes how to configure Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP) Interior Gateway Protocol (IGP) synchronization on Cisco NX-OS devices.
This chapter includes the following sections:
- Finding Feature Information
- Information About MPLS LDP IGP Synchronization
- Licensing Requirements for MPLS LDP IGP Synchronization
- Prerequisites for MPLS LDP IGP Synchronization
- Guidelines and Limitations for MPLS LDP IGP Synchronization
- Default Settings for MPLS LDP IGP Synchronization
- Configuring MPLS LDP IGP Synchronization
- Verifying the MPLS LDP IGP Synchronization
- Configuration Examples for MPLS LDP IGP Synchronization
- Additional References for MPLS LDP IGP Synchronization
- Feature History for MPLS LDP IGP Synchronization
Finding Feature Information
Your software release might not support all the features documented in this module. For the latest caveats and feature information, see the Bug Search Tool at https://tools.cisco.com/bugsearch/ and the release notes for your 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 “New and Changed Information” chapter or the Feature History table below.
Information About MPLS LDP IGP Synchronization
The MPLS LDP IGP synchronization feature ensures that LDP is fully established before the IGP path is used for switching.
If IGP adjacency starts before LDP adjacency when an interface comes up, traffic flows over the interface, but LDP labels are not available. The VPN overlay traffic is dropped until LDP labels are available. To reduce VPN traffic drops when an interface comes up, you can synchronize IGP with LDP.
This section includes the following topics:
- MPLS LDP IGP Synchronization Process
- MPLS LDP IGP Synchronization Delay Timer
- MPLS LDP IGP Synchronization and IGP Nonstop Forwarding
- MPLS LDP IGP Synchronization Compatibility with LDP Graceful Restart
MPLS LDP IGP Synchronization Process
Packet loss can occur because the IGP and LDP actions are not synchronized. Packet loss can occur in the following situations:
- When an IGP adjacency is established, the router begins forwarding packets using the new adjacency before the LDP label exchange completes between the peers on that link.
- If an LDP session closes, the router continues to forward traffic using the link that is associated with the LDP peer rather than an alternate pathway with a fully synchronized LDP session.
The MPLS LDP IGP synchronization feature does the following:
- Enables you to synchronize LDP and IGP to minimize MPLS packet loss.
- Allows you to globally enable LDP IGP synchronization on each interface that is associated with an IGP Open Shortest Path First (OSPF) or Intermediate System-to-System (IS-IS) process.
- Prevents MPLS packet loss due to synchronization conflicts.
After you enable LDP IGP synchronization for all interfaces that belong to an OSPF or IS-IS process, you can disable it for specific interfaces on which you do not want it to be enabled.
When an IGP adjacency is established on an interface but LDP IGP synchronization is not yet achieved or is lost, IGP advertises the maximum metric on that interface. When at least one LDP session over the interface is converged, IGP advertises the normal metric for the interface.
MPLS LDP IGP Synchronization Delay Timer
MPLS LDP IGP synchronization enables you to configure a delay time for MPLS LDP and IGP synchronization on an interface-by-interface basis. Typically, when LDP IGP synchronization is configured, LDP notifies IGP as soon as LDP is converged. When you configure the delay time, this notification is delayed.
When LDP is fully established and synchronized, LDP checks the delay timer as follows:
- If you configured a delay time, LDP starts the timer. When the timer expires, LDP checks that synchronization is still valid and notifies the OSPF or IS-IS process.
- If you did not configure a delay time, if synchronization is disabled or down, or if an interface was removed from an IGP process, LDP stops the timer and immediately notifies the OSPF or IS-IS process.
If you configure a new delay time while a timer is running, LDP saves the new delay time but does not reconfigure the running timer.
MPLS LDP IGP Synchronization and IGP Nonstop Forwarding
MPLS LDP IGP synchronization does not take effect while IGP is undergoing a graceful restart. IGP completes the graceful restart regardless of whether LDP is up. After the NSF startup is complete, MPLS LDP IGP synchronization is in effect, and future network events that cause an LDP or IGP session flap will trigger normal LDP IGP synchronization behavior.
MPLS LDP IGP Synchronization Compatibility with LDP Graceful Restart
LDP graceful restart protects traffic when an LDP session is lost. If an interface that supports a graceful-restart-enabled LDP session fails, MPLS LDP IGP synchronization is still achieved on the interface while it is protected by a graceful restart. MPLS LDP IGP synchronization is eventually lost under the following circumstances:
Licensing Requirements for MPLS LDP IGP Synchronization
Prerequisites for MPLS LDP IGP Synchronization
MPLS LDP IGP synchronization has the following prerequisites:
Guidelines and Limitations for MPLS LDP IGP Synchronization
MPLS LDP IGP synchronization has the following configuration guidelines and limitations:
- This feature is supported only on interfaces that are running OSPF or IS-IS processes. Other IGPs are not supported.
- This feature is not supported on MPLS traffic-engineering tunnel interfaces.
- When MPLS LDP IGP synchronization is configured for an interface, LDP assumes that peers are reachable over the interface unless proven otherwise (for example, if LDP discovers a neighbor over the interface by receiving a hello message and finds out that the neighbor is not reachable).
Default Settings for MPLS LDP IGP Synchronization
Table 6-1 lists the default settings for MPLS LDP IGP synchronization parameters.
|
|
|
|---|---|
Configuring MPLS LDP IGP Synchronization
This section includes the following topics:
- Configuring MPLS LDP IGP Synchronization for OSPF Interfaces
- Configuring MPLS LDP IGP Synchronization for IS-IS Interfaces
- Configuring the MPLS LDP IGP Synchronization Delay Timer
- Disabling MPLS LDP IGP Synchronization for Selected OSPF or IS-IS Interfaces
Configuring MPLS LDP IGP Synchronization for OSPF Interfaces
You can configure MPLS LDP IGP synchronization for all interfaces that run OSPF processes.
Prerequisites
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
DETAILED STEPS
Configuring MPLS LDP IGP Synchronization for IS-IS Interfaces
You can configure MPLS LDP IGP synchronization for all interfaces that run IS-IS processes.
Prerequisites
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
DETAILED STEPS
Configuring the MPLS LDP IGP Synchronization Delay Timer
You can configure a delay time for MPLS LDP IGP synchronization on an interface-by-interface basis. Typically, when LDP IGP synchronization is configured, LDP notifies IGP as soon as LDP is converged. When the delay timer is configured, this notification is delayed.
Prerequisites
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
2.
interface ethernet slot/port
3.
mpls ldp igp sync delay seconds
4.
(Optional) show mpls ldp igp sync interface ethernet slot / port
DETAILED STEPS
Disabling MPLS LDP IGP Synchronization for Selected OSPF or IS-IS Interfaces
You can disable LDP IGP synchronization for specific OSPF or IS-IS interfaces after they were configured with the MPLS LDP IGP synchronization feature.
Prerequisites
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
2.
interface ethernet slot/port
3.
no mpls ldp igp sync [delay]
4.
(Optional) show mpls ldp igp sync interface ethernet slot / port
DETAILED STEPS
Verifying the MPLS LDP IGP Synchronization
To display the MPLS LDP IGP synchronization, perform one of the following tasks:
|
|
|
|---|---|
Displays the status of MPLS LDP IGP synchronization on the OSPF interfaces. |
|
For detailed information about the fields in the output from these commands, see the Cisco Nexus 7000 Series NX-OS MPLS Command Reference.
Configuration Examples for MPLS LDP IGP Synchronization
The following example shows how to configure MPLS LDP IGP synchronization for OSPF interfaces and verify the results:
The following example shows how to configure a delay time for MPLS LDP IGP synchronization on a specific interface:
The following example shows how to disable MPLS LDP IGP synchronization on a specific interface after it was enabled using the MPLS LDP IGP synchronization feature:
Additional References for MPLS LDP IGP Synchronization
For additional information related to implementing MPLS LDP IGP synchronization, see the following sections:
Related Documents
|
|
|
|---|---|
MIBs
|
|
|
|---|---|
To locate and download MIBs, go to the following URL: http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml |
Feature History for MPLS LDP IGP Synchronization
Table 6-2 lists the release history for this feature.
|
|
|
|
|---|---|---|
Feedback