
ESR service routers. ESR-Series. Functionality description. Version 1.12.0
173
•
•
•
•
5.9.1 Configuration algorithm
Step
Description
Command
Keys
1
Create an IS-IS process and switch
to the parameters configuration
mode of this process.
esr(config)# router
isis <ID> [vrf <VRF>]
<ID> – process number, takes values
of [1..65535];
<VRF> – VRF instance name, set by
the string of up to 31 characters.
2
Set NET address.
esr(config-isis)# net
{<NET>}
<NET> – NET address, format:
ff[.ffff.ffff.ffff.ffff.ffff.ffff].ffff.ffff.ffff.
00.
3
Enable IS-IS process.
esr(config-isis)#
enable
4
Set the authentication algorithm
for the L2 layer (optional).
esr(config-isis)#
authentication domain
algorithm <ALGORITHM>
<ALGORITHM> – authentication
algorithm:
cleartext – password,
transmitted in clear text;
md5 – password is hashed by
md5 algorithm.
5
Set the authentication password
for the L2 layer (optional).
esr(config-isis)#
authentication domain
key ascii-text
{ <CLEAR-TEXT> |
encrypted <ENCRYPTED-
TEXT> }
<CLEAR-TEXT> – password, set by
the string of 8 characters;
<ENCRYPTED-TEXT> – encrypted
password of 8 bytes (16 characters)
in hexadecimal format (0xYYYY ...)
or (YYYY ...).
6
Set a list of keys for authentication
(optional).
esr(config-isis)#
authentication domain
key chain <KEYCHAIN>
<KEYCHAIN> – key list identifier, set
by the string of up to 16 characters.
7
Select the authentication
algorithm for the L1 layer
(optional).
esr(config-isis)#
authentication area
algorithm <ALGORITHM>
<ALGORITHM> – authentication
algorithm:
cleartext – password,
transmitted in clear text;
md5 – password is hashed by
md5 algorithm.
8
Set the authentication password
for the L1 layer (optional).
esr(config-isis)#
authentication area key
ascii-text
{ <CLEAR-TEXT> |
encrypted <ENCRYPTED-
TEXT> }
<CLEAR-TEXT> – password, set by
the string of 8 characters;
<ENCRYPTED-TEXT> – encrypted
password of 8 bytes (16 characters)
in hexadecimal format (0xYYYY ...)
or (YYYY ...).