C613-50170-01 Rev B
Command Reference for x510 Series
1184
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
R
OUTE
M
AP
C
OMMANDS
SET
METRIC
set metric
Overview
Use this command to add a metric set clause to a route map entry.
When a route matches the route map entry, the device takes one of the following
actions:
•
changes the metric to the specified value, or
•
adds or subtracts the specified value from the metric, if you specify
+
or
-
before the value (for example, to increase the metric by 2, enter +2)
Use the
no
variant of this command to remove the set clause.
Syntax
set metric {+<
metric-value
>|-
<metric-value>
|
<metric-value>
}
no set metric [+
<metric-value>
|-
<metric-value>
|
<metric-value>
]
Default
The default metric value for routes redistributed into OSPF and OSPFv3 is 20.
Mode
Route-map Configuration
Usage
This command is valid for:
•
OSPF routes
•
RIP routes.
Note that defining the OSPF metric in a route map supersedes the metric defined
using a
command. For more
information, see the
OSPFv3 Feature Overview and Configuration Guide
and the
OSPF Feature Overview and Configuration Guide
Examples
To use entry
3
of the route map called
rmap1
to give matching routes a metric of
600
, use the commands:
awplus#
configure terminal
awplus(config)#
route-map rmap1 permit 3
awplus(config-route-map)#
set metric 600
Parameter
Description
+
Increase the metric by the specified amount.
-
Decrease the metric by the specified amount.
<metric-value>
<
0-4294967295
>
The new metric value, or the amount by which to increase or
decrease the existing value.