Example for Configuring Different Authentication Modes for Multiple SSIDs
Service Requirements
Enterprise users can access the Internet through the WLAN to meet basic mobile office requirements. When roaming occurs in the coverage area, user services will not be interrupted.
Administrators want to deploy different SSIDs for WLAN access of guests and employees, and different authentication modes for them to ensure WLAN security.
Networking Requirements
- AC networking mode: Layer 2 networking in bypass mode
- DHCP deployment mode:
- The AC functions as a DHCP server to assign IP addresses to APs.
- The aggregation switch (SwitchB) functions as a DHCP server to assign IP addresses to STAs.
- Service data forwarding mode: tunnel forwarding
Data Planning
Item |
Data |
---|---|
Management VLAN for APs |
VLAN 100 |
Service VLAN for STAs |
|
DHCP server |
The AC functions as a DHCP server to assign IP addresses to APs. SwitchB functions as a DHCP server to assign IP addresses to STAs. The default gateways for STAs are 10.23.101.2 and 10.23.102.2. |
IP address pool for APs |
10.23.100.3-10.23.100.254/24 |
IP address pool for STAs |
10.23.101.3-10.23.101.254/24 10.23.102.3-10.23.102.254/24 |
IP address of the AC's source interface |
VLANIF 100: 10.23.100.1/24 |
RADIUS authentication parameters |
|
Portal server template |
|
Portal access profile |
|
MAC access profile |
Name: guest |
Authentication-free rule profile |
|
802.1X access profile |
|
Authentication profile |
|
|
|
AP group |
|
Regulatory domain profile |
|
SSID profile |
|
|
|
Security profile |
|
|
|
VAP profile |
|
|
Configuration Roadmap
- Configure network interworking of the AC, APs, and other network devices.
- Use the configuration wizard to configure system parameters for the AC.
- Use the configuration wizard to configure the APs to go online on the AC.
- Use the configuration wizard to configure WLAN services, 802.1X authentication, and MAC address-prioritized Portal authentication on the AC.
- Configure authentication-free rules for an AP group.
- Deliver WLAN services to the APs and verify the configuration.
Configuration Notes
- No ACK mechanism is provided for multicast packet transmission on air interfaces. In addition, wireless links are unstable. To ensure stable transmission of multicast packets, they are usually sent at low rates. If a large number of such multicast packets are sent from the network side, the air interfaces may be congested. You are advised to configure multicast packet suppression to reduce impact of a large number of low-rate multicast packets on the wireless network. Exercise caution when configuring the rate limit; otherwise, the multicast services may be affected.
- In direct forwarding mode, you are advised to configure multicast packet suppression on switch interfaces connected to APs.
- In tunnel forwarding mode, you are advised to configure multicast packet suppression in traffic profiles of the AC.
Configure port isolation on the interfaces of the device directly connected to APs. If port isolation is not configured and direct forwarding is used, a large number of unnecessary broadcast packets may be generated in the VLAN, blocking the network and degrading user experience.
In tunnel forwarding mode, the management VLAN and service VLAN cannot be the same. Only packets from the management VLAN are transmitted between the AC and APs. Packets from the service VLAN are not allowed between the AC and APs.
Procedure
- Configure the network devices.# Add GE0/0/1 and GE0/0/2 on SwitchA to VLAN 100. The default VLAN of GE0/0/1 is VLAN 100.
<HUAWEI> system-view [HUAWEI] sysname SwitchA [SwitchA] vlan batch 100 [SwitchA] interface gigabitethernet 0/0/1 [SwitchA-GigabitEthernet0/0/1] port link-type trunk [SwitchA-GigabitEthernet0/0/1] port trunk pvid vlan 100 [SwitchA-GigabitEthernet0/0/1] port trunk allow-pass vlan 100 [SwitchA-GigabitEthernet0/0/1] port-isolate enable [SwitchA-GigabitEthernet0/0/1] quit [SwitchA] interface gigabitethernet 0/0/2 [SwitchA-GigabitEthernet0/0/2] port link-type trunk [SwitchA-GigabitEthernet0/0/2] port trunk allow-pass vlan 100 [SwitchA-GigabitEthernet0/0/2] quit
# Add GE0/0/1 and GE0/0/2 on SwitchB to VLAN 100, and GE0/0/2 and GE0/0/3 to VLAN 101 and VLAN 102, respectively.<HUAWEI> system-view [HUAWEI] sysname SwitchB [SwitchB] vlan batch 100 101 102 [SwitchB] interface gigabitethernet 0/0/1 [SwitchB-GigabitEthernet0/0/1] port link-type trunk [SwitchB-GigabitEthernet0/0/1] port trunk allow-pass vlan 100 [SwitchB-GigabitEthernet0/0/1] quit [SwitchB] interface gigabitethernet 0/0/2 [SwitchB-GigabitEthernet0/0/2] port link-type trunk [SwitchB-GigabitEthernet0/0/2] port trunk allow-pass vlan 100 101 102 [SwitchB-GigabitEthernet0/0/2] quit [SwitchB] interface gigabitethernet 0/0/3 [SwitchB-GigabitEthernet0/0/3] port link-type trunk [SwitchB-GigabitEthernet0/0/3] port trunk allow-pass vlan 101 102 [SwitchB-GigabitEthernet0/0/3] quit
# Add GE1/0/0 on the router to VLAN 100, VLAN 101 and VLAN 102. Create interfaces VLANIF 100, VLANIF 101 and VLANIF 102, and set the IP addresses of VLANIF 100, VLANIF 101 and VLANIF 102 to 10.23.100.2/24, 10.23.101.2/24 and 10.23.102.2/24, respectively.<Huawei> system-view [Huawei] sysname Router [Router] vlan batch 100 101 102 [Router] interface gigabitethernet 1/0/0 [Router-GigabitEthernet1/0/0] port link-type trunk [Router-GigabitEthernet1/0/0] port trunk allow-pass vlan 100 101 102 [Router-GigabitEthernet1/0/0] quit [Router] interface vlanif 100 [Router-Vlanif100] ip address 10.23.100.2 24 [Router-Vlanif100] quit [Router] interface vlanif 101 [Router-Vlanif101] ip address 10.23.101.2 24 [Router-Vlanif101] quit [Router] interface vlanif 102 [Router-Vlanif102] ip address 10.23.102.2 24 [Router-Vlanif102] quit
- Configure a DHCP server to assign IP addresses to STAs.# On SwitchB, configure VLANIF 101 and VLANIF 102 address pools to assign IP addresses to employees and guests, respectively. Set the default gateway address for employees and guests to 10.23.101.2 and 10.23.102.2, respectively. Specify the DNS server address 8.8.8.8 for VLANIF 101 and VLANIF 102 address pools.Configure the DNS server as required. The common methods are as follows:
- In interface address pool scenarios, run the dhcp server dns-list ip-address &<1-8> command in the VLANIF interface view.
- In global address pool scenarios, run the dns-list ip-address &<1-8> command in the IP address pool view.
[SwitchB] dhcp enable [SwitchB] interface vlanif 101 [SwitchB-Vlanif101] ip address 10.23.101.1 24 [SwitchB-Vlanif101] dhcp select interface [SwitchB-Vlanif101] dhcp server gateway-list 10.23.101.2 [SwitchB-Vlanif101] dhcp server dns-list 8.8.8.8 [SwitchB-Vlanif101] quit [SwitchB] interface vlanif 102 [SwitchB-Vlanif102] ip address 10.23.102.1 24 [SwitchB-Vlanif102] dhcp select interface [SwitchB-Vlanif102] dhcp server gateway-list 10.23.102.2 [SwitchB-Vlanif102] dhcp server dns-list 8.8.8.8 [SwitchB-Vlanif102] quit
- Configure system parameters for the AC.
- Configure APs to go online.
- Configure WLAN services.
- Configure network resources accessible to authentication-free users.
- Choose Profile Management page is displayed. . The
- Choose Authentication-free Rule Profile page is displayed. . The
- Set Authentication-free Rule Profile to default_free_rule.
- Select Authentication-free Rule in Control mode.
- Click Create. On the Create Authentication-free Rule page that is displayed, set Rule ID to 1 and the authentication-free resource to the IP address of the DNS server.
- Click OK.
- Select the authentication-free rule with the ID 1 and click Apply. In the dialog box that is displayed, click OK.
- Set the AP channel and power.
- Verify the configuration.
An employee can use a STA to find the WLAN with SSID employee. After being associated with the WLAN, the STA is assigned an IP address. After the employee uses an 802.1X client on the STA for authentication and enter the correct user name and password, the STA is authenticated and can access the WLAN. The configuration method on the 802.1X client is as follows:
Configuration on the Windows 7 operating system:
- Access the Manage wireless networks page, click Add, and select Manually create a network profile. Add SSID employee. Set the authentication mode to WPA2-Enterprise, and encryption algorithm to AES. Click Next.
- Click Change connection settings. On the Wireless Network Properties page that is displayed, select the Security tab page and click Settings. In the Protected EAP Properties dialog box, deselect Validate server certificate and click Configure. In the displayed dialog box, deselect Automatically use my Windows logon name and password and click OK.
- On the Wireless Network Properties page, click Advanced settings. On the Advanced settings page that is displayed, select Specify authentication mode, set the identity authentication mode to User authentication, and click OK.
A guest can use a STA to find the WLAN with SSID guest. After being associated with the WLAN, the STA is assigned an IP address. When the STA accesses the Internet through a browser, the authentication page provided by the Portal server is automatically displayed. After the correct user name and password are entered on the page, the STA is authenticated and can access the WLAN. Assume that the MAC address configured on the Portal server is valid for 60 minutes. When the STA is disconnected from the WLAN for 5 minutes, the STA can access the Internet directly when reconnecting to the WLAN. When the STA is disconnected from the WLAN for 65 minutes, it will be redirected to the Portal authentication page when reconnecting to the WLAN.