Administrator Guide

Table Of Contents
On configuring suppression using the passive-interface command, the state of the
OSPF neighbor does not change to INIT; instead, the state of the OSPF neighbor
changes to DOWN after the dead-timer expires.
redistribute
Redistribute information from another routing protocol throughout the OSPF process.
Z9000
Syntax
redistribute {connected | isis | ospf | rip | static} [metric
metric-value | metric-type type-value] [route-map map-name]
[tag tag-value]
To disable redistribution, use the no redistribute {connected | isis |
rip | static}
command.
Parameters
connected Enter the keyword connected to specify that information
from active routes on interfaces is redistributed.
isis Enter the keyword isis to specify that ISO IS-IS information is
redistributed.
ospf Enter the keyword ospf to specify that information
corresponding to OSPF is redistributes.
rip Enter the keyword rip to specify that RIP routing
information is redistributed.
static Enter the keyword static to specify that information from
static routes is redistributed.
metric metric-
value
(OPTIONAL) Enter the keyword metric then a number. The
range is from 0 (zero) to 16777214.
metric-type
type-value
(OPTIONAL) Enter the keywords metric-type then one of
the following:
1 = OSPF External type 1
2 = OSPF External type 2
route-map
map-name
(OPTIONAL) Enter the keywords route-map then the name
of the route map.
tag tag-value (OPTIONAL) Enter the keyword tag then a number. The
range is from 0 to 4294967295.
Defaults Not configured.
Command
Modes
ROUTER OSPF
Open Shortest Path First (OSPFv2 and OSPFv3)
1065