To create or modify a table map and enter the table map configuration mode, use the table-map command. To remove a table map, use the no form of this command.
table-map { table-map-name | default-table-map-name }
no table-map { table-map-name | default-table-map-name }
table-map-name |
Name of an existing or new user-defined table map. |
default-table-map-name |
Name of a system-defined table map. |
None
Global configuration
Release |
Modification |
---|---|
4.0 |
This command was introduced. |
![]() Note | You cannot modify the system-defined table maps. For a list of the system-defined table maps, see Table 1. |
This command does not require a license.
This example shows how to create or modify a table map:
switch(config)# table-map my_table1 switch(config-tmap)#
This example shows how to remove a table map:
switch(config)# no table-map my_table1 switch(config)#
Command |
Description |
---|---|
show table-map |
Displays table maps. |