1-199
Cisco ASR 901 Aggregation Services Router Command Reference Guide
OL-26031-07
Chapter 1 CLI Command Reference
table-map
table-map
To modify metric and tag values when the IP routing table is updated with BGP learned routes, use the
table-map command in address family or router configuration mode. To disable this function, use the
no form of the command.
table-map map-name
no table-map map-name
Syntax Description
Defaults This command is disabled by default.
Command Modes Address family configuration
Router configuration
Command History
Usage Guidelines This command adds the route map name defined by the route-map command to the IP routing table.
This command is used to set the tag name and the route metric to implement redistribution.
You can use match clauses of route maps in the table-map command. IP access list, autonomous system
paths, and next hop match clauses are supported.
Examples In the following router configuration mode example, the Cisco IOS software is configured to
automatically compute the tag value for the BGP learned routes and to update the IP routing table:
route-map tag
match as path 10
set automatic-tag
!
router bgp 100
table-map tag
In the following address family configuration mode example, the Cisco IOS software is configured to
automatically compute the tag value for the BGP learned routes and to update the IP routing table:
route-map tag
match as path 10
set automatic-tag
!
map-name Route map name from the route-map command.
Release Modification
15.1(2)SNG Support for this command was introduced on the Cisco ASR 901 router.