Specifications

4-50
Cisco ATM Services (AXSM) Configuration Guide and Command Reference for MGX Switches
Release 5.2, Part Number OL-6484-01 Rev. C0, September 2005
Chapter 4 AXSM Card Management
Managing Connections
MGX8850.10.AXSM.a > delcon <
ifNum
> <
vpi
> <
vci
>
Replace the ifNum parameter with the interface or port number. The vpi and vci parameters are described
earlier in this chapter.
Testing ATM Connections
The following sections describe how to test the integrity of ATM connections in the ingress and egress
direction:
Testing ATM Connections in the Egress Direction
Testing ATM Connections in the Ingress Direction
Displaying ATM Connection Test Results
Testing ATM Connections in the Egress Direction
The tstconseg command checks to see if the switch can communicate with both ends of the connection
in the egress direction. To test the egress direction of a ATM connection with the tstconseg command,
enter the tstconseg command as follows:
tstconseg <ifNum> <vpi> <vci> [-num <iterations>]
Replace <ifNum> with the number of the interface whose connection you want to test. Replace <vpi>
with the VPI of the connection you want to test. Replace <VCI> with the VCI of the connection you want
to test. If you want to specify the number of times a collection of supervisory cells should traverse the
connection, enter the optional -num keyword, followed by the number of consecutive times you want to
run the test on the specified connection. You can run a test up to 10 times for a single execution of the
tstconseg command.
Note If you do not specify the -num <iterations> option, the test will run one time only.
Note Enter the dspcons command to obtain the interface number, VPI, and VCI of a connection.
In the following example, the user runs two consecutive tests in the egress direction of the connection
on port 2, VPI 103, VCI 103.
M8850_LA.3.AXSM.a > tstconseg 2 103 103 -num 2
tstconseg is in progress ..
Connection Id Test Type Direction Result Round Trip Delay
============= ========= ========= ======= ================
02.0103.00103: OAM Lpbk egress Success 2616 microsec
tstconseg is in progress ..
Connection Id Test Type Direction Result Round Trip Delay
============= ========= ========= ======= ================
02.0103.00103: OAM Lpbk egress Success 2624 microsec
M8850_LA.3.AXSM.a >