Cisco ME 3400 Command Reference Manual page 94

Ethernet access switch
Table of Contents

Advertisement

cpu traffic qos dscp
CPU QoS:
Switch(config)# cpu traffic qos dscp dscp table-map dscp-to-dscp
Switch(config)# cpu traffic qos cos dscp table dscp-to-cos
Switch(config)# cpu traffic qos cos cos table cos-to-cos
Switch(config)# cpu traffic qos qos-group 50
Class:
Switch(config)# class-map match-any cpu-traffic
Switch(config-cmap)# match qos-group 50
Switch(config-cmap)# exit
Switch(config)# class-map match-any user-video
Switch(config-cmap)# match cos 3
Switch(config-cmap)# exit
Switch(config)# class-map match-any user-voice
Switch(config-cmap)# match cos 5
Switch(config-cmap)# exit
Policy:
Switch(config)# policy-map output-policy
Switch(config-pmap)# class user-voice
Switch(config-pmap-c)# priority
Switch(config-pmap-c)# police cir 10000000
Switch(config-pmap-c)# exit
Switch(config-pmap)# class user-video
Switch(config-pmap-c)# bandwidth percent 40
Switch(config-pmap-c)# exit
Switch(config-pmap)# class cpu-traffic
Switch(config-pmap-c)# bandwidth percent 10
Switch(config-pmap-c)# exit
Switch(config-pmap)# class class-default
Switch(config-pmap-c)# bandwidth percent 30
Switch(config-pmap-c)# exit
Interface:
Switch(config)# interface fastethernet0/1
Switch(config-if)# service-policy output output-policy
Switch(config-pmap-c)# exit
Related Commands
Command
class-map
cpu traffic qos cos
cpu traffic qos
precedence
cpu traffic qos
qos-group
policy-map
show cpu traffic qos
show policy-map
Cisco ME 3400 Ethernet Access Switch Command Reference
2-66
Chapter 2
Description
Configures a class map to be used for matching packets to a specified criteria
and enters class-map configuration mode.
Configures class of service (CoS) marking for control plane traffic.
Configure quality of service (QoS) marking based on precedence for control
plane traffic.
Maps all CPU-generated traffic to a single class in the output policy-maps
without changing the class of service (CoS), IP differentiated services code
point (DSCP), or IP-precedence packet markings.
Configures a policy map that can be attached to multiple physical ports and
enters policy-map configuration mode.
Displays the QoS markings configured for CPU traffic.
Displays QoS policy map information for the specified policy map name,
interface, input or output policy maps, or policy-map class.
Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
OL-9640-10

Advertisement

Table of Contents
loading

Table of Contents