User Manual UMN:CLI
V8102
671
SPF-HOLD: 0-4294967295 (default: 10)
To release the configuration, use the following command.
Release the configuration.
12.2.13 External Routes to OSPF Network
If other routing protocol redistribute into OSPF network, these routes become OSPF ex-
ternal routes. Other routing protocols are RIP and BGP. And static route, connected route,
kernel route are also external route. Those routing information can distribute into OSPF
network.
There are 4 kinds of additional configuration about external routes to OSPF network.
metric is configures Metric value of the default route, metric-type is for type of finding
the path. metric-type 1 uses internal path cost with external path cost as a cost, metric
type 2 always uses external cost value. route-map is transmission of specific routing in-
formation to assigned route which has MAP-NAME, and, tag is using the assign tag num-
ber on the specific MAP-NAME.
Those 4 kinds of additional configuration can be selected more than 2 options without or-
der, and it applies to consistent across all external routes in an attached network.
The following is explaining 4 options of command:
• metric <0-16777214>
• metric-type <1-2>
• route-map MAP-NAME
• tag <0-4294967295>
To configure the external route transmission, use the following command.
redistribute {bgp | connected | kernel | rip |
static} metric <0-16777214>
Configures the external route transmis-
sion.
redistribute {bgp | connected | kernel | rip |
static} metric-type <1-2>
redistribute {bgp | connected | kernel | rip |
static} route-map MAP-NAME
redistribute {bgp | connected | kernel | rip |
static} tag <0-4294967295>
The following example shows how to configure it with more than 2 options:
• redistribute {bgp | connected | kernel | rip | static} metric <0-16777214> tag <0-
4294967295>
• redistribute {bgp | connected | kernel | rip | static} tag <0-4294967295> metric-
type <1-2>