1-187
Cisco ASR 901 Aggregation Services Router Command Reference Guide
OL-26031-07
Chapter 1 CLI Command Reference
show table-map
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
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 1-11 describes the fields shown in the display.
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.
Release Modification
15.1(2)SNG Support for this command was introduced on the Cisco ASR 901 router.
Table 1-11 show table-map Field Descriptions
Field Description
Table Map The name of the table map being displayed.
from, to The values of the “to–from” relationship established by the table-map
(value mapping) command and further defined by the policy map in which
the table map will be configured.
default The default action to be used for any values not explicitly defined in a
“to–from” relationship by the table-map (value mapping) command. If a
default action is not specified in the table-map (value mapping) command,
the default action is “copy”.