Attaching Vlan Tag-Based Policies - Cisco 10000 Series Configuration Manual

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Configuring VLAN Tag-Based QoS
!
Router(config)# policy-map policy3
Router(config-pmap)# class vgrp2
Router(config-pmap-c)# bandwidth 64000
Router(config-pmap-c)# police percent 20
Router(config-pmap-c)# class vgrp1
Router(config-pmap-c)# random-detect dscp 6
!
Router(config)# policy-map policy4
Router(config-pmap)# class vgrp2
Router(config-pmap-c)# bandwidth 128000
Router(config-pmap-c)# police percent 10
Router(config-pmap-c)# class vgrp1
Router(config-pmap-c)# bandwidth 64000
Router(config-pmap-c)# random-detect dscp 3
!
Router(config)# policy-map policy5
Router(config-pmap)# class class-default
Router(config-pmap-c)# police 32000
!
Router(config)# policy-map output-policy
Router(config-pmap)# class vgrp-customer1
Router(config-pmap-c)# shape 2000000
Router(config-pmap-c)# service-policy policy3
Router(config-pmap-c)# class vgrp-customer2
Router(config-pmap-c)# shape 512000
Router(config-pmap-c)# service-policy policy4
Router(config-pmap-c)# class class-default
Router(config-pmap-c)# shape 128000
Router(config-pmap-c)# service-policy policy5

Attaching VLAN Tag-based Policies

You must attach a VLAN tag-based policy to a main interface. The router does not support a VLAN
tag-based policy on a subinterface.
To attach a VLAN tag-based policy to an interface, enter the following commands beginning in global
configuration mode:
Command or Action
Step 8
Router(config)# interface slot/module/port
Cisco 10000 Series Router Quality of Service Configuration Guide
21-12
Chapter 21
Purpose
Creates or modifies the interface you specify. Enters
interface configuration mode.
type is the interface type, which must be Ethernet, Fast
Ethernet, or Gigabit Ethernet.
slot/module/port.subinterface is the number of the
subinterface that identifies the subinterface (for example,
1/0/0.1).
(Optional) point-to-point indicates that the subinterface
is a point-to-point subinterface.
(Optional) multipoint indicates that the subinterface is a
point-to-multipoint subinterface.
VLAN Tag-Based Quality of Service
OL-7433-09

Advertisement

Table of Contents
loading

Table of Contents