Qos with vlan policy, Input and output qos policy, Refer to – Enterasys Networks Security Router X-PeditionTM User Manual
Page 310

QoS Policy Configuration Examples
12-28 Configuring Quality of Service
XSR(config)#map-class frame-relay VoIP
XSR(config-map-class
XSR(config-map-class
XSR(config-map-class
XSR(config-map-class
XSR(config-map-class
QoS with VLAN Policy
The following example configures QoS on a VLAN interface. First, add the class map cos5To7 with
the matching CoS criterion 5 6 7. Then, create the traffic policy setCosTo4, associate it with the class
map, set the minimum bandwidth guarantee to 50 percent, and specify the output VLAN header
priority to 4. Finally, configure VLAN ID 1200 on GigabitEthernet sub-interface 2.1.
XSR(config)#class-map match-any Cos5To7
XSR(config-cmap
XSR(config-cmap
XSR(config)#policy-map setCosTo4
XSR(config-pmap
XSR(config-pmap-c
XSR(config-pmap-c
XSR(config-pmap-c
XSR(config)#interface gigabitethernet 2.1
XSR(config-if
XSR(config-if
XSR(config-if
XSR(config-if
Input and Output QoS Policy
The following example displays how the same policy map may be applied for input and output.
With MLPPP, it is used for input QoS and on the Ethernet interface it is used for output QoS
policy. Shaping, RED and bandwidth features take no effect on MLPPP.
XSR(config)#class-map A
XSR(config-cmap)#match ip DSCP 32
XSR(config-cmap)#match access-group 101
XSR(config-cmap)#exit
XSR(config)#policy-map InOut
XSR(config-pmap
XSR(config-pmap-c)#bandwidth per 20
XSR(config-pmap-c)#shape 100000
XSR(config-pmap-c)#random-detect 10 20 10
XSR(config-pmap-c)#exit
XSR(config-pmap
XSR(config-pmap-c
XSR(config-pmap-c
XSR(config-pmap