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: wlan-net |
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.
- Configure APs to go online.
- Configure 802.1X authentication and MAC address-prioritized Portal authentication.
- Configure WLAN service parameters for STAs to access the WLAN.
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.
- In 802.1X authentication scenarios, EAP packets are forwarded to the AC through a CAPWAP tunnel. Therefore, ensure that service VLANs are created on the AC regardless of the data forwarding mode.
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 the AC to communicate with the network devices.
If the AC and APs are directly connected, set the default VLAN of the interfaces connected to the APs to management VLAN 100.
# Add GE0/0/1 on the AC to VLAN 100, VLAN 101, and VLAN 102.<HUAWEI> system-view [HUAWEI] sysname AC [AC] vlan batch 100 101 102 [AC] interface gigabitethernet 0/0/1 [AC-GigabitEthernet0/0/1] port link-type trunk [AC-GigabitEthernet0/0/1] port trunk allow-pass vlan 100 101 102 [AC-GigabitEthernet0/0/1] quit
- Configure the DHCP servers to assign IP addresses to APs and STAs.# On the AC, configure VLANIF 100 to provide IP addresses to APs.
[AC] dhcp enable [AC] interface vlanif 100 [AC-Vlanif100] ip address 10.23.100.1 24 [AC-Vlanif100] dhcp select interface [AC-Vlanif100] dhcp server excluded-ip-address 10.23.100.2 [AC-Vlanif100] quit
# 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 the AC's default routes with VLANIF 100 on the router as the next hops.
[AC] ip route-static 0.0.0.0 0.0.0.0 10.23.100.2
- Configure an AP to go online.# Create an AP group to which the APs with the same configuration can be added.
[AC] wlan [AC-wlan-view] ap-group name ap-group1 [AC-wlan-ap-group-ap-group1] quit
# Create a regulatory domain profile, configure the AC country code in the profile, and apply the profile to the AP group.[AC-wlan-view] regulatory-domain-profile name default [AC-wlan-regulate-domain-default] country-code cn [AC-wlan-regulate-domain-default] quit [AC-wlan-view] ap-group name ap-group1 [AC-wlan-ap-group-ap-group1] regulatory-domain-profile default Warning: Modifying the country code will clear channel, power and antenna gain configurations of the radio and reset the AP. Continue?[Y/N]:y [AC-wlan-ap-group-ap-group1] quit [AC-wlan-view] quit
# Configure the AC's source interface.In V200R021C00 and later versions, when the CAPWAP source interface or source address is configured, the system checks whether security-related configurations exist, including the PSK for DTLS encryption, PSK for DTLS encryption between ACs, user name and password for logging in to the AP, and password for logging in to the global offline management VAP, the configuration can be successful only when both of them exist. Otherwise, the system prompts you to complete the configuration first.
[AC] capwap source interface vlanif 100 Set the DTLS PSK(contains 6-32 plain-text characters, or 48 or 68 cipher-text characters that must be a combination of at least two of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):****** Set the DTLS inter-controller PSK(contains 6-32 plain-text characters, or 48 or 68 cipher-text characters that must be a combination of at least two of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):****** Set the user name for FIT APs(contains 4-31 plain-text characters, which can only include letters, digits and underlines. And the first character must be a letter):admin Set the password for FIT APs(plain-text password of 8-128 characters or cipher-text password of 48-188 characters that must be a combination of at least three of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):******** Set the global temporary-management psk(contains 8-63 plain-text characters, or 48-108 cipher-text characters that must be a combination of at least two of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):********
# Enable the function of establishing CAPWAP DTLS sessions in none authentication mode. (V200R021C00 and later versions)[AC] capwap dtls no-auth enable
From V200R021C00, DTLS encryption is enabled for CAPWAP control tunnels on the AC by default. After this function is enabled, an AP will fail to go online when it is added. In this case, you need to enable CAPWAP DTLS non-authentication for the AP so that the AP can obtain a security credential. After the AP goes online, disable this function to prevent unauthorized APs from going online.
# Import the AP offline on the AC and add the AP to AP group ap-group1. Assume that the AP's MAC address is 60de-4476-e360. Configure a name for the AP based on the AP's deployment location, so that you can know where the AP is deployed from its name. For example, name the AP area_1 if it is deployed in Area 1.The default AP authentication mode is MAC address authentication. If the default settings are retained, you do not need to run the ap auth-mode mac-auth command.
In this example, the AP5030DN is used and has two radios: radio 0 and radio 1. Radio 0 of the AP5030DN works on the 2.4 GHz frequency band and radio 1 works on the 5 GHz frequency band.
[AC] wlan [AC-wlan-view] ap auth-mode mac-auth [AC-wlan-view] ap-id 0 ap-mac 60de-4476-e360 [AC-wlan-ap-0] ap-name area_1 Warning: This operation may cause AP reset. Continue? [Y/N]:y [AC-wlan-ap-0] ap-group ap-group1 Warning: This operation may cause AP reset. If the country code changes, it will clear channel, power and antenna gain configuration s of the radio, Whether to continue? [Y/N]:y [AC-wlan-ap-0] quit
# After the AP is powered on, run the display ap all command to check the AP state. If the State field is displayed as nor, the AP goes online successfully.[AC-wlan-view] display ap all Total AP information: nor : normal [1] Extra information: P : insufficient power supply -------------------------------------------------------------------------------------------------- ID MAC Name Group IP Type State STA Uptime ExtraInfo -------------------------------------------------------------------------------------------------- 0 60de-4476-e360 area_1 ap-group1 10.23.100.254 AP5030DN nor 0 10S - -------------------------------------------------------------------------------------------------- Total: 1
# Disable the function of establishing CAPWAP DTLS sessions in non-authentication mode. (V200R021C00 and later versions)[AC-wlan-view] quit [AC] undo capwap dtls no-auth enable [AC] wlan
- Configure a RADIUS server template, a RADIUS authentication scheme and a RADIUS accounting scheme.
Ensure that the RADIUS server IP address, port number, and shared key are configured correctly and are the same as those on the RADIUS server.
# Configure a RADIUS server template.
[AC] radius-server template wlan-net [AC-radius-wlan-net] radius-server authentication 10.23.104.1 1812 [AC-radius-wlan-net] radius-server shared-key cipher Huawei123 [AC-radius-wlan-net] quit
# Create an authentication scheme and configure the RADIUS authentication mode.
[AC] aaa [AC-aaa] authentication-scheme wlan-net [AC-aaa-authen-wlan-net] authentication-mode radius [AC-aaa-authen-wlan-net] quit
# Create an authentication scheme and configure the RADIUS authentication mode.
[AC-aaa] accounting-scheme wlan-net [AC-aaa-accounting-wlan-net] accounting-mode radius [AC-aaa-accounting-wlan-net] accounting realtime 15 [AC-aaa-accounting-wlan-net] quit [AC-aaa] quit
In this example, the device is connected to the Agile Controller-Campus. The accounting function is not implemented for accounting purposes, and is used to maintain terminal online information through accounting packets.
The accounting realtime command sets the real-time accounting interval. A shorter real-time accounting interval requires higher performance of the device and RADIUS server. Set the real-time accounting interval based on the user quantity.
User Quantity
Real-Time Accounting Interval
1-99
3 minutes
100-499
6 minutes
500-999
12 minutes
≥ 1000
≥ 15 minutes
- Configure the URL of the Portal authentication page. When a user attempts to access a website before authentication, the AC redirects the website to the Portal server.
You are advised to configure the URL using a domain name to ensure secure and fast page pushing. Before configuring the URL using a domain name, you must first configure the mapping between the domain name and IP address of the Portal server on the DNS server.
Configure parameters carried in the URL, which must be the same as those on the authentication server.
[AC] url-template name wlan-net [AC-url-template-wlan-net] url http://portal.com:8080/portal [AC-url-template-wlan-net] url-parameter ssid ssid redirect-url url [AC-url-template-wlan-net] quit
- Configure a Portal server template.
Ensure that the Portal server IP address, URL address, port number, and shared key are configured correctly and are the same as those on the Portal server.
[AC] web-auth-server wlan-net //In V200R021C00 and later versions, you must use the web-auth-server server-source or server-source command to configure the local gateway address used by the device to receive and respond to the packets sent by the Portal server. Otherwise, the Portal interconnection function cannot be used. [AC-web-auth-server-wlan-net] server-ip 10.23.103.1 [AC-web-auth-server-wlan-net] shared-key cipher Huawei123 [AC-web-auth-server-wlan-net] port 50200 [AC-web-auth-server-wlan-net] url-template wlan-net ciphered-parameter-name cpname iv-parameter-name iv-value key cipher Huawei123 [AC-web-auth-server-wlan-net] quit
- Configure the Portal access profile wlan-net and configure Layer 2 Portal authentication.
[AC] portal-access-profile name wlan-net [AC-portal-access-profile-wlan-net] web-auth-server wlan-net direct [AC-portal-access-profile-wlan-net] quit
- Configure a MAC access profile for MAC address-prioritized Portal authentication.
[AC] mac-access-profile name wlan-net [AC-mac-access-profile-wlan-net] quit
- Configure an authentication-free rule profile.
[AC] free-rule-template name default_free_rule [AC-free-rule-default_free_rule] free-rule 1 destination ip 8.8.8.8 mask 32 [AC-free-rule-default_free_rule] quit
- Configure an 802.1X access profile to manage 802.1X access control parameters.
# Create 802.1X access profile wlan-net.
[AC] dot1x-access-profile name wlan-net
# Set the authentication mode to EAP relay.
[AC-dot1x-access-profile-wlan-net] dot1x authentication-method eap [AC-dot1x-access-profile-wlan-net] quit
- Configure authentication profiles employee and guest.
[AC] authentication-profile name employee [AC-authentication-profile-employee] dot1x-access-profile wlan-net [AC-authentication-profile-employee] authentication-scheme wlan-net [AC-authentication-profile-employee] radius-server wlan-net [AC-authentication-profile-employee] quit [AC] authentication-profile name guest [AC-authentication-profile-guest] portal-access-profile wlan-net [AC-authentication-profile-guest] mac-access-profile wlan-net [AC-authentication-profile-guest] free-rule-template default_free_rule [AC-authentication-profile-guest] authentication-scheme wlan-net [AC-authentication-profile-guest] accounting-scheme wlan-net [AC-authentication-profile-guest] radius-server wlan-net [AC-authentication-profile-guest] quit
- Configure WLAN service parameters.
# Create security profiles employee and guest, and set the security policies to WPA-WPA2+802.1X+AES and open, respectively.
[AC] wlan [AC-wlan-view] security-profile name employee [AC-wlan-sec-prof-employee] security wpa-wpa2 dot1x aes [AC-wlan-sec-prof-employee] quit [AC-wlan-view] security-profile name guest [AC-wlan-sec-prof-guest] security open [AC-wlan-sec-prof-guest] quit
# Create SSID profiles employee and guest, and set the SSID names to employee and guest, respectively.
[AC-wlan-view] ssid-profile name employee [AC-wlan-ssid-prof-employee] ssid employee [AC-wlan-ssid-prof-employee] quit [AC-wlan-view] ssid-profile name guest [AC-wlan-ssid-prof-guest] ssid guest [AC-wlan-ssid-prof-guest] quit
# Create VAP profiles employee and guest, set the data forwarding mode and service VLANs, and bind the security, SSID, and authentication profiles to the VAP profiles.
[AC-wlan-view] vap-profile name employee [AC-wlan-vap-prof-employee] forward-mode tunnel [AC-wlan-vap-prof-employee] service-vlan vlan-id 101 [AC-wlan-vap-prof-employee] security-profile employee [AC-wlan-vap-prof-employee] ssid-profile employee [AC-wlan-vap-prof-employee] authentication-profile employee [AC-wlan-vap-prof-employee] quit [AC-wlan-view] vap-profile name guest [AC-wlan-vap-prof-guest] forward-mode tunnel [AC-wlan-vap-prof-guest] service-vlan vlan-id 102 [AC-wlan-vap-prof-guest] security-profile guest [AC-wlan-vap-prof-guest] ssid-profile guest [AC-wlan-vap-prof-guest] authentication-profile guest [AC-wlan-vap-prof-guest] quit
# Bind the VAP profiles to the AP groups, and apply configurations of VAP profiles employee and guest to radio 0 and radio 1 of the APs.
[AC-wlan-view] ap-group name ap-group1 [AC-wlan-ap-group-ap-group1] vap-profile employee wlan 1 radio 0 [AC-wlan-ap-group-ap-group1] vap-profile employee wlan 1 radio 1 [AC-wlan-ap-group-ap-group1] vap-profile guest wlan 2 radio 0 [AC-wlan-ap-group-ap-group1] vap-profile guest wlan 2 radio 1 [AC-wlan-ap-group-ap-group1] quit
- Set the channels and power for AP radios.
Automatic channel and power calibration functions are enabled by default. The manual channel and power configurations take effect only when these two functions are disabled. The settings of the AP channel and power in this example are for reference only. You need to configure the AP channel and power based on the actual country code and network planning.
# Disable automatic channel and power calibration functions of radio 0, and configure the channel and power for radio 0.[AC-wlan-view] ap-id 0 [AC-wlan-ap-0] radio 0 [AC-wlan-radio-0/0] calibrate auto-channel-select disable [AC-wlan-radio-0/0] calibrate auto-txpower-select disable [AC-wlan-radio-0/0] channel 20mhz 6 Warning: This action may cause service interruption. Continue?[Y/N]y [AC-wlan-radio-0/0] eirp 127 [AC-wlan-radio-0/0] quit
# Disable automatic channel and power calibration functions of radio 1, and configure the channel and power for radio 1.[AC-wlan-ap-0] radio 1 [AC-wlan-radio-0/1] calibrate auto-channel-select disable [AC-wlan-radio-0/1] calibrate auto-txpower-select disable [AC-wlan-radio-0/1] channel 20mhz 149 Warning: This action may cause service interruption. Continue?[Y/N]y [AC-wlan-radio-0/1] eirp 127 [AC-wlan-radio-0/1] quit [AC-wlan-ap-0] quit
- 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.
Configuration Files
SwitchA configuration file
# sysname SwitchA # vlan batch 100 # interface GigabitEthernet0/0/1 port link-type trunk port trunk pvid vlan 100 port trunk allow-pass vlan 100 port-isolate enable group 1 # interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 100 # return
SwitchB configuration file
# sysname SwitchB # vlan batch 100 to 102 # dhcp enable # interface Vlanif101 ip address 10.23.101.1 255.255.255.0 dhcp select interface dhcp server gateway-list 10.23.101.2 dhcp server dns-list 8.8.8.8 # interface Vlanif102 ip address 10.23.102.1 255.255.255.0 dhcp select interface dhcp server gateway-list 10.23.102.2 dhcp server dns-list 8.8.8.8 # interface GigabitEthernet0/0/1 port link-type trunk port trunk allow-pass vlan 100 # interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 100 to 102 # interface GigabitEthernet0/0/3 port link-type trunk port trunk allow-pass vlan 101 to 102 # return
Router configuration file
# sysname Router # vlan batch 100 to 102 # interface Vlanif100 ip address 10.23.100.2 255.255.255.0 # interface Vlanif101 ip address 10.23.101.2 255.255.255.0 # interface Vlanif102 ip address 10.23.102.2 255.255.255.0 # interface GigabitEthernet1/0/0 port link-type trunk port trunk allow-pass vlan 100 to 102 # return
AC configuration file
# sysname AC # vlan batch 100 to 102 # authentication-profile name employee dot1x-access-profile wlan-net authentication-scheme wlan-net radius-server wlan-net authentication-profile name guest mac-access-profile wlan-net portal-access-profile wlan-net free-rule-template default_free_rule authentication-scheme wlan-net accounting-scheme wlan-net radius-server wlan-net # dhcp enable # radius-server template wlan-net radius-server shared-key cipher %^%#Oc6_BMCw#9gZ2@SMVtk!PAC6>Ou*eLW/"qLp+f#$%^%# radius-server authentication 10.23.104.1 1812 weight 80 # free-rule-template name default_free_rule free-rule 1 destination ip 8.8.8.8 mask 255.255.255.255 # url-template name wlan-net url http://portal.com:8080/portal url-parameter ssid ssid redirect-url url # web-auth-server wlan-net server-ip 10.23.103.1 port 50200 shared-key cipher %^%#4~ZXE3]6@BXu;2;aw}hA{rSb,@"L@T#e{%6G1AiD%^%# url-template wlan-net ciphered-parameter-name cpname iv-parameter-name iv-value key cipher %^%#4~ZXE3]6@BXu;2;aw}hA{rSb,@"L@T#e{%6G1AiD%^%# # portal-access-profile name wlan-net web-auth-server wlan-net direct # aaa authentication-scheme wlan-net authentication-mode radius accounting-scheme wlan-net accounting-mode radius accounting realtime 15 # interface Vlanif100 ip address 10.23.100.1 255.255.255.0 dhcp select interface dhcp server excluded-ip-address 10.23.100.2 # interface GigabitEthernet0/0/1 port link-type trunk port trunk allow-pass vlan 100 to 102 # ip route-static 0.0.0.0 0.0.0.0 10.23.100.2 # capwap source interface vlanif100 # wlan security-profile name guest security open security-profile name employee security wpa-wpa2 dot1x aes ssid-profile name guest ssid guest ssid-profile name employee ssid employee vap-profile name guest forward-mode tunnel service-vlan vlan-id 102 ssid-profile guest security-profile guest authentication-profile guest vap-profile name employee forward-mode tunnel service-vlan vlan-id 101 ssid-profile employee security-profile employee authentication-profile employee regulatory-domain-profile name default ap-group name ap-group1 radio 0 vap-profile employee wlan 1 vap-profile guest wlan 2 radio 1 vap-profile employee wlan 1 vap-profile guest wlan 2 ap-id 0 type-id 35 ap-mac 60de-4476-e360 ap-sn 210235554710CB000042 ap-name area_1 ap-group ap-group1 radio 0 channel 20mhz 6 eirp 127 calibrate auto-channel-select disable calibrate auto-txpower-select disable radio 1 channel 20mhz 149 eirp 127 calibrate auto-channel-select disable calibrate auto-txpower-select disable # dot1x-access-profile name wlan-net # mac-access-profile name wlan-net # return