Specifications

2-640
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
table-map
You can specify table maps in set commands and use them as mark-down mapping for the policers in
input policy maps.
You cannot use table maps in output policy maps.
Examples This example shows how to create a table map to map DSCP to CoS values, setting those DSCP values
that are not mapped to a CoS value of 4:
Switch(config)# table-map dscp-to-cos
Switch(config-tablemap)# map from 1 to 1
Switch(config-tablemap)# map from 2 to 1
Switch(config-tablemap)# map from 3 to 1
Switch(config-tablemap)# map from 4 to 2
Switch(config-tablemap)# map from 5 to 2
Switch(config-tablemap)# map from 6 to 3
Switch(config-tablemap)# default 4
Switch(config-tablemap)# exit
You can verify your settings by entering the show table map privileged EXEC command.
Related Commands Command Description
class Defines a traffic classification match criteria for the specified
class-map name.
policy-map Creates or modifies a policy map that can be attached to multiple
ports to specify a service policy.
set cos Classifies IP traffic by setting a CoS, DSCP, IP-precedence, or QoS
group value in the packet.
show table-map Displays QoS table maps.