3com 3031 Instruccion De Instalación

Descargar
Página de 1122
Configuring PPP 
197
Configuring the local to 
be authenticated by the 
peer with the PAP 
approach
By default, when the local router is authenticated by the peer in PAP mode, both 
the username and password sent by the local router are null.
Configuring the local to 
be authenticated by the 
peer with the CHAP 
approach
In the above table, 
simple
 means to send password in plain text and 
cipher
 in 
encrypted text.
When configuring CHAP authentication, if 
username
 of one end is the 
username
 
of the other, and the 
password
 is the same, it is unnecessary that the 
ppp chap 
password
 command is configured in the other end.
By default, the local router name is null.
Configuring AAA 
Authentication and 
Accounting Parameters 
of PPP
It is up to AAA to decide whether a PPP user that has undergone the PPP 
authentication can pass the authentication. AAA authentication on a PPP user can 
be conducted at the local or via a RADIUS server.
Local authentication refers to the authentication performed by making use of the 
local user database that contains the users added by using the 
local-user 
username password { simple | cipher } password 
command. RADIUS server 
authentication refers to the authentication made by using the user database on 
the RADIUS server. The specific configuration commands are shown in the 
following table.
Table 258   Configuring the local to be authenticated by the peer with the PAP approach
Operation
Command
Configure PAP username and password that 
the local will send when authenticated by the 
peer in PAP mode
ppp pap local-user username 
password { simple | cipher } 
password
Delete the PAP username and password that 
the local will send when authenticated by the 
peer in PAP mode
undo ppp pap local-user
Table 259   Configuring the local to be authenticated by the peer with the CHAP approach
Operation
Command
Configure the name of the local
ppp chap user username
Delete the configured name of the local
undo ppp chap user
Configure the password of the local for 
authentication in CHAP mode
ppp chap password { simple | 
cipher } password
Delete the password of the local during 
authentication in CHAP mode
undo ppp chap password
Add the username and password of the peer into 
the local user list
local-user username password 
{ simple | cipher } password
Table 260   Configuring AAA authentication and accounting of PPP
Operation
Command
Configure PPP authentication 
method of AAA
aaa authentication-scheme ppp { default 
scheme-name
 } [ template 
server-template-name
 ] [ local | none ]
Configure the local first 
authentication of AAA
aaa authentication-scheme local