Manual
Layer 2 Tunnel Protocol Version 3
atm pvp
76
Cisco IOS Releases 12.0(29)S and 12.2(25)S
Changing the peak-rate argument causes the ATM-CES port adapter to go down and then back up.
When you create a PVP, two VCs are created (VCI 3 and 4) by default. These VCs are created for VP
end-to-end loopback and segment loopback operation, administration, and maintenance (OAM) support.
When you use the l2transport keyword with the atm pvp command, the router enters l2transport PVP
configuration mode. You must issue the l2transport keyword to configure the ATM cell relay over
MPLS feature in port mode or to configure the ATM cell relay over L2TPv3 feature.
To verify the configuration of a PVP, use the show atm vp command in EXEC mode.
Examples The following example creates a permanent virtual path with a peak rate of 2000 kbps. The subsequent
VCs created are multiplexed onto this virtual path.
interface atm 6/0
atm pvp 1 2000
atm pvc 13 1 13 aal5snap
exit
interface cbr 6/1
ces circuit 0
ces pvc 9 interface atm6/0 vpi 1 vci 100
exit
The following example configures ATM cell relay over MPLS in port mode:
interface atm5/0
atm pvp 1 l2transport
xconnect 10.0.0.1 123 encapsulation mpls
The following example configures ATM cell relay over L2TPv3:
pw-class atm-xconnect
encapsulation l2tpv3
interface atm 4/1/0
atm pvp 5 l2transport
xconnect 10.0.3.201 888 pw-class atm-xconnect
Related Commands Command Description
show atm vp Displays the statistics for all VPs on an interface or for a specific VP.