show table-map
To display the configuration of a specified table map or all table maps, use the show table-map command in EXEC mode.
show table-map table-map-name
Syntax Description
table-map-name | Name of table map used to map one packet-marking value to another. The name can be a maximum of 64 alphanumeric characters. |
Command Modes
EXEC
Command History
Examples
The sample output of the show table-map command shows the contents of a table map called "map 1". In "map1", a "to-from" relationship has been established and a default value has been defined. The fields for establishing the "to-from" mappings are further defined by the policy map in which the table map will be configured. (Configuring a policy map is the next logical step after creating a table map.)
For instance, a precedence or differentiated services code point (DSCP) value of 0 could be mapped to a class of service (CoS) value of 1, or vice versa, depending on the how the values are defined in the table map. Any values not explicitly defined in a "to-from" relationship will be set to a default value.
The following sample output of the show table-map command displays the contents of a table map called "map1". In this table map, a packet-marking value of 0 is mapped to a packet-marking value of 1. All other packet-marking values are mapped to the default value 3.
Router# show table-map map1
Table Map map1
from 0 to 1
default 3
Table 233 describes the fields shown in the display.