![]() |
Table Of Contents
NSF/SSO—Any Transport over MPLS and AToM Graceful Restart
Neighbor Routers in the MPLS HA Environment
Nonstop Forwarding for Routing Protocols
Checkpointing AToM Information
Checkpointing Troubleshooting Tips
Configuring SSO on the Route Processors
Configuring Nonstop Forwarding on the Routers
Configuring MPLS LDP Graceful Restart
Configuration Examples for AToM NSF
Example: Ethernet to VLAN Interworking with AToM NSF
Feature Information for AToM NSF
NSF/SSO—Any Transport over MPLS and AToM Graceful Restart
First Published: August 11, 2004Last Updated: June 8, 2010Cisco nonstop forwarding (NSF) with stateful switchover (SSO) is effective at increasing availability of network services. Cisco NSF with SSO provides continuous packet forwarding, even during a network processor hardware or software failure. In a redundant system, the secondary processor recovers control plane service during a critical failure in the primary processor. SSO synchronizes the network state information between the primary and the secondary processor.
Any Transport over MPLS (AToM) uses NSF, SSO, and Graceful Restart to allow a Route Processor (RP) to recover from a disruption in control plane service without losing its MPLS forwarding state.
Note
In this document, the NSF/SSO—Any Transport over MPLS and AToM Graceful Restart feature is referred to as AToM NSF for brevity.
Finding Feature Information in This Module
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see 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 for AToM NSF" section.
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
•
Configuration Examples for AToM NSF
•
Feature Information for AToM NSF
Prerequisites for AToM NSF
This section lists the following prerequisites:
•
Neighbor Routers in the MPLS HA Environment
•
Nonstop Forwarding for Routing Protocols
Supported Hardware
The AToM NSF feature is supported on the Cisco 7500 series routers, with the port adapters, versatile interface processors (VIPs), and route switch processors (RSPs) listed in the following sections.
Supported Port Adapters
•
GEIP+
•
PA-2FE-TX, PA-2FE-FX
•
PA-2H, PA-H
•
PA-4E, PA-8E
•
PA-4T+ and/or PA-8T-232, PA-8T-V35, PA-8T-X21
•
PA-A3-OC3-MM, PA-A3-OC3-SMI, PA-A3-OC3-SML
•
PA-FE-TX, PA-FE-FX
•
PA-MC_8E1/120, MC-4E1, MC-2E1, MC-8T1, MC-4T1, MC-2T1
•
PA-MC-8E1IMA
•
PA-MC-8TE1+
•
PA-MC-E3
•
PA-MC-STM1-MM, PA-MC-STM1-SMI
•
PA-MC-T3, PA-MC-2T3+
•
PA-POS-OC3-MM, PA-POS-OC3-SMI, PA-POS-OC3-SML
Supported RSPs
•
RSP4
•
RSP4+
•
RSP8
•
RSP16
Supported VIPs
•
VIP2-50
•
VIP4-50
•
VIP4-80
•
VIP6-80
Neighbor Routers in the MPLS HA Environment
AToM NSF requires that neighbor networking devices be able to perform AToM GR. The Cisco 7200 and Cisco 7500 routers are capable of supporting AToM GR and can be used as neighbor networking devices.
Stateful Switchover
To perform AToM NSF, Route Processors must be configured for SSO and Graceful Restart. See the Stateful Switchover feature module for more information.
Nonstop Forwarding for Routing Protocols
You must enable NSF on the routing protocols running between the provider (P) routers, provider edge (PE) routers, and customer edge (CE) routers. The routing protocols are the following:
•
Border Gateway Protocol (BGP)
•
Open Shortest Path First (OSPF)
•
Intermediate System-to-Intermediate System (IS-IS)
See the Cisco Nonstop Forwarding feature module for more information.
Restrictions for AToM NSF
AToM NSF includes the following restrictions:
•
Tag Distribution Protocol (TDP) sessions are not supported. Only Label Distribution Protocol (LDP) sessions are supported.
•
AToM NSF cannot be configured on label-controlled ATM (LC-ATM) interfaces.
•
AToM NSF supports AToM L2VPN Interworking. However, Layer 2 Tunnel Protocol Version 3 (L2TPv3) Interworking is not supported.
•
AToM NSF interoperates with Layer 2 Local Switching. However, AToM NSF has no effect on interfaces configured for local switching.
•
Disable fair queueing on serial interfaces or distributed Cisco Express Forwarding will not work on the interfaces.
•
On the Cisco 7500 series routers, distributed Cisco Express Forwarding is needed to support AToM NSF.
Information About AToM NSF
•
Checkpointing AToM Information
How AToM NSF Works
AToM NSF improves the availability of a service provider's network that uses AToM to provide Layer 2 VPN services to its customers. HA provides the ability to detect failures and handle them with minimal disruption to the service being provided. AToM NSF is achieved by SSO and NSF mechanisms. A standby RP provides control-plane redundancy. The control plane state and data plane provisioning information for the attachment circuits (ACs) and AToM pseudowires (PWs) are checkpointed to the standby RP to provide NSF for AToM L2VPNs.
Checkpointing AToM Information
Checkpointing is a function that copies state information from the active RP to the backup RP, thereby ensuring that the backup RP has the latest information. If the active RP fails, the backup RP can take over.
For the AToM NSF feature, the checkpointing function copies the active RP's information bindings to the backup RP. The active RP sends updates to the backup RP when information is modified.
To display checkpointing data, issue the show acircuit checkpoint command on the active and backup RPs. The active and backup RPs have identical copies of the information.
Checkpointing Troubleshooting Tips
To help troubleshoot checkpointing errors, use the following commands:
•
Use the debug acircuit checkpoint command to enable checkpointing debug messages for ACs.
•
Use the debug mpls l2transport checkpoint command to enable checkpointing debug messages for AToM.
•
Use the show acircuit checkpoint command to display the AC checkpoint information.
•
Use the show mpls l2transport checkpoint command to display whether checkpointing is allowed, how many AToM VCs were bulk-synced (on the active RP), and how many AToM VCs have checkpoint data (on the standby RP).
•
Use the show mpls l2transport vc detail command to display details of VC checkpointed information.
How to Configure AToM NSF
•
Configuring AToM (required)
•
Configuring SSO on the Route Processors (required)
•
Configuring Nonstop Forwarding on the Routers (required)
•
Configuring MPLS LDP Graceful Restart (required)
•
Verifying the Configuration (optional)
Configuring AToM
AToM virtual circuits (VCs) must be configured on the router. See the Any Transport over MPLS feature module for information on configuring AToM. For configuring L2VPN Interworking, see the L2VPN Interworking feature module.
Configuring SSO on the Route Processors
Route processors must be configured for SSO. See the Stateful Switchover feature module for configuration information.
Configuring Nonstop Forwarding on the Routers
You must enable Nonstop Forwarding on the routing protocols running between the P routers, PE routers, and CE routers. The routing protocols include OSPF, IS-IS, and BGP. See the Cisco Nonstop Forwarding feature module for configuration information.
Configuring MPLS LDP Graceful Restart
MPLS LDP Graceful Restart (GR) is enabled globally. When you enable LDP GR, it has no effect on existing LDP sessions. LDP GR is enabled for new sessions that are established after the feature has been globally enabled.
Perform this task to configure MPLS LDP GR.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip cef [distributed]
4.
mpls ldp graceful-restart
5.
interface type slot/port
6.
mpls ip
7.
mpls label protocol {ldp | tdp | both}
DETAILED STEPS
Verifying the Configuration
The following commands help verify that AToM NSF has been configured correctly:
Configuration Examples for AToM NSF
•
Example: Ethernet to VLAN Interworking with AToM NSF
Example: Ethernet to VLAN Interworking with AToM NSF
The following example shows how to configure AToM NSF on two PE routers.
Additional References
Related Documents
Related Topic Document TitleCisco IOS commands
Cisco IOS IP SLAs commands
Any Transport over MPLS
Cisco nonstop forwarding
L2VPN Interworking
Stateful switchover
Standards
Standards TitleNo new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
—
MIBs
RFCs
Technical Assistance
Feature Information for AToM NSF
Table 1 lists the features in this module and provides links to specific configuration information.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/fn. An account on Cisco.com is not required.
Note
Table 1 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.
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks. Third party trademarks mentioned 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. (1005R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
© 2004-2010Cisco Systems, Inc. All rights reserved.