3com S7906E 참조 가이드

다운로드
페이지 2327
 
1-9 
# Configure the default ISP domain system to use RADIUS authentication scheme rd for LAN access 
users and to use the local authentication scheme as the backup scheme.  
<Sysname> system-view 
[Sysname] domain system 
[Sysname-isp-system] authentication lan-access radius-scheme rd local 
authentication login 
Syntax 
authentication login  { hwtacacs-scheme  hwtacacs-scheme-name [ local  ] |  local | none | 
radius-scheme radius-scheme-name [ local ] } 
undo authentication login 
View 
ISP domain view 
Default Level 
2: System level 
Parameters 
hwtacacs-scheme hwtacacs-scheme-name: Specifies an HWTACACS scheme by its name, which is a 
string of 1 to 32 characters. 
local: Performs local authentication. 
none: Does not perform any authentication. 
radius-scheme radius-scheme-name: Specifies a RADIUS scheme by its name, which is a string of 1 
to 32 characters. 
Description 
Use the authentication login command to specify the authentication scheme for login users. 
Use the undo authentication login command to restore the default. 
By default, the default authentication scheme is used for login users. 
Note that the RADIUS or HWTACACS scheme specified for the current ISP domain must have been 
configured. 
Related commands: authentication defaulthwtacacs schemeradius scheme
Examples 
# Configure the default ISP domain system to use the local authentication scheme for login users. 
<Sysname> system-view 
[Sysname] domain system 
[Sysname-isp-system] authentication login local 
# Configure the default ISP domain system to use RADIUS authentication scheme rd for login users 
and to use the local authentication scheme as the backup scheme.  
<Sysname> system-view 
[Sysname] domain system 
[Sysname-isp-system] authentication login radius-scheme rd local