You can use the table-map command to apply a specified route map as a policy filter on an IS-IS route before the route is installed in the routing table. The route map you apply must contain one or more set commands to modify route attributes.
table-map
The following commands apply a policy (route map) named metricTypeExt to modify the metric type of IS-IS routes configured with a route tag value of 33.
- host1(config)#route-map metricTypeExt permit
5
- host1(config-route-map)#match tag 33
- host1(config-route-map)#set metric-type external
- host1(config-route-map)#exit
- host1(config)#router isis marketing
- host1(config-router)#table-map metricTypeExt
- host1(config-router)#exit
- host1(config)#exit