Specifications
2-639
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
table-map
table-map
Use the table-map global configuration command to create a quality of service (QoS) mapping and to
enter table-map configuration mode. Table maps can be specified in policy-map class set commands or
as mark down mappings for policers and are used to create and configure a mapping table for converting
one packet-marking value to another. Use the no form of this command to delete the mapping table.
table-map table-map-name
no table-map table-map-name
Syntax Description
Defaults No table maps are defined.
Command Modes Global configuration
Command History
Usage Guidelines Use this command to specify the name of the table map that you want to create or to modify and to enter
table-map configuration mode.
You use the table-map command to create a mapping table, which is a type of conversion chart used for
establishing a to-from relationship between packet-marking types or categories. For example, you can
use a mapping table to establish a to-from relationship among these categories:
• class of service (CoS)
• precedence
• Differentiated Services Code Point (DSCP)
The switch supports a maximum of 256 unique table maps.
The maximum number of map statements within a table map is 64.
After you are in table-map configuration mode, these configuration commands are available:
• default: the default behavior for setting a value not found in the table map. The default can be
specified as one of these:
–
default value—uses the table map default value. The range is from 0 to 63.
–
copy—sets the default behavior for a value not found in the table map to copy.
–
ignore—sets the default behavior for a value not found in the table map to ignore.
• exit: exits from QoS table-map configuration mode.
• map: the table map from from_value and to to_value. Both value ranges are from 0 to 63.
• no: deletes the table map or sets the default values.
class-map-name Name of the table map.
Release Modification
12.2(25)EX This command was introduced.