ESR series service routers.ESR-Series. User manual
Step Description Command Keys
7 Specify the router name that is sent to a
remote party for CHAP authentication.
esr(config-multilink)# ppp chap
hostname <NAME>
<NAME> – router name, set by
the string of up to 31
characters
8 Specify the password that is sent with
the router name to a remote party for
CHAP authentication.
esr(config-multilink)# ppp chap
password ascii-text
{ <CLEAR-TEXT> | encrypted
<ENCRYPTED-TEXT> }
<CLEAR-TEXT> – unencrypted
password, set by the string of
[8..64] characters, may include
[0-9a-fA-F] characters.
<ENCRYPTED-TEXT> –
unencrypted password, set by
the string of [16..128]
characters.
9 Allow any non-null IP address to be
accepted as a local IP address from the
neighbour (optional).
esr(config-multilink)# ppp ipcp
accept-address
10 Set IP address that is sent to a remote
party for the further allocation.
esr(config-multilink)# ppp iccp
remote-address <ADDR>
<ADDR> – IP address of a
remote gateway.
11 Specify a user for remote party
authentication and switch to the
specified user configuration mode.
esr(config-multilink)# chap
username <NAME>
<NAME> – user name, set by
the string of up to 31
characters.
12 Set encrypted or unencrypted password
for a specific user to authenticate the
remote party.
esr(config-ppp-user)# password
ascii-text
{ <CLEAR-TEXT> | encrypted
<ENCRYPTED-TEXT> }
<CLEAR-TEXT> – unencrypted
password, set by the string of
[8..64] characters, may include
[0-9a-fA-F] characters.
<ENCRYPTED-TEXT> –
unencrypted password, set by
the string of [16..128]
characters.
13 Set the amount of attempts to send
Configure-Request packets before the
remote peer is found to be unable to
respond (optional).
esr(config-multilink)# ppp max-
configure <VALUE>
<VALUE> – time in seconds,
takes values of [1..255].
Default value: 10.
14 Set the amount of attempts to send
Configure-NAK packets before all
options are confirmed (optional).
esr(config-multilink)# ppp max-
failure <VALUE>
<VALUE> – time in seconds,
takes values of [1..255].
15 Set the amount of attempts to send
Terminate-Request packets before the
session is aborted (optional).
esr(config-multilink)# ppp max-
terminate <VALUE>
<VALUE> – time in seconds,
takes values of [1..255].
Default value: 2.