![Cisco 10000 Series Configuration Manual Download Page 633](http://html.mh-extra.com/html/cisco/10000-series/10000-series_configuration-manual_66373633.webp)
17-59
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 17 Configuring Dynamic Subscriber Services
Queuing PPP Sessions on ATM VCs
The following example shows how to associate a virtual template interface with an ATM interface and
apply the policies in the virtual template to the sessions on the interface. In the example, the service
policy named Parent is applied to the Virtual-Template 8, which is associated with the bba-group named
pppoeoa-group. The bba-group is applied to PVC 101/210 on ATM subinterface 4/0/1.10.
bba-group pppoe pppoeoa-group
Virtual-Template 8
interface ATM4/0/1.10 point-to-point
pvc 101/210
vbr-nrt 4000 2000 50
no dbs enable
encapsulation aal5snap
protocol pppoe group pppoeoa-group
!
interface Virtual-Template8
ip unnumbered Loopback5555
Step 5
Router(config-subif)
pvc
[
name
]
vpi
/
vci
Creates or modifies an ATM permanent virtual circuit (PVC).
Enters ATM virtual circuit configuration mode.
(Optional)
name
identifies the PVC and can contain up to 15
characters.
vpi
/
specifies the ATM network virtual path identifier (VPI) for
this PVC. You must specify the slash. Valid values are from 0 to
255. The router treats a value that is outside the range of valid
values as the connection ID. The default value is 0.
Note
The arguments vpi and vci cannot both be set to 0; if one
is 0, the other cannot be 0.
vci
specifies the ATM network virtual channel identifier (VCI) for
this PVC. Valid values are from 0 to 1 less than the maximum
value set for this interface by the
atm vc-per-vp
command. A
value that is out of range causes an "unrecognized command"
error message.
Note
The VCI value has local significance only and, therefore,
is unique only on a single link, not throughout the ATM
network. Typically, lower values from 0 to 31 are reserved
for specific traffic (for example, F4 OAM, SVC signaling,
ILMI, and so on) and should not be used.
Step 6
Router(config-atm-vc)# protocol pppoe
group group-name
Enables PPP over Ethernet (PPPoE) sessions to be established on
permanent virtual circuits (PVCs).
group
specifies a PPPoE profile (bba-group) to be used by PPPoE
sessions on the interface.
group-name
is the name of the PPPoE profile (bba-group) to be
used by PPPoE sessions on the interface.
Note
The
group
group-name
points to the bba-group to be used
for applying a virtual template interface with QoS policies
to sessions.
Step 7
Router(config-atm-vc)#
exit
Exits ATM virtual circuit configuration mode.
Step 8
Router(config-subif)#
exit
Exits subinterface configuration mode.
Command
Purpose