|
|
This chapter describes the Operation, Administration, and Maintenance (OAM) implementation on the ATM switch router.
![]() |
Note This chapter provides advanced configuration instructions for the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers. For complete descriptions of the commands mentioned in this chapter, refer to the ATM Switch Router Command Reference publication. |
This chapter includes the following sections:
![]() |
Note Current OAM implementation supports only the fault management function, which includes connectivity verification and alarm surveillance. |
The ATM switch router has full support for the following ATM OAM cell flows:
![]() |
Note Cells can be sent either on demand or periodically to verify link and connection integrity. |
In addition to the standard OAM functions, the ATM switch router can also send OAM pings. OAM cells containing the ATM node addresses or IP addresses of intermediate switches allow network administrators to determine the integrity of a chosen connection at any intermediate point along the connection, allowing for network connection debugging and troubleshooting.
OAM software implements ATM Layer F4 and F5 OAM fault management functions. OAM performs standard loopback (end-to-end or segment) and fault detection and notification (AIS and RDI) for each connection. It also maintains a group of timers for the OAM functions. When there is an OAM state change such as loopback failure, OAM software notifies the connection management software. The network operator can enable or disable OAM operation for the following switch components:
If OAM operation is disabled, outgoing OAM cells (AIS, RDI and loopbacks) are not generated and AIS and RDI cells that arrive at connection endpoints are discarded.
The hardware can perform the following functions on OAM cells:
An ATM connection consists of a group of network points that form the edges of each ATM switch or end system.
Each point can be one of the following:
The following sections describe the OAM tasks:
This section describes OAM commands in EXEC, global, and interface configuration mode.
To enable OAM operations for the Catalyst 8540 MSR, use the global configuration command, as shown in the following table:
Command | Purpose |
|---|---|
|
|
![]() |
Note The number of maximum OAM configured connections allowed ranges from 1 to 3200; the default is 3200. |
The following example shows how to enable AIS and segment loopback for the entire switch:
Switch(config)# atm oam ais seg-loopback % OAM: Switch level seg loopback is enabled % OAM: Switch level ais is enabled
The following example shows how to configure the ATM OAM connection maximum to 1600:
Switch(config)# atm oam max-limit 1600
To enable OAM operations for the entire Catalyst 8510 MSR and LightStream 1010 ATM switch router, use the global configuration command, as shown in the following table:
Command | Purpose |
|---|---|
|
|
![]() |
Note The number of maximum OAM configured connections allowed ranges from 1 to 3200; the default is 3200. |
The following example shows how to enable AIS and segment loopback for the entire switch:
Switch(config)#atm oam ais seg-loopback %OAM: Switch level seg loopback is enabled% OAM: Switch level ais is enabled
The following example shows how to configure the ATM OAM connection maximum to 1600:
Switch(config)# atm oam max-limit 1600
To enable OAM operations on an interface, perform the following steps, beginning in global configuration mode:
| Command | Purpose | |
|---|---|---|
Step 1 | Switch(config)# interface atm card/subcard/port[.vpt#] Switch(config-if)# | Selects the interface to be configured. |
Step 2 | Switch(config-if)# atm oam [interface atm card/subcard/port[.vpt#]] [vpi [vci]] [ais] [end-loopback] [rdi] [seg-loopback] | Configures interface OAM operations. |
Step 3 | Switch(config-if)# atm oam vpi [vci] loopback-timer tx-timer-value | Configures the OAM loopback transmit timer. |
The following example shows how to enable OAM AIS and end-to-end loopback on interface 3/0/0:
Switch(config)# interface atm 3/0/0 Switch(config-if)# atm oam ais end-loopback % OAM: Interface level end to end loopback is enabled % OAM: Interface level ais is enabled
The following example shows how to enable OAM AIS and end-to-end loopback on interface 3/0/0, VPI = 50, VCI = 100:
Switch(config)# interface atm 3/0/0 Switch(config-if)# atm oam 50 100 ais end-loopback % OAM: Connection level end to end loopback is enabled % OAM: Connection level ais is enabled
![]() |
Note You can use only VPI values to configure OAM operations on VP connections. |
In interface configuration command mode, you can enable or disable OAM operations on existing connections on different interfaces by specifying interface atm card/subcard/port. The following example disables OAM AIS flows at interface 1/0/0 while in interface 3/0/0:
Switch(config)# interface atm 3/0/0 Switch(config-if)# no atm oam interface atm 1/0/0 ais % OAM: Interface level ais is disabled
To check ATM connection reachability and network connectivity on the Catalyst 8540 MSR, use the ping EXEC command, as shown in the following table:
Command | Purpose |
|---|---|
|
|
You can ping a neighbor switch by selecting the segment loopback option. In privileged EXEC mode, you can select various other parameters such as repeat count and timeout values.
Switch# ping atm interface atm 3/0/0 50 100 seg-loopback Type escape sequence to abort. Sending Seg-Loopback 5, 53-byte OAM Echoes to a neighbor, timeout is 5 seconds: ..... Success rate is 0 percent (0/5)
The following example shows the ping command used in extended mode to check a VCC with end-to-end loopback flow:
Switch# ping Protocol [ip]: atm Interface [card/sub-card/port]: 3/0/0 VPI [0]: 0 VCI [0]: 16 Send OAM-Segment-Loopback ? [no]: Target IP address: Target NSAP Prefix: Repeat count [5]: Timeout in seconds [5]: Type escape sequence to abort. Sending end-Loopback 5, 53-byte OAM Echoes to a connection end point, timeout is 5 seconds: ..... Success rate is 0 percent (0/5)
To check ATM connection reachability and network connectivity on the Catalyst 8510 MSR and LightStream 1010 ATM switch router, use the ping EXEC command, as shown in the following table:
Command | Purpose |
|---|---|
|
|
You can use either an ATM address prefix or an IP address as a ping destination. You can ping a neighbor switch by selecting the segment loopback option. In privileged EXEC mode, you can select various other parameters such as repeat count and timeout values.
Switch# ping atm interface atm 3/0/0 50 100 seg-loopback Type escape sequence to abort. Sending Seg-Loopback 5, 53-byte OAM Echoes to a neighbor, timeout is 5 seconds: ..... Success rate is 0 percent (0/5)
The following example shows the ping command used in extended mode to check a VCC with end-to-end loopback flow:
Switch# ping Protocol [ip]: atm Interface [card/sub-card/port]: 3/0/0 VPI [0]: 0 VCI [0]: 16 Send OAM-Segment-Loopback ? [no]: Target IP address: Target NSAP Prefix: Repeat count [5]: Timeout in seconds [5]: Type escape sequence to abort. Sending end-Loopback 5, 53-byte OAM Echoes to a connection end point, timeout is 5 seconds: ..... Success rate is 0 percent (0/5)
![]() |
Note If you do not enable the OAM segment loopback option, the ping command uses an OAM end-to-end loopback cell. If you do not provide a target address, the connection end point becomes the target. |
To display the OAM configuration, use the following EXEC command:
Command | Purpose |
|---|---|
|
|
The OAM configuration is displayed in the following example:
Switch# more system:running-config
Building configuration...
Current configuration:
!
version XX.X
no service pad
service udp-small-servers
service tcp-small-servers
!
hostname Switch
!
boot system flash slot0:rhino/ls1010-wi-m_1.083.bin.Z
!
ip rcmd remote-username doug
atm oam max-limit 1600
atm over-subscription-factor 16
atm service-category-limit cbr 3000
atm qos uni3-default cbr max-cell-loss-ratio 12
atm lecs-address 47.0091.0000.0000.0000.0000.0000.0000.0000.0000.00
atm address 47.0091.8100.0000.0060.3e5a.db01.0060.3e5a.db01.00
!
interface ATM0/0/0
no keepalive
map-group atm-1
no atm auto-configuration
no atm address-registration
no atm ilmi-enable
no atm ilmi-lecs-implied
atm iisp side user
atm pvp 99
atm oam 0 5 seg-loopback end-loopback rdi
atm oam 0 16 seg-loopback end-loopback rdi
atm oam 0 18 seg-loopback end-loopback rdi
!
interface ATM0/0/0.99 point-to-point
no atm auto-configuration
no atm address-registration
no atm ilmi-enable
no atm ilmi-lecs-implied
atm maxvp-number 0
atm oam 99 5 end-loopback rdi
atm oam 99 16 end-loopback rdi
atm oam 99 18 end-loopback rdi
!
--More--
<information deleted>
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Aug 29 13:31:28 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.