7-7
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter7 Configuring Virtual Connections
Configuring Virtual Channel Connections
Example
The following example shows how to delete the VCC on ATM interface 3/0/0, VPI = 20, VCI = 2 00:
Switch(config-if)# interface atm 3/0/0
Switch(config-if)# no atm pvc 20 200
Confirming VCC Deletion
To confirm the deletion of a VCC from an interface, use the following EXEC command before and after
deleting the VCC:
Example
The following example shows how to confirm that the VCC is deleted from the interface:
Switch# show atm vc interface atm 3/0/0
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM3/0/0 0 5 PVC ATM2/0/0 0 77 QSAAL UP
ATM3/0/0 0 16 PVC ATM2/0/0 0 55 ILMI UP
ATM3/0/0 0 18 PVC ATM2/0/0 0 152 PNNI UP
ATM3/0/0 0 34 PVC ATM2/0/0 0 151 NCDP UP
ATM3/0/0 20 200 PVC ATM1/1/1 10 100 DOWN
Switch# configure terminal
Switch(config)# interface atm 3/0/0
Switch(config-if)# no atm pvc 20 200
Switch(config-if)# end
Switch# show atm vc interface atm 3/0/0
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM3/0/0 0 5 PVC ATM2/0/0 0 77 QSAAL UP
ATM3/0/0 0 16 PVC ATM2/0/0 0 55 ILMI UP
ATM3/0/0 0 18 PVC ATM2/0/0 0 152 PNNI UP
ATM3/0/0 0 34 PVC ATM2/0/0 0 151 NCDP UP
Command Purpose
show atm vc interface atm card/subcard/port
[vpi vci]
Shows the PVCs configured on the interface.