3com S7906E 安装指导

下载
页码 2621
 
1-21 
[SwitchA-radius-rs1] key accounting radius 
# Specify that the ISP domain name should not be included in the username sent to the RADIUS server. 
[SwitchA-radius-rs1] user-name-format without-domain 
[SwitchA-radius-rs1] quit 
2)  Configure an authentication domain 
# Create an ISP domain named dm1 and enter its view.  
[SwitchA] domain dm1 
# Configure the ISP domain to use RADIUS scheme rs1. 
[SwitchA-isp-dm1] authentication portal radius-scheme rs1 
[SwitchA-isp-dm1] authorization portal radius-scheme rs1 
[SwitchA-isp-dm1] accounting portal radius-scheme rs1 
[SwitchA-isp-dm1] quit 
# Configure dm1 as the default ISP domain for all users. Then, if a user enters the username without the 
ISP domain at login, the authentication and accounting methods of the default domain will be used for 
the user.  
[SwitchA] domain default enable dm1 
3)  Configure portal authentication 
# Configure the portal server as follows:  
Name: newpt 
IP address: 192.168.0.111 
Key: portal 
Port number: 50100 
URL: http://192.168.0.111/portal. 
[SwitchA] portal server newpt ip 192.168.0.111 key portal port 50100 url 
http://192.168.0.111/portal 
# Enable portal authentication on the interface connecting Switch B. 
[SwitchA] interface vlan-interface 4 
[SwitchA–Vlan-interface4] portal server newpt method layer3 
[SwitchA–Vlan-interface4] quit 
On Switch B, you need to configure a default route to subnet 192.168.0.0/24, setting the next hop as 
20.20.20.1. The configuration steps are omitted. 
Configuring Direct Portal Authentication with Extended Functions 
Network requirements 
The host is directly connected to the switch and the switch is configured for direct extended portal 
authentication. The host is assigned with a public network IP address manually or automatically by 
a DHCP server. When users using the host have passed identity authentication but have not 
passed security authentication, they can access only subnet 192.168.0.0/24. After passing security 
authentication, they can access unrestricted Internet resources. 
A RADIUS server serves as the authentication/accounting server.