429
METRIC = metric <value>:
METRIC = metric <value>:
Set the metric value for
creating default route,
<value>
ranges between 0~
16777214
, default metric value is 0
METRICTYPE = metric-type {1|2}
set the OSPF external link type of default route.
1 Set the OSPF external type 1 metric value
2 Set the OSPF external type 2 metric value
ROUTEMAP = route-map <
WORD
>
<WORD> specifies the route map name to be applied.
Default:
Default metric value is 10, default OSPF external link type is 2.
Command Mode:
OSPF protocol mode
Usage Guide:
When introducing route into OSPF route area with this command , the
system will behaves like an ASBR
Example:
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#default-information originate always metric 23 metric-type 2
route-map myinfo
13.6.3.41 default-metric
Command: default-metric <value>
no default-metric
Function:
The command set the default metric value of OSPF routing protocol; the “
no
default-metric
” returns to the default state.
Parameter: <value>,
metric value, ranging between 0~
16777214
Default:
Built-in, metric value auto translating
Command Mode:
OSPF protocol mode
Usage Guide:
When the default metric value makes the metric value not compatible,
the route introducing still goes through. If the metric value can not be translated, the
default value provides alternative option to carry the route introducing on. This command
will result in that all introduced route will use the same metric value. This command
should be used associating redistribute.
Example:
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#default-metric 100
13.6.3.42 summary-address
Command: summary-address <A.B.C.D/M> [{not-advertise|tag<tag-value>}]
Function:
Summarize or restrain external route with specific address scope.