Specifications

9-51
Cisco MGX 8800/8900 Series Software Configuration Guide
Release 5.1, Part Number OL-6482-01, Rev. A0, January 25, 2005
Chapter 9 Switch Operating Procedures
Removing Static ATM Addresses
mgx8830a.1.PXM.a > dnport <ifNum>
Step 8 Delete the resource partition by entering the following command:
mgx8830a.1.PXM.a > delpart <ifNum> <partId>
Replace ifnum with the interface number of the port, and replace partitionID with the partition number
assigned to the port.
Step 9 To verify that the partition is deleted, enter the dspparts command to display a list of partitions for the
card.
Removing Static ATM Addresses
If you create a static ATM address and later want to remove that address, use the following procedure to
delete it.
Step 1 Establish a configuration session using a user name with GROUP1 privileges or higher.
Step 2 To locate the port for which you want to delete an address, enter the dsppnports command.
Step 3 Enter the following command to delete the static address:
mgx8830a.1.PXM.a > deladdr <portid> <atm-address> <length> [-plan {e164|nsap}]
The command parameters are described in Table 9-24.
Step 4 To verify that the static address is deleted, enter the following command:
mgx8830a.1.PXM.a > dspatmaddr <portid>
Replace <portid> with the port address using the format slot:bay.line:ifnum These parameters are
described in Table 9-1.
Table 9-24 ATM Address Configuration Parameters
Parameter Description
portid Port identifier in the format slot:bay.line:ifnum. These parameters are described in
Table 9-1.
atm-address Enter the ATM address using up to 40 nibbles. The ATM address can include up to
20 bytes, which is 40 nibbles or 160 bits.
length Enter the length, in bits, of the address you specified with the <atm-address>
parameter. Each nibble is equal to 4 bits. The acceptable range for the parameter is from
0 to 160 bits.
-plan Enter the address plan, which is either e164 (E.164) or nsap (NSAP). For an NSAP
address, the first byte of the address automatically implies one of the three NSAP
address plans: NSAP E.164, NSAP DCC, or NSAP ICD.
Default = nsap.