7-13
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter7 Configuring Virtual Connections
Configuring PVP Connections
Deleting PVPs from an Interface
This section describes how to delete a PVP configured on an interface. To delete a PVP, perform the
following steps, beginning in global configuration mode:
Example
The following example shows how to delete the PVP on ATM interface 1/1/0, VPI = 200:
Switch(config-if)# interface atm 1/1/0
Switch(config-if)# no atm pvp 200
Confirming PVP Deletion
To confirm the deletion of a PVP from an interface, use the following EXEC command before and after
deleting the PVP:
Example
The following example shows how to confirm that the PVP is deleted from the interface:
Switch# show atm vp
Interface VPI Type X-InterfaceX-VPI Status
ATM1/1/0 113 PVP TUNNEL
ATM1/1/0 200 PVP ATM1/1/1100 DOWN
ATM1/1/1 1 PVP SHAPED TUNNEL
ATM1/1/1 100 PVP ATM1/1/0200 DOWN
Switch# configure terminal
Switch(config)# interface atm 1/1/0
Switch(config-if)# no atm pvp 200
Switch(config-if)# end
Switch# show atm vp
Interface VPI Type X-InterfaceX-VPI Status
ATM1/1/0 113 PVP TUNNEL
ATM1/1/1 1 PVP SHAPED TUNNEL
Switch#
Command Purpose
Step1 Switch(config)# interface atm card/subcard/port
Switch(config-if)#
Selects the interface to be configured.
Step2 Switch(config-if)# no atm pvp vpi Deletes the PVP.
Command Purpose
show atm vp interface atm [card/subcard/port
vpi]
Shows the PVCs configured on the interface.