![Cisco 10000 Series Configuration Manual Download Page 445](http://html.mh-extra.com/html/cisco/10000-series/10000-series_configuration-manual_66373445.webp)
14-7
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 14 Simultaneous Policy Maps
Configuring Simultaneous Policy Maps
Configuration Example of Attaching the Interface Policy for Simultaneous Policy Maps
The following example configuration shows how to attach the interface policy for simultaneous policy
maps. In this example, the policy named pppoe_sess_output_policy is attached to the virtual template
interface named Virtual-Template1, which the BRAS uses when creating a virtual access interface (VAI)
for a session.
interface GigabitEthernet3/0/0.10
protocol pppoe
!
interface Virtual-Template1
ip unnumbered Loopback1
service-policy output pppoe_sess_output_policy
Attaching a Policy to an Ethernet Interface
To attach a policy map to an Ethernet interface, enter the following commands beginning in global
configuration mode:
Step 4
Router(config)#
interface virtual-template
number
Creates a virtual template interface that can be configured and
applied dynamically in creating virtual access interfaces.
number
is a number used to identify the virtual template
interface.
Step 5
Router(config-if)#
ip unnumbered
type
number
Enables IP processing on an interface without assigning an
explicit IP address to the interface.
type
is an interface on which the router has assigned an IP
address (for example, loopback). The interface cannot be an
unnumbered interface.
number
is an interface or subinterface number (for example, 1).
Step 6
Router(config-if)#
service-policy output
policy-map-name
Attaches the specified policy map to the interface in the
outbound direction.
policy-map-name
is the name of a previously configured policy
map.
Command
Purpose
Command
Purpose
Step 1
Router(config)#
interface
type number
Creates or modifies a subinterface. Enters subinterface
configuration mode.
type
is the interface type (for example, GigabitEthernet).
number
is the slot, module, port, subinterface number of the
interface (for example, 4/0/1.10).
Step 2
Router(config-subif)#
protocol pppoe
Specifies the tunneling protocol that a virtual private dialup
network (VPDN) subgroup is to use, in this case PPPoE.
Step 3
Router(config-if)#
service-policy output
policy-map-name
Attaches the specified policy map to the interface in the
outbound direction.
policy-map-name
is the name of a previously configured policy
map.