Command Manual – User Access
H3C SecPath Series Security Products
Chapter 1 PPP Configuration Commands
1-6
Parameter
password
: Password.
simple
,
cipher
:
Passwords in plain text or in encrypted text.
Description
Use the
ppp chap password
command to configure the default CHAP password while
performing CHAP authentication.
Use the
undo ppp chap password
command to cancel the configuration.
While configuring CHAP authentication, you should configure the local
password
to be
the same as the user
password
at the other end.
Related command:
ppp authentication-mode chap
,
local-user
.
Example
# Set the user password for the local firewall to be authenticated in CHAP mode to
mypwd in plain text.
[H3C-Virtual-Template1] ppp chap password simple mypwd
1.1.7 ppp chap user
Syntax
ppp chap user username
undo ppp chap user
View
Interface view
Parameter
username:
User name of CHAP authentication, which is the one sent to the peer
equipment to be authenticated.
username
is a string of 1 to 80 characters.
Description
Use the
ppp chap user
command to configure the user name when performing the
CHAP authentication.
Use the
undo ppp chap user
command to delete the existing configuration.
While configuring CHAP authentication, you should configure the
username
of each
end as the
local-user
of the peer end, and configure the corresponding
password
accordingly.
Related command:
ppp authentication-mode
,
local-user
.