Specifications
4-43
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 Resource Partitions
Step 4 Enter the dsppart command to display and verify the modified resource partition configuration.
Deleting an ATM Port Resource Partition
To delete an ATM port resource partition, perform the following steps:
Step 1 Establish a configuration session using a user name with GROUP1 privileges or higher.
Step 2 Enter the dspparts command as shown in the following example to display a list of the partitions for the
AXSM. Note the interface number and controller number for the resource partition you wish to delete.
M8850_LA.3.AXSM.a > dspparts
if part Ctlr egr egr ingr ingr min max min max min max
Num ID ID GuarBw MaxBw GuarBw MaxBw vpi vpi vci vci conn conn
(.0001%)(.0001%)(.0001%)(.0001%)
-----------------------------------------------------------------------------
1 1 2 500000 500000 500000 500000 11 200 10 65535 1 100
2 1 2 500000 500000 500000 500000 10 200 10 65535 1 100
3 1 2 500000 500000 500000 500000 10 200 10 65535 1 100
M8850_LA.3.AXSM.a >
Step 3 Enter the dspcons command as shown in the following example to display a list of all active connections
on the current AXSM. Determine if the interface to which the partition is assigned is being used by a
connection.
M8850_LA.3.AXSM.a > dspcons
record Identifier Type SrvcType M/S Upld Admn Alarm
------ ---------- ---- -------- --- ---- ---- -----
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 >
Note The Identifier column identifies the interface numbers, the VPI, and VCI for each connection. If
the interface is in use, note the interface number, the VPI, and the VCI values of all connections
using the interface, because you will need these values to delete the connections.
Step 4 Enter the delcon command as follows to delete any ATM connection that uses the interface whose
partition you want to delete. If the are no connection that use the interface whose partitions you want to
delete, skip this step and proceed with Step 5.
delcon <
ifNum
> <
vpi
> <
vci
>
Replace <ifNum > with the interface number of the port associated with the connection you want to
delete. Replace <vpi> with the VPI of the connection you want to delete. Replace <VCI> with the VCI
of the connection you want to delete.
Note Yo u m u s t e n t e r th e delcon command once for each connection that uses the interface whose
partition you want to delete.