Network Router User's Manual

Configuring PVPs
ATM Switch Router Quick Software Configuration Guide3-20
Take these steps:
Example
The following example shows how to configure the internal crossconnect (within the
switch) PVP on ATM switch router B between interface 3/0/1, VPI = 2 and interface 3/0/2,
VPI = 3:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface atm 3/0/1
Switch(config-if)# atm pvp 2 interface atm 3/0/2 3
Switch(config-if)# end
Switch#
Verify
Switch# show atm vp
Interface VPI Type X-Interface X-VPI Status
ATM3/0/1 2 PVP ATM3/0/2 3 UP
ATM3/0/2 3 PVP ATM3/0/1 2 UP
Switch#
Step Command Purpose
1 Switch> enable
Switch#
Enter privileged EXEC mode.
2 Switch# configure terminal
Switch(config)#
Enter global configuration mode.
3 Switch(config)# interface atm
card/subcard/port
Router(config-if)#
Enter interface configuration mode on the
ATM interface.
4 Switch(config-subif)# atm pvp
vpi-A interface
card/subcard/port vpi-B
Configure the PVP.
Note When configuring PVP connections,
use the lowest available VPI numbers first.
5 Switch(config-subif)# end
Switch#
Return to privileged EXEC mode.