ESR series service routers.ESR-Series. User manual
•
•
Step Description Command Keys
esr(config-if-gi)# ipv6 ospf
instance <ID>
31 Define the interface inherence to a
specific OSPF process area.
esr(config-if-gi)# ip ospf area
<AREA_ID>
<AREA_ID> – area identifier,
defined as AAA.BBB.CCC.DDD
where each part takes values
of [0..255].
esr(config-if-gi)# ipv6 ospf area
<AREA_ID>
32 Enable the routing via OSFP on the
interface.
esr(config-if-gi)# ip ospf
esr(config-if-gi)# ipv6 ospf
33 Enable the mode in which the OSPF
process will ignore MTU interface value
in incoming Database Description
packets (optional).
esr(config-if-gi)# ip ospf mtu-
ignore
esr(config-if-gi)# ipv6 ospf mtu-
ignore
34 Specify OSFP authentication
algorithm(optional).
esr(config-if-gi)# ip ospf
authentication algorithm
<ALGORITHM>
<ALGORITHM> –
authentication algorithm:
cleartext – password,
transmitted in clear text;
md5 – password is
hashed by md5
algorithm.
35 Set the password for OSPF neighbor
authentication when transmitting an
unencrypted password(optional).
esr(config-if-gi)# ip ospf
authentication key ascii-text
{ <CLEAR-TEXT> | encrypted
<ENCRYPTED-TEXT> }
<CLEAR-TEXT> – password,
set by the string of 8 to 16
characters;
<ENCRYPTED-TEXT> –
encrypted password of 8 to 16
bytes (from 16 to 32
characters) in hexadecimal
format (0xYYYY ...) or
(YYYY ...).
36 Specify the list of passwords for
neighbor authentication via md5
hashing algorithm(optional).
esr(config-if-gi)# ip ospf
authentication key-chain
<KEYCHAIN>
<KEYCHAIN> – key list
identifier, set by the string of up
to 16 characters.
37 Set the time interval in seconds after
which the router selects DR in the
network(optional).
esr(config-if-gi)# ip ospf wait-
interval <TIME>
<TIME> – time in seconds,
takes values of [1..65535].
Default value: 40 seconds.
esr(config-if-gi)# ipv6 ospf wait-
interval <TIME>