![]() |
Asynchronous Transfer Mode Configuration Guide, Cisco IOS XE Release 3S
|
||||||||||||||
ATM PVC F5 OAM Recovery Traps
![]() |
|||||||||||||||
|
Contents
ATM PVC F5 OAM Recovery TrapsLast Updated: August 8, 2012
The ATM PVC F5 OAM Recovery Traps feature introduces Simple Network Management Protocol (SNMP) traps that notify the administrator when a permanent virtual circuit (PVC) has recovered from F5 Operation, Administration, and Maintenance (OAM) end-to-end loopback failures, and F5 OAM alarm indication signal/remote defect indication (AIS/RDI) failures.
Finding Feature InformationYour 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. Prerequisites for ATM PVC F5 OAM Recovery TrapsExtended ATM PVC up and down traps and ATM PVC traps for, OAM F5 AIS/RDI, and OAM F5 loopback failures and recoveries cannot be used at the same time as the legacy ATM PVC trap. The legacy ATM PVC trap must be disabled by using the no snmp-server enable traps atm pvc command before extended ATM PVC up and down traps and ATM PVC traps for OAM F5 CC, OAM F5 AIS/RDI, and OAM F5 loopback failures and recoveries can be configured. OAM management must be enabled on the PVC before you can use any ATM PVC traps. Restrictions for ATM PVC F5 OAM Recovery TrapsThe F5 OAM recovery traps are supported for ATM PVCs only. Information About ATM PVC F5 OAM Recovery TrapsF5 OAM Recovery Traps for ATM PVCsF5 OAM cells are used to detect connectivity failures and recoveries at the ATM layer. Before the introduction of this feature, Cisco IOS software provided support for SNMP traps (also called SNMP notifications) for F5 end-to-end loopback, and F5 AIS/RDI connectivity failures on a PVC. The ATM PVC F5 OAM Recovery Traps feature introduces SNMP traps that notify the network management system (NMS) when connectivity is restored to a PVC after the following types of failures:
Information in the traps includes the number of PVCs that recovered and time stamps indicating when the first and last recoveries occurred during the notification interval. To limit the amount of traffic that can be generated by the F5 OAM failure and recovery traps, only one trap of each type can be generated in each trap interval. Each trap can report on multiple PVCs, and successive PVCs that have the same failure or recovery are reported as a range. In addition to the traps, MIB tables are maintained to provide information about the failures and recoveries on PVCs. For a complete description of the extended ATM PVC Trap MIB, including the supported notifications and tables, see the MIB file called CISCO-ATM-PVCTRAP-EXTN-MIB.my, available through Cisco.com at the following URL: http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml Benefits of F5 OAM Recovery Traps for ATM PVCsBefore the introduction of this feature, when F5 OAM failures were detected on PVCs, failure notifications were sent to the NMS, and the operational state of the PVC was kept up. There was no mechanism for notifying the NMS when connectivity was restored to the PVCs after F5 OAM failures. The F5 OAM Recovery Traps feature introduces traps that asynchronously notify the NMS when PVCs have recovered from F5 OAM failures. How to Configure F5 OAM Recovery Traps for ATM PVCsConfiguring ATM OAM Support
SUMMARY STEPS
DETAILED STEPS Enabling OAM F5 Failure and Recovery Traps
SUMMARY STEPS
DETAILED STEPS Troubleshooting Tips
Configuration Examples for ATM PVC F5 OAM Recovery Traps
Enabling OAM PVC Managment ExampleThe following example shows how to enable ATM PVC OAM management. Router(config)# interface ATM0/3/0.100 point-to-point Router(config-subif)# pvc pvc100 0/100 Router(config-if-atm-vc)# oam-pvc manage Router(config-if-atm-vc)# end
ATM PVC Extended Up and Down Notifications ExampleEnabling ATM PVC extended up and down notifications: ExampleThe following example shows how to enable ATM PVC extended up and down notifications: snmp-server community public RW snmp-server host 172.16.61.90 public snmp-server enable traps atm pvc extension up snmp-server enable traps atm pvc extension down snmp-server host 10.0.0.115 vrf Mgmt-intf version 2c public udp-port 2030 ATM PVC Down Notification: ExampleThe following sample output shows an ATM PVC in the DOWN state:
Router# show atm vc
Codes: DN - DOWN, IN - INACTIVE
VCD / Peak Av/Min Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps Cells St
0/3/0.100 pvc100 0 100 PVC SNAP UBR 149760 DN
The following example shows the corresponding output for the ATM PVC extended down notification: Received SNMPv2c Trap: Community: public From: 10.0.0.54 sysUpTimeInstance = 1918435 snmpTrapOID.0 = catmIntfPvcDownTrap ifIndex.52 = 52 atmIntfPvcFailures.15 = 4 atmIntfCurrentlyFailingPVcls.15 = 1 ifDescr.52 = ATM0/3/0.100 catmPVclCurFailTime.52.0.100 = 1915435 catmPVclPrevRecoverTime.52.0.100 = 259552 catmPVclFailureReason.52.0.100 = catmLoopbackOAMFailure(1) ATM PVC Up Notification: ExampleThe following sample output shows an ATM PVC in the UP state:
Router# show atm vc
Codes: DN - DOWN, IN - INACTIVE
VCD / Peak Av/Min Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps Cells St
0/3/0.100 pvc100 0 100 PVC SNAP UBR 149760 UP
The following example shows the corresponding output for the ATM PVC extended up notification: Received SNMPv2c Trap: Community: public From: 9.0.0.54 sysUpTimeInstance = 1933376 snmpTrapOID.0 = catmIntfPvcUp2Trap ifIndex.52 = 52 catmIntfCurrentlyDownToUpPVcls.15 = 1 ifDescr.52 = ATM0/3/0.100 catmPVclCurRecoverTime.52.0.100 = 1930676 catmPVclPrevFailTime.52.0.100 = 1915435 catmPVclRecoveryReason.52.0.100 = catmLoopbackOAMRecover(1) ATM OAM Failure Looback Notification ExampleEnabling ATM OAM Failure Loopback Notification: ExampleThe following example shows how to enable ATM PVC OAM failure loopback notifications and extended up and down notifications: snmp-server community public RW snmp-server enable traps atm pvc extension up snmp-server enable traps atm pvc extension down snmp-server enable traps atm pvc extension oam failure loopback snmp-server host 10.0.0.115 vrf Mgmt-intf version 2c public udp-port 2030 OAM Loopback Failure Notification: ExampleThe following sample output shows an ATM PVC that has failed. Note that the output indicates the PVC is still in the UP state.
Router# show atm vc
Codes: DN - DOWN, IN - INACTIVE
VCD / Peak Av/Min Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps Cells St
0/3/0.100 pvc100 0 100 PVC SNAP UBR 149760 UP
The following example shows the corresponding output for the OAM loopback failure notification: Received SNMPv2c Trap: Community: public From: 9.0.0.54 sysUpTimeInstance = 1964155 snmpTrapOID.0 = catmIntfPvcOAMFailureTrap ifIndex.52 = 52 catmIntfOAMFailedPVcls.15 = 65 catmIntfCurrentOAMFailingPVcls.15 = 1 ifDescr.52 = ATM0/3/0.100 catmPVclStatusTransition.52.0.100 = 1 catmPVclStatusChangeStart.52.0.100 = 1961155 catmPVclStatusChangeEnd.52.0.100 = 1961155 OAM Loopback Recovery Notification: ExampleThe following sample output shows an ATM PVC in the UP state:
Router# show atm vc
Codes: DN - DOWN, IN - INACTIVE
VCD / Peak Av/Min Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps Cells St
0/3/0.100 pvc100 0 100 PVC SNAP UBR 149760 UP
The following example shows the corresponding output for the OAM loopback recovery notification: Received SNMPv2c Trap: Community: public From: 9.0.0.54 sysUpTimeInstance = 1986456 snmpTrapOID.0 = catmIntfPvcOAMRecoverTrap ifIndex.52 = 52 catmIntfOAMRcovedPVcls.15 = 10 catmIntfCurrentOAMRcovingPVcls.15 = 1 ifDescr.52 = ATM0/3/0.100 catmPVclStatusUpTransition.52.0.100 = 1 catmPVclStatusUpStart.52.0.100 = 1983456 catmPVclStatusUpEnd.52.0.100 = 1983456 Additional ReferencesMIBsTechnical Assistance
Feature Information for ATM PVC F5 OAM Recovery TrapsThe 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.
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: 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. (1110R) 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. © 2012 Cisco Systems, Inc. All rights reserved.
|
||||||||||||||
|
|