PurposeCommand or Action
Example:
Device(config-route-map)# set
dampening 30 1500 10000 120
Assigns a value to a local BGP path.
set local-preference value
Example:
Device(config-route-map)# set
local-preference 100
Step 13
Sets the BGP origin code.
set origin {igp | egp as | incomplete}
Example:
Device(config-route-map)#set origin
igp
Step 14
Modifies the BGP autonomous system path.
set as-path {tag | prepend as-path-string}
Example:
Device(config-route-map)# set as-path
tag
Step 15
Sets the level for routes that are advertised into the
specified area of the routing domain. The stub-area
and backbone are OSPF NSSA and backbone areas.
set level {level-1 | level-2 | level-1-2 |
stub-area | backbone}
Example:
Device(config-route-map)# set level
level-1-2
Step 16
Sets the metric value to give the redistributed routes
(for EIGRP only). The metric value is an integer
from -294967295 to 294967295.
set metric metric value
Example:
Device(config-route-map)# set metric
100
Step 17
Sets the metric value to give the redistributed routes
(for EIGRP only):
set metricbandwidth delay reliability
loading mtu
Step 18
Example:
Device(config-route-map)# set metric
10000 10 255 1 1500
• bandwidth—Metric value or IGRP bandwidth
of the route in kilobits per second in the range
0 to 4294967295
• delay—Route delay in tens of microseconds
in the range 0 to 4294967295.
• reliability—Likelihood of successful packet
transmission expressed as a number between
0 and 255, where 255 means 100 percent
reliability and 0 means no reliability.
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
190
Configuring IP Unicast Routing
Route Maps to Redistribute Routing Information