ESR series service routers.ESR-Series. User manual
•
•
•
•
•
•
•
•
•
•
•
•
•
Step Description Command Keys
17 Set LDAP as authentication
method.
esr(config)# aaa authentication
login { default | <NAME> }
<METHOD 1> [ <METHOD 2> ]
[ <METHOD 3> ] [ <METHOD 4> ]
<NAME> – list name, set by the
string of up to 31 characters.
Authentication methods:
local – authentication by
local user base;
tacacs – authentication by
TACACS server list;
radius – authentication by
RADIUS server list;
ldap – authentication by
LDAP server list.
18 Set LDAP as authentication
method of user privileges
elevation.
esr(config)# aaa authentication
enable <NAME>
<METHOD 1> [ <METHOD 2> ]
[ <METHOD 3> ] [ <METHOD 4> ]
<NAME> – list name, set by the
string of up to 31 characters;
default – default list name.
<METHOD> – authentication
methods:
enable – authentication by
enable passwords;
tacacs – authentication by
TACACS;
radius – authentication by
RADIUS;
ldap – authentication by
LDAP.
19 Set the method for iterating over
authentication methods.
esr(config)# aaa authentication
mode <MODE>
<MODE> – options of iterating over
methods:
chain – if the server returned
FAIL, proceed to the following
authentication method in the
chain;
break – if the server returned
FAIL, abandon authentication
attempts. If the server is
unavailable, continue
authentication attempts by
the following methods in the
chain.
Default value: chain.
20 Switch to the corresponding
terminal configuration mode.
esr(config)# line <TYPE> <TYPE> – console type:
console – local console;
ssh – secure remote console.
22 Activate user login authentication
list.
esr(config-line-console)# login
authentication <NAME>
<NAME> – list name, set by the
string of up to 31 characters.
Created in step 14.