Table Of Contents
Operation, Administration, and Maintenance (OAM) Enhancement
Operation, Administration, and Maintenance (OAM) Enhancement
Feature Summary
The Operation, Administration, and Maintenance (OAM) feature performs the following functions:
•
Limits the number of consecutive OAM AIS cells received before the subinterface is brought up or down
•
Limits the number of OAM loopback retries before the subinterface is brought down
OAM is supported on point-to-point subinterfaces with a single permanent virtual circuit (PVC) on the PA-A3 ATM interface.
After the feature is enabled, the F5 OAM AIS with the failure equal to AIS(0x6A) is monitored on the PVC. If the number of consecutive OAM AIS cells received is greater than the configured number, the subinterface is brought down. The subinterface is up when no OAM AIS cell is received during a configured interval.
If the PVC has end-to-end OAM loopback enabled, the subinterface is brought down after a configured number of retries. After the OAM loopback succeeds or the far-end router sends a loopback request, the subinterface is brought up.
Document Conventions
Command descriptions use these conventions:
•
Boldface indicates commands and keywords that are entered literally as shown.
•
Italics indicate arguments for which you supply values; in contexts that do not allow italics, arguments are enclosed in angle brackets ( >).
•
Square brackets ([ ]) indicate optional elements.
•
Braces ({ }) group required choices, and vertical bars ( | ) separate alternative elements.
•
Braces and vertical bars within square brackets ([{ | }]) indicate a required choice within an optional element.
Platforms
This feature is supported on these platforms:
•
Cisco 7000 series routers with RSP7000 and RSP7000CI
•
Cisco 7200 series routers
•
Cisco 7500 series routers
Configuration Tasks
To configure the OAM feature, perform the following tasks beginning in global configuration mode:
For information on other commands that can be used by the PA-A3 ATM interface, refer to the Cisco IOS Release 11.1 configuration guides.
For ATM configuration information and examples, refer to the ATM chapters in the Wide-Area Networking Configuration Guide.
Configuration Example
The following example enables the OAM AIS feature. The following is an example on ATM interface 1 in slot 0.
router# configure terminalrouter(config)# interface a1/0router(config-if)#atm oamrouter(config-if)#atm oam-man ais-down 5 ais-up 6 retries 20router(config-if)#endCommand Reference
This section documents new or modified commands. All other commands used with this feature are documented in the Cisco IOS Release 11.1 command references.
•
atm oam-man
•
show atm interface
atm oam-man
Use the atm oam-man command to specify the number of consecutive OAM AIS cells received before the subinterface is brought down and brought up. This command is also used to specify how many times an OAM loopback is attempted before the subinterface stops functioning. The no form of this command halts OAM AIS function from the configuration.
atm oam-man [ais-down [number] | ais-up [seconds] | retries [number]]
no atm oam-man
Syntax Description
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.1CC.
Examples
The following example shows five consecutive OAM cells received before the sub-interface is brought down, and 6 seconds with no OAM AIS cells received must elapse before the configuration is brought back up. In addition, 60 OAM loopback attempts occur before the interface is brought down.
router(config-if)#atm oam-man ais-down 5 ais-up 6 retries 60show atm interface
Use the show atm interface command to specify how many times an OAM loopback is attempted before the subinterface stops functioning.
show atm interface slot/port (Cisco 7200 series with ATM port adapter; Cisco 7500 series with AIP)
show atm interface slot/port-adapter/port (Cisco 7500 series with ATM port adapter)
Syntax Description
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.1.
Sample Display
The following is sample output from the show atm interface command on a Cisco 7500 series router:
Router# show atm interface a1/0ATM interface ATM1/0:AAL enabled: AAL5 , Maximum VCs: 4096, Current VCCs: 3Maximum Datagram Size:4528 MIDs/VC: 1024OAM AIS Down:3, Up:3, Max loopback retries:3PLIM Type:E3 - 34Mbps, Framing is G.832/G.804, TX clocking: LINE Scrambling:ON,566018 input, 568653 output, 0 IN fast, 0 OUT fast,ATM1/0.60: AAL3/4-SMDS address c148.1234.1111 Multicast e180.9999.9999Config. is ACTIVE
Related Commands
Show atm vc
