3com S7906E Guide De Référence

Page de 2327
 
1-8 
Examples 
# Configure the default ISP domain system to use the local authentication scheme for all types of 
users. 
<Sysname> system-view 
[Sysname] domain system 
[Sysname-isp-system] authentication default local 
# Configure the default ISP domain system to use RADIUS authentication scheme rd for all types of 
users and to use the local authentication scheme as the backup scheme.  
<Sysname> system-view 
[Sysname] domain system 
[Sysname-isp-system] authentication default radius-scheme rd local 
authentication lan-access 
Syntax 
authentication lan-access { local | none | radius-scheme radius-scheme-name [ local ] } 
undo authentication lan-access 
View 
ISP domain view 
Default Level 
2: System level 
Parameters 
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 lan-access command to specify the authentication scheme for LAN access 
users. 
Use the undo authentication login command to restore the default. 
By default, the default authentication scheme is used for LAN access users. 
Note that the RADIUS scheme specified for the current ISP domain must have been configured. 
Related commands: authentication defaultradius scheme
Examples 
# Configure the default ISP domain system to use the local authentication scheme for LAN access 
users. 
<Sysname> system-view 
[Sysname] domain system 
[Sysname-isp-system] authentication lan-access local