Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
13-16
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 13 Configuring Route Policy Manager
Configuring Route Policy Manager
set extcommunity generic {transitive |
nontransitive} {none | additive]
community-1 [community-2...]}
Example:
switch(config-route-map)# set extcommunity
generic transitive 1.0:30
Sets the extended community attribute for a BGP
route update.
Note When you use both the set extcommunity
and set extcomm-list delete commands in
the same sequence of a route map attribute,
the deletion operation is performed before
the set operation.
Note Use the send-community command in
BGP neighbor address family configuration
mode to propagate BGP extended
community attributes to BGP peers.
set forwarding-address
Example:
switch(config-route-map)# set
forwarding-address
Sets the forwarding address for OSPF.
set level {backbone | level-1 | level-1-2
| level-2}
Example:
switch(config-route-map)# set level
backbone
Sets what area to import routes to for IS-IS. The
options for IS-IS are level-1, level-1-2, or level-2.
The default is level-1.
set local-preference value
Example:
switch(config-route-map)# set
local-preference 4000
Sets the BGP local preference value. The range is
from 0 to 4294967295.
set metric [+ | -]bandwidth-metric
Example:
switch(config-route-map)# set metric +100
Adds or subtracts from the existing metric value.
The metric is in Kb/s. The range is from 0 to
4294967295.
set metric bandwidth [delay reliability
load mtu]
Example:
switch(config-route-map)# set metric 33 44
100 200 1500
Sets the route metric values.
Metrics are as follows:
• metric0—Bandwidth in Kb/s. The range is
from 0 to 4294967295.
• metric1—Delay in 10-microsecond units.
• metric2—Reliability. The range is from 0 to
255 (100 percent reliable).
• metric3—Loading. The range is from 1 to 200
(100 percent loaded).
• metric4—MTU of the path. The range is from
1 to 4294967295.
Command Purpose