Specifications
4-38
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 Ports
Delete an ATM Port
To delete an ATM port on an AXSM card, use the following procedure.
Note If you want to delete a PNNI signaling port from the AXSM, you must disable signaling on the PXM
card before you can delete the port on the AXSM.
Step 1 Establish a configuration session using a user name with GROUP1 privileges or higher.
Step 2 Enter the dspports command as follows to display all ATM ports on the current AXSM, and to obtain
the ifnum of the port you want to delete.
M8850_LA.3.AXSM.a > dspports
ifNum Line Admin Oper. Guaranteed Maximum SCT Id ifType VPI minVPI maxVPI
State State Rate Rate (D:dflt (VNNI, (EVNNI,EVUNI)
used) VUNI)
----- ---- ----- ----- ---------- --------- ------ ------ ------ ------ ------
1 1.1 Up Up 10000 10000 0 NNI 0 0 0
2 1.2 Up Up 100 100 0 UNI 0 0 0
3 1.3 Up Down 100 100 0 UNI 0 0 0
4 1.4 Up Down 100 100 0 UNI 0 0 0
5 1.5 Up Down 100 100 0 UNI 0 0 0
M8850_LA.3.AXSM.a >
Note The interface number for each port appears in the ifNum column.
Step 3 Enter the dspcons to verify that there are no connections associated with the port you want to delete. If
there are no connections associated with the port you want to delete, proceed to Step 4.
If there are connections associated with the port you want to delete, enter the delcon command as follows
to delete them:
delcon <
ifNum
> <
vpi
> <
vci
>
Replace the <ifNum> <vpi> <vci> parameters with the interface number, VPI, and VCI of the port you
want to delete.
Note You can obtain the vpi and vci for a specific port (ifNum) from the Identifier column in the
dspcons command display.
In the following example, the user displays all connections on the current AXSM, and deletes the
connection on port 1 that has a VPI of 100 and a VCI of 100.
M8850_LA.3.AXSM.a > dspcons
record Identifier Type SrvcType M/S Upld Admn Alarm
------ ---------- ---- -------- --- ---- ---- -----
0 01 0100 00100 VCC cbr1 S 00000001 UP none
1 02 0101 00101 VCC cbr1 S 00000002 UP none
2 03 0105 00105 VCC cbr1 M 00000003 UP none
M8850_LA.3.AXSM.a > delcon 1 100 100
Deletion successful
M8850_LA.3.AXSM.a >