•
•
Step Description Command Keys
9 Enable compatibility with RFC 1583
(optionally).
esr(config-ospf)# compatible
rfc1583
esr(config-ipv6-ospf)# compatible
rfc1583
11 Add subnets filtration in incoming or
outgoing updates (optionally).
esr(config-ospf)# prefix-list
<PREFIX-LIST-NAME> { in | out }
<PREFIX-LIST-NAME> – name
of a subnet list being
configured, set by the string of
up to 31 characters.
in – incoming routes
filtration;
out – advertised routes
filtration.
esr(config-ipv6-ospf)# prefix-list
<PREFIX-LIST-NAME> { in | out }
12 Enable advertising of routes received in
an alternative way (optionally).
esr(config-ospf)# redistribute
static [ route-map <NAME> ]
<NAME> – name of the route
map that will be used for
advertised static routes
filtration and modification, set
by the string of up to 31
characters.
esr(config-ipv6-ospf)# redistribute
static [ route-map <NAME> ]
esr(config-ospf)# redistribute
connected [ route-map <NAME> ]
<NAME> – name of the route
map that will be used for
filtration and modification of
advertised directly connected
subnets, set by the string of up
to 31 characters.
esr(config-ipv6-ospf)# redistribute
connected [ route-map <NAME> ]
esr(config-ospf)# redistribute rip
[ route-map <NAME> ]
<NAME> – name of the route
map that will be used for
advertised RIP routes filtration
and modification, set by the
string of up to 31 characters.
esr(config-ospf)# redistribute bgp
<AS> [ route-map <NAME> ]
<AS> – stand alone system
number, takes values of
[1..4294967295].
<NAME> – name of the route
map that will be used for
advertised BGP routes filtration
and modification, set by the
string of up to 31 characters.
esr(config-ipv6-ospf)# redistribute
bgp <AS> [ route-map <NAME> ]
13 Enable OSFP process. esr(config-ospf)# enable
esr(config-ipv6-ospf)# enable