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
Ethernet to VLAN Interworking with AToM NSF: Example
debug mpls l2transport checkpoint
show mpls l2transport checkpoint
Feature Information for AToM NSF
NSF/SSO—Any Transport over MPLS and AToM Graceful Restart
First Published: August 11, 2004Last Updated: February 23, 2006Cisco 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 Cisco IOS software release may not support all of the features documented in this module. To reach links to specific feature documentation in this module and to see a list of the releases in which each feature is supported, use the "Feature Information for AToM NSF" section.
Finding Support Information for Platforms and Cisco IOS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.
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
To configure AToM NSF, you should understand the following concepts:
•
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
To configure AToM NSF, perform the following tasks:
•
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
This section provides the following configuration example:
•
Ethernet to VLAN Interworking with AToM NSF: Example
Ethernet to VLAN Interworking with AToM NSF: Example
The following example shows how to configure AToM NSF on two PE routers.
Additional References
The following sections provide references related to AToM NSF.
Related Documents
Related Topic Document TitleStateful switchover
MPLS Label Distribution Protocol
Cisco nonstop forwarding
Any Transport over MPLS
L2VPN Interworking configuration
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
Command Reference
This section documents only new and modified commands. All other commands used with this feature are documented in feature modules related to AToM, LDP NSF/SSO and Graceful Restart, and stateful switchover.
•
debug mpls l2transport checkpoint
•
show mpls l2transport checkpoint
debug acircuit checkpoint
To enable the display of attachment circuit (AC) events when Any Transport over MPLS (AToM) is configured for nonstop forwarding/stateful switchover (NSF/SSO) and Graceful Restart, use the debug acircuit checkpoint command in privileged EXEC mode. To disable the display of these messages, use the no form of this command.
debug acircuit checkpoint
no debug acircuit checkpoint
Syntax Description
This command has no arguments or keywords.
Defaults
Debugging of the AToM NSF/SSO and Graceful Restart feature is not enabled.
Command Modes
Privileged EXEC
Command History
Release Modification12.2(25)S
This command was introduced.
12.2(28)SB
This command was integrated into Cisco IOS Release 12.2(28)SB.
Usage Guidelines
Use debug commands with care. They use a significant amount of CPU time and can affect system performance.
Examples
The debut acircuit checkpoint command is issued on the active RP:
Router# debug mpls l2transport checkpointRouter# debug acircuit checkpointRouter# show debugAToM HA:AToM checkpointing events and errors debugging is onAC HA:Attachment Circuit Checkpoint debugging is onRouter# conf terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)# interface Fa5/1/1.2Router(config-subif)# xconnect 10.55.55.2 1002 pw-class mplsAToM HA [10.55.55.2, 1002]: Build provision msg, SSM sw/seg 8192/8194 [0x2000/0x2002] PW i d 9216 [0x2400] local label 21AC HA: Dynamic Sync. Event:4 Sw:8192[2000] Se:16385[4001]AToM HA: CF sync send completeAC HA CF: Sync send complete. Code:0On the standby RP, the following messages indicate that it receives checkpointing data:
AC HA [10.55.55.2, 1002]: Add to WaitQ. Flags:1AToM HA [10.55.55.2, 1002]: Received 32-byte provision version 1 CF messageAC HA CF: ClientId:89, Entity:0 Length:40AToM HA [10.55.55.2, 1002]: Process chkpt msg provision [1], ver 1AToM HA [10.55.55.2, 1002]: Reserved SSM sw/seg 8192/8194 [0x2000/0x2002] PW id 9216 [0x24 00]AC HA: Process Msg:35586. Ptr:44CBFD90. Val:0AC HA: Sync. Event:4 CktType:4 Sw:8192[2000] Se:16385[4001]AC HA [10.55.55.2, 1002]: Remove from WaitQ. Flags:1[OK][OK]During a switchover from the active to the backup route processor, the debug messages look similar to the following:
%HA-5-MODE: Operating mode is hsa, configured mode is sso.AC HA RF: CId:83, Seq:710, Sta:RF_STATUS_OPER_REDUNDANCY_MODE_CHANGE, Opr:5, St:STANDBY HO T, PSt:ACTIVEAToM HA: CID 84, Seq 715, Status RF_STATUS_OPER_REDUNDANCY_MODE_CHANGE, Op 5, State STANDB Y HOT, Peer ACTIVEAC HA RF: CId:83, Seq:710, Sta:RF_STATUS_PEER_PRESENCE, Opr:0, St:STANDBY HOT, PSt:ACTIVEAToM HA: CID 84, Seq 715, Status RF_STATUS_PEER_PRESENCE, Op 0, State STANDBY HOT, Peer AC TIVEAC HA RF: CId:83, Seq:710, Sta:RF_STATUS_PEER_COMM, Opr:0, St:STANDBY HOT, PSt:DISABLEDAToM HA: CID 84, Seq 715, Status RF_STATUS_PEER_COMM, Op 0, State STANDBY HOT, Peer DISABL ED%HA-2-CUTOVER_NOTICE: Cutover initiated. Cease all console activity until system restarts.%HA-2-CUTOVER_NOTICE: Do not add/remove RSPs or line cards until switchover completes.%HA-2-CUTOVER_NOTICE: Deinitializing subsystems...%OIR-6-REMCARD: Card removed from slot 4, interfaces disabled%OIR-6-REMCARD: Card removed from slot 5, interfaces disabled%OIR-6-REMCARD: Card removed from slot 9, interfaces disabled%HA-2-CUTOVER_NOTICE: Reinitializing subsystems...%HA-2-CUTOVER_NOTICE: System preparing to restart...%HA-5-NOTICE: Resuming initialization...AC HA RF: CId:83, Seq:710, Sta:RF_STATUS_REDUNDANCY_MODE_CHANGE, Opr:7, St:STANDBY HOT, PS t:DISABLED...%LDP-5-GR: LDP restarting gracefully. Preserving forwarding state for 250 seconds.AC HA RF: CId:83, Seq:710, Sta:RF_PROG_ACTIVE, Opr:0, St:ACTIVE, PSt:DISABLEDAToM HA: CID 84, Seq 715, Event RF_PROG_ACTIVE, Op 0, State ACTIVE, Peer DISABLEDAC HA: Process Msg:35588. Ptr:0. Val:0AC HA: Switchover: Standby->ActiveAC HA RF: ReconcilingRelated Commands
Command Descriptiondebug mpls l2transport checkpoint
Enables the display of AToM events when AToM is configured for NSF/SSO and Graceful Restart.
debug mpls l2transport checkpoint
To enable the display of Any Transport over MPLS (AToM) events when AToM is configured for nonstop forwarding/stateful switchover (NSF/SSO) and Graceful Restart, use the debug mpls l2transport checkpoint command in privileged EXEC mode. To disable the display of these messages, use the no form of this command.
debug mpls l2transport checkpoint
no debug mpls l2transport checkpoint
Syntax Description
This command has no arguments or keywords.
Defaults
Debugging of the AToM NSF/SSO and Graceful Restart feature is not enabled.
Command Modes
Privileged EXEC
Command History
Release Modification12.2(25)S
This command was introduced.
12.2(28)SB
This command was integrated into Cisco IOS Release 12.2(28)SB.
Usage Guidelines
Use debug commands with care. They use a significant amount of CPU time and can affect system performance.
Examples
In the following example, the output shows that NSF/SSO and Graceful Restart synchronize the data between the active and backup route processors after an AToM virtual circuit (VC) is created. (Both the debug mpls l2transport checkpoint and the debug acircuit checkpoint commands are enabled in this example.)
The debug mpls l2transport checkpoint command is enabled on the active RP:
Router# debug mpls l2transport checkpointRouter# debug acircuit checkpointRouter# show debugAToM HA:AToM checkpointing events and errors debugging is onAC HA:Attachment Circuit Checkpoint debugging is onRouter# conf terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)# interface Fa5/1/1.2Router(config-subif)# xconnect 10.55.55.2 1002 pw-class mplsAToM HA [10.55.55.2, 1002]: Build provision msg, SSM sw/seg 8192/8194 [0x2000/0x2002] PW i d 9216 [0x2400] local label 21AC HA: Dynamic Sync. Event:4 Sw:8192[2000] Se:16385[4001]AToM HA: CF sync send completeAC HA CF: Sync send complete. Code:0On the standby RP, the following messages indicate that it receives checkpointing data:
AC HA [10.55.55.2, 1002]: Add to WaitQ. Flags:1AToM HA [105.55.55.2, 1002]: Received 32-byte provision version 1 CF messageAC HA CF: ClientId:89, Entity:0 Length:40AToM HA [10.55.55.2, 1002]: Process chkpt msg provision [1], ver 1AToM HA [10.55.55.2, 1002]: Reserved SSM sw/seg 8192/8194 [0x2000/0x2002] PW id 9216 [0x24 00]AC HA: Process Msg:35586. Ptr:44CBFD90. Val:0AC HA: Sync. Event:4 CktType:4 Sw:8192[2000] Se:16385[4001]AC HA [10.55.55.2, 1002]: Remove from WaitQ. Flags:1[OK][OK]During a switchover from the active to the backup route processor, the debug messages look similar to the following:
%HA-5-MODE: Operating mode is hsa, configured mode is sso.AC HA RF: CId:83, Seq:710, Sta:RF_STATUS_OPER_REDUNDANCY_MODE_CHANGE, Opr:5, St:STANDBY HO T, PSt:ACTIVEAToM HA: CID 84, Seq 715, Status RF_STATUS_OPER_REDUNDANCY_MODE_CHANGE, Op 5, State STANDB Y HOT, Peer ACTIVEAC HA RF: CId:83, Seq:710, Sta:RF_STATUS_PEER_PRESENCE, Opr:0, St:STANDBY HOT, PSt:ACTIVEAToM HA: CID 84, Seq 715, Status RF_STATUS_PEER_PRESENCE, Op 0, State STANDBY HOT, Peer AC TIVEAC HA RF: CId:83, Seq:710, Sta:RF_STATUS_PEER_COMM, Opr:0, St:STANDBY HOT, PSt:DISABLEDAToM HA: CID 84, Seq 715, Status RF_STATUS_PEER_COMM, Op 0, State STANDBY HOT, Peer DISABL ED%HA-2-CUTOVER_NOTICE: Cutover initiated. Cease all console activity until system restarts.%HA-2-CUTOVER_NOTICE: Do not add/remove RSPs or line cards until switchover completes.%HA-2-CUTOVER_NOTICE: Deinitializing subsystems...%OIR-6-REMCARD: Card removed from slot 4, interfaces disabled%OIR-6-REMCARD: Card removed from slot 5, interfaces disabled%OIR-6-REMCARD: Card removed from slot 9, interfaces disabled%HA-2-CUTOVER_NOTICE: Reinitializing subsystems...%HA-2-CUTOVER_NOTICE: System preparing to restart...%HA-5-NOTICE: Resuming initialization...AC HA RF: CId:83, Seq:710, Sta:RF_STATUS_REDUNDANCY_MODE_CHANGE, Opr:7, St:STANDBY HOT, PS t:DISABLED...%LDP-5-GR: LDP restarting gracefully. Preserving forwarding state for 250 seconds.AC HA RF: CId:83, Seq:710, Sta:RF_PROG_ACTIVE, Opr:0, St:ACTIVE, PSt:DISABLEDAToM HA: CID 84, Seq 715, Event RF_PROG_ACTIVE, Op 0, State ACTIVE, Peer DISABLEDAC HA: Process Msg:35588. Ptr:0. Val:0AC HA: Switchover: Standby->ActiveAC HA RF: ReconcilingRelated Commands
Command Descriptiondebug acircuit checkpoint
Enables the display of AToM attachment circuit events when AToM is configured for NSF/SSO and Graceful Restart.
show acircuit checkpoint
To display checkpointing information for each attachment circuit (AC), use the show acircuit checkpoint command in privileged EXEC mode.
show acircuit checkpoint
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Release Modification12.2(25)S
This command was introduced.
12.2(28)SB
This command was integrated into Cisco IOS Release 12.2(28)SB.
Usage Guidelines
This command is used for interface-based attachment circuits. For Frame Relay and ATM circuits, use the following commands to show redundancy information:
•
debug atm ha-error
•
debug atm ha-events
•
debug atm ha-state
•
debug atm l2transport
•
debug frame-relay redundancy
Examples
The following show acircuit checkpoint command displays information about the ACs that have been check-pointed. The output varies, depending on whether the command output is for the active or standby route processor (RP).
On the active RP, the command displays the following output:
Router# show acircuit checkpointAC HA Checkpoint info:Last Bulk Sync: 1 ACsAC IW XC Id VCId Switch Segment St Chkpt---- ---- ---- --- ---- -------- -------- -- -----HDLC LIKE ATOM 3 100 1000 1000 0 NVLAN LIKE ATOM 2 1002 2001 2001 3 YOn the standby RP, the command displays the following output::
Router# show acircuit checkpointAC HA Checkpoint info:AC IW XC Id VCId Switch Segment St F-SLP---- ---- ---- --- ---- -------- -------- -- -----HDLC LIKE ATOM 3 100 0 0 0 001VLAN LIKE ATOM 2 1002 2001 2001 2 000Table 1 describes the significant fields shown in the display.
Related Commands
show mpls l2transport checkpoint
To display checkpointing information about Any Transport over MPLS (AToM) virtual circuits (VCs), use the show mpls l2transport checkpoint command in privileged EXEC mode.
show mpls l2transport checkpoint
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Release Modification12.2(25)S
This command was introduced.
12.2(28)SB
This command was integrated into Cisco IOS Release 12.2(28)SB.
Examples
The output of the commands varies, depending on whether the output reflects the active or standby route processor (RP).
On the active RP, the command displays the following output:
Router# show mpls l2transport checkpointAToM Checkpoint info for active RPCheckpointing is allowedBulk-sync checkpointed state for 1 VCOn the standby RP, the command displays the following output::
Router# show mpls l2transport checkpointAToM HA Checkpoint info for standby RP1 checkpoint information block in useIn general, the output on the active RP shows that checkpointing information was sent to the backup RP. The output on the backup RP shows that checkpointing information was received from the active RP.
Related Commands
Command Descriptionshow mpls l2transport vc
Displays information about the checkpointed data when checkpointing is enabled.
show mpls l2transport vc
To display information about Any Transport over MPLS (AToM) virtual circuits (VCs) that have been enabled to route Layer 2 packets on a router, use the show mpls l2transport vc command in privileged EXEC mode.
show mpls l2transport vc [vcid vcid] | [vcid-min vcid-max] [interface name [local-circuit-id]] [destination ip-address | name] [detail]
Syntax Description
Command Default
If you do not specify any keywords or arguments, the command displays a summary of all the VCs.
Command Modes
Privileged EXEC
Command History
Examples
The output of the commands varies, depending on the type of Layer 2 packets being transported over the AToM VCs.
The following sample output shows information about the interfaces and VCs that have been configured to transport various Layer 2 packets on the router:
Router# show mpls l2transport vcLocal intf Local circuit Dest address VC ID Status------------- ------------------ --------------- ---------- ----------Se5/0/0/1:1/0 FR DLCI 55 10.0.0.1 55 UPATM4/0/0.1 ATM AAL5 0/100 10.0.0.1 100 UPATM4/0/0.2 ATM AAL5 0/200 10.0.0.1 200 UPATM4/0/0.300 ATM AAL5 0/300 10.0.0.1 300 UPTable 2 describes the significant fields displayed in the display.
The following sample output shows information about VCs that have been configured to transport Layer 2 packets:
Router# show mpls l2transport vc detailLocal interface: AT4/0 up, line protocol up, ATM AAL5 0/200 upDestination address: 13.13.13.13, VC ID: 100, VC status: upTunnel label: imp-null, next hop point2pointOutput interface: PO0/1/0, imposed label stack {16}Create time: 00:16:44, last status change time: 00:15:45Signaling protocol: LDP, peer 13.13.13.13:0 upMPLS VC labels: local 16, remote 16Group ID: local 12, remote 1MTU: local 1500, remote 1500Remote interface description:Sequencing: receive disabled, send disabledVC statistics:packet totals: receive 56, send 55byte totals: receive 10181, send 10569packet drops: receive 0, send 0Table 3 describes the significant fields shown in the display.
The following example shows information about the NSF/SSO and GR capability. The SSO portion indicates when checkpointing data has either been sent (on active) or received (on standby). When SSO data has not been successfully sent or has been released, the SSO information is not shown.
Router# show mpls l2transport vc detailLocal interface: Fa5/1/1.2 down, line protocol down, Eth VLAN 2 upDestination address: 55.55.55.2, VC ID: 1002, VC status: downOutput interface: Se4/0/3, imposed label stack {16}Preferred path: not configuredDefault path: activeTunnel label: imp-null, next hop point2pointCreate time: 02:03:29, last status change time: 02:03:26Signaling protocol: LDP, peer 55.55.55.2:0 downMPLS VC labels: local 16, remote unassignedGroup ID: local 0, remote unknownMTU: local 1500, remote unknownRemote interface description:Sequencing: receive disabled, send disabledVC statistics:packet totals: receive 0, send 0byte totals: receive 0, send 0packet drops: receive 0, send 0Table 4 describes the significant fields shown in the display.
Related Commands
Command Descriptionshow mpls l2transport summary
Displays summary information about VCs that have been enabled to route AToM Layer 2 packets on a router.
Feature Information for AToM NSF
Table 5 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.
Cisco IOS software images are specific to a Cisco IOS software release, a feature set, and a platform. Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.
Note
Table 5 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.
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 Cisco Systems, Inc. All rights reserved.


