03-CLI configuration examples (AC+fit AP)

HomeSupportDoc SetsDoc PackagesH3C Wireless Products All-in-One-6W10003-CLI configuration examples (AC+fit AP)
Table of Contents
Related Documents
77-Remote 802.1X Authentication on an AC Hierarchy Network Configuration Examples

 

H3C Access Controllers

Comware 7 802.1X Authentication on an AC Hierarchy Network with Local ACs as Authenticators and Traffic Forwarders)

Configuration Examples

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Copyright © 2022 New H3C Technologies Co., Ltd. All rights reserved.

No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of New H3C Technologies Co., Ltd.

Except for the trademarks of New H3C Technologies Co., Ltd., any trademarks that may be mentioned in this document are the property of their respective owners.

The information in this document is subject to change without notice.



Introduction

The following information provides an example of configuring 802.1X authentication for clients on a network that deploys an AC hierarchy, with local ACs as authenticators and traffic forwarders.

Prerequisites

The following information applies to Comware 7-based access controllers and access points. Procedures and information in the examples might be slightly different depending on the software or hardware version of the access controllers and access points.

The configuration examples were created and verified in a lab environment, and all the devices were started with the factory default configuration. When you are working on a live network, make sure you understand the potential impact of every command on your network.

The following information is provided based on the assumption that you have basic knowledge of AC hierarchy, 802.1X, WLAN access, and AP management features.

General restrictions and guidelines

Central ACs on an AC hierarchy network do not support IRF.

Example: Configuring remote 802.1X authentication on an AC hierarchy network with local ACs as authenticators and traffic forwarders

Network configuration

As shown in Figure 1:

·     The network deploys an AC hierarchy that contains one central AC (WX5560H in this example) and one local AC (WX3510H in this example).

·     The network deploys IMC to act as a RADIUS server for 802.1X authentication.

Configure the devices to meet the following requirements:

·     The APs and clients are associated with the local AC.

¡     The APs obtain the IP address of the central AC through DHCP Option 43.

¡     The AC rediscovery feature is configured on the central AC for the APs to discover the local AC.

·     The local AC acts as the authenticator and uses the RADIUS server to perform authentication, authorization, and accounting for the clients. 802.1X authentication is enabled in the service template through which the clients access the network.

·     The local AC forwards client data traffic.

·     The local AC acts as a DHCP server to assign IP addresses to the APs and the clients.

Figure 1 Network diagram

 

Analysis

For GigabitEthernet 1/0/1 on APs to forward client data traffic in VLAN 2000, edit a .txt configuration file and upload the file to the central AC. In the file, the port is added to VLAN 2000. Because the APs are assigned to VLAN 12 when it comes online, add the port also to VLAN 12.

By default, the local AC acts as the authenticator and forwards client data traffic. You do not need to configure the authentication location and client data forwarding location.

For an AP to discover the local AC and come online from the local AC, enable the AC rediscovery feature in the view of the manual AP that is created for the AP. In addition, configure the central AC to add the IP address of the local AC to the CAPWAP Control IP Address message element in the discovery responses sent to the AP. If the AC rediscovery feature is not configured for an AP, the central AC will send the IP address of the lightest loaded local AC to the AP. If the lightest loaded local AC is not the local AC in the branch, the AP cannot come online.

Software versions used

This configuration example was created and verified on WX5560H Release 5415P01 on the central AC and WX3510H Release 5415P01 on the local AC.

Restrictions and guidelines

Use the serial ID labeled on the AP's rear panel to specify an AP.

For the local AC to act as the authenticator, you must configure the authentication settings (including the RADIUS settings and domain settings) on the local AC.

On the local AC, do not enable the auto AP feature. In addition, create a manual AP for each AP in local AC view on the central AC for the central AC to manage the APs.

Prerequisites

Make sure the devices can reach one another.

Procedures

Editing the AP configuration file

# Use a text editor to edit the APs' configuration file, and then upload the file to the central AC. In this example, the configuration file name is map.txt.

The following is the AP configuration for this example:

system-view

vlan 12

vlan 2000

interface GigabitEthernet1/0/1

port link-type trunk

port trunk permit vlan 1 12 2000

Configuring the central AC

Configuring interfaces

# Create VLAN 1, create VLAN-interface 1, and assign an IP address to the VLAN interface. The AC will use this IP address to establish a management tunnel with the local AC.

<Central AC> system-view

[Central AC] vlan 1

[Central AC-vlan1] quit

[Central AC] interface vlan-interface 1

[Central AC-Vlan-interface1] ip address 1.1.1.41 16

[Central AC-Vlan-interface1] quit

Configuring a local AC for the central AC

# Create local AC 3510h-1 with model WX3510H and enter local AC view.

[Central AC] wlan local-ac name 3510h-1 model WX3510H

# Specify the serial ID of the local AC.

[Central AC-wlan-local-ac-3510h-1] serial-id 210235A1GCH147000017

[Central AC-wlan-local-ac-3510h-1] quit

Configuring a service template

# Create service template dot1x and set the SSID of the service template.

[Central-AC] wlan service-template dot1x

[Central-AC-wlan-st-dot1x] ssid dot1x

# Set the AKM mode to 802.1X.

[Central-AC-wlan-st-dot1x] akm mode dot1x

# Specify the CCMP cipher suite and enable the RSN IE in beacon and probe responses.

[Central-AC-wlan-st-dot1x] cipher-suite ccmp

[Central-AC-wlan-st-dot1x] security-ie rsn

# Set the access authentication mode to 802.1X authentication.

[Central-AC-wlan-st-dot1x] client-security authentication-mode dot1x

# Specify ISP domain imc for authenticating the 802.1X client.

[Central-AC-wlan-st-dot1x] dot1x domain imc

# Enable the service template.

[Central-AC-wlan-st-dot1x] service-template enable

[Central-AC-wlan-st-dot1x] quit

Creating a manual AP

# Create manual AP ap1 and specify the AP model and serial ID.

[Central AC] wlan ap ap1 model WA5620i-ACN

[Central AC-wlan-ap-ap1] serial-id 210235A1SVC15C000028

# Enable the AC rediscovery feature.

[Central-AC-wlan-ap-ap1] control-address enable

# Specify 12.0.0.1 (an IP address on the local AC) as the IP address to be carried in the CAPWAP Control IP Address message element.

[Central AC-wlan-ap-ap1] control-address ip 12.0.0.1

# Enable radio 1, and then bind service template dot1x to the radio and specify VLAN 2000 for the radio.

[Central AC-wlan-ap-ap1] radio 1

[Central AC-wlan-ap-ap1-radio-1] radio enable

[Central AC-wlan-ap-ap1-radio-1] service-template dot1x vlan 2000

[Central AC-wlan-ap-ap1-radio-1] quit

[Central-AC-wlan-ap-ap1] quit

Configuring the local AC

1.     Configure the local AC feature:

# Enable the local AC feature.

<Local AC> system-view

[Local AC] wlan local-ac enable

# Specify the central AC for the local AC.

[Local AC] wlan central-ac ip 1.1.1.41

# Configure the local AC to use VLAN 6 to establish CAPWAP tunnels with the central AC.

[Local AC] wlan local-ac capwap source-vlan 6

2.     Configure IP address pool settings:

# Enable the DHCP service.

[Local AC] dhcp enable

# Configure DHCP address pool ap. In the address pool, specify 12.0.0.1 as the gateway IP address and 12.0.0.0/16 as the subnet for dynamic allocation.

[Local AC] dhcp server ip-pool ap

[Local AC-dhcp-pool-ap] gateway-list 12.0.0.1

[Local AC-dhcp-pool-ap] network 12.0.0.0 mask 255.255.0.0

# Configure Option 43 to specify the central AC address as the AC address in DHCP address pool ap.

[Local AC-dhcp-pool-ap] option 43 hex 80070000010b010101

[Local AC-dhcp-pool-ap] quit

# Configure DHCP address pool client. In the address pool, specify 183.1.1.111 as the gateway IP address and 183.1.0.0/16 as the subnet for dynamic allocation.

[Local AC] dhcp server ip-pool client

[Local AC-dhcp-pool-client] gateway-list 183.1.1.111

[Local AC-dhcp-pool-client] network 183.1.0.0 mask 255.255.0.0

[Local AC-dhcp-pool-client] quit

3.     Configure interfaces:

# Create VLAN 6, create VLAN-interface 6, and assign an IP address to the VLAN interface. The local AC will use this IP address to establish CAPWAP tunnels with the central AC.

[Local AC] vlan 6

[Local AC-vlan6] quit

[Local AC] interface vlan-interface 6

[Local AC-Vlan-interface6] ip address 10.77.182.22 255.255.255.192

[Local AC-Vlan-interface6] quit

# Create VLAN 12, create VLAN-interface 12, and assign an IP address to the VLAN interface. The local AC assigns VLAN 12 to an AP when the AP comes online.

[Local AC] vlan 12

[Local AC-vlan12] quit

[Local AC] interface vlan-interface 12

[Local AC-Vlan-interface12] ip address 12.0.0.1 255.255.255.192

[Local AC-Vlan-interface12] dhcp server apply ip-pool ap

[Local AC-Vlan-interface12] quit

# Create VLAN 2000, create VLAN-interface 2000, and assign an IP address to the VLAN interface. The local AC assigns this VLAN to a wireless client when the client comes online.

[Local AC] vlan 2000

[Local AC-vlan2000] quit

[Local AC] interface vlan-interface 2000

[Local AC-Vlan-interface2000] ip address 183.1.1.111 255.255.0.0

[Local AC-Vlan-interface2000] dhcp server apply ip-pool client

[Local AC-Vlan-interface2000] quit

4.     Specify EAP relay as the method to exchange packets with the RADIUS server.

[Local AC] dot1x authentication-method eap

5.     Configure a RADIUS scheme:

# Create RADIUS scheme imc and enter its view.

[Local AC] radius scheme imc

# Specify the IP address of the primary RADIUS authentication server.

[Local AC-radius-imc] primary authentication 8.1.1.52

# Specify the IP address of the primary RADIUS accounting server.

[Local AC-radius-imc] primary accounting 8.1.1.52

# Set the shared key to 12345678 in plaintext form for secure communication with the RADIUS authentication server.

[Local AC-radius-imc] key authentication simple 12345678

# Set the shared key to 12345678 in plaintext form for secure communication with the RADIUS accounting server.

[Local AC-radius-imc] key accounting simple 12345678

# Exclude the domain name from usernames sent to the servers.

[Local AC-radius-imc] user-name-format without-domain

# Specify IP address 8.183.1.111 as the source IP address for outgoing RADIUS packets.

[Local AC-radius-imc] nas-ip 8.183.1.111

[Local AC-radius-imc] quit

6.     Configure an authentication domain:

# Create ISP domain imc and enter its view.

[Local AC] domain imc

# Configure the ISP domain to use RADIUS scheme imc for 802.1X user authentication.

[Local AC-isp-imc] authentication lan-access radius-scheme imc

# Configure the ISP domain to use RADIUS scheme imc for 802.1X user authorization.

[Local AC-isp-imc] authorization lan-access radius-scheme imc

# Configure the ISP domain to use RADIUS scheme imc for 802.1X user accounting.

[Local AC-isp-imc] accounting lan-access radius-scheme imc

[Local AC-isp-imc] quit

Configuring the RADIUS server

Prerequisites

The RADIUS server runs IMC PLAT 7.2 (E0403p10), IMC EIA 7.2 (E0405), and IMC EIP 7.2 (E0405).

Make sure the RADIUS server has been installed with the EAP-PEAP certificate.

Adding the central AC as an access device to IMC

1.     Log in to IMC and click the User tab.

2.     From the navigation tree, select User Access Policy > Access Device Management > Access Device.

3.     Click Add.

The Add Access Device page opens.

4.     In the Access Configuration area, configure the following parameters, as shown in Figure 2:

¡     Enter 12345678 in the Shared Key and Confirm Shared Key fields. The shared key must be the same as the authentication and accounting shared keys configured on the central AC.

¡     Use the default values for other parameters.

5.     In the Device List area, click Select or Add Manually to add the local AC at 8.183.1.111 as an access device.

The IP address must be the source IP address specified for outgoing RADIUS packets in the RADIUS scheme on the central AC.

6.     Click OK.

Figure 2 Adding an access device

 

Adding an access policy

1.     From the navigation tree, select User Access Policy > Access Policy.

2.     Click Add.

3.     On the Add Access Policy page, configure the following parameters, as shown in Figure 3:

¡     Enter dot1x in the Access Policy Name field.

¡     Select EAP-PEAP from the Preferred EAP Type list, and select EAP-MSCHAPv2 from the Subtype list.

The certificate subtype on the IMC server must be the same as the identity authentication method configured on the clients.

4.     Click OK.

Figure 3 Adding an access policy

 

Adding an access service

1.     From the navigation tree, select User Access Policy > Access Service.

2.     Click Add.

3.     On the Add Access Service page, configure the following parameters, as shown in Figure 4:

¡     Enter dot1x in the Service Name field.

¡     Select dot1x from the Default Access Policy list.

4.     Click OK.

Figure 4 Adding an access service

 

Adding an access user

1.     From the navigation tree, select Access User > Access User.

The access user list opens.

2.     Click Add.

The Add Access User page opens.

3.     In the Access Information area, configure the following parameters, as shown in Figure 5:

a.     Click Select or Add User to associate the user with IMC Platform user user.

b.     Enter user in the Account Name field.

c.     Enter dot1x in the Password and Confirm Password fields.

4.     In the Access Service area, select dot1x from the list.

5.     Click OK.

Figure 5 Adding an access user account

 

Verifying the configuration

# Verify that the local AC has associated with the central AC and come online. The state of the local AC changes to R/M (Run/Master) on the central AC after it comes up.

[Central AC] display wlan local-ac name 3510h-1

                                Local AC Information

 State : I = Idle,      J  = Join,       JA = JoinAck,    IL = ImageLoad

         C = Config,    DC = DataCheck,  R  = Run

AC name                        ACID  State Model           Serial ID

3510h-1                        2     R/M   WX3510H         210235A1GCH147000017

# Verify that the local AC has established a management tunnel with the central AC. The state of an AP changes to R/M (Run/Master) on the central AC after it comes online from the local AC.

[Central AC] display wlan ap all

Total number of APs: 1

Total number of connected APs: 1

Total number of connected manual APs: 1

Total number of connected auto APs: 0

Total number of connected common APs: 1

Total number of connected WTUs: 0

Total number of inside APs: 0

Maximum supported APs: 4096

Remaining APs: 4095

Total AP licenses: 512

Remaining AP licenses: 511

 

                                 AP information

 State : I = Idle,      J  = Join,       JA = JoinAck,    IL = ImageLoad

         C = Config,    DC = DataCheck,  R  = Run,   M = Master,  B = Backup

 

AP name                        APID  State Model           Serial ID

ap1                            8     R/M   WA5620i-ACN     210235A1SVC15C000028

# On the central AC, verify that the AP has associated with the local AC.

[Central AC] display wlan ap-distribution all

Central AC

Slot               : 1

Total Number of APs: 0

AP name            :

 

Local AC

Name               : 3510h-1

Total Number of APs: 1

AP name            : ap1

# Connect a client to the wireless network to verify that the client can pass 802.1X authentication. (Details not shown.)

# On the central AC, display wireless client information to verify that the client has come online.

[Central AC] display wlan client

Total number of clients: 1

 

MAC address    User name  AP name        RID IP address         VLAN

e49a-dc71-a162 N/A        ap1            1   183.1.0.1          2000

# On the central AC, display online 802.1X information to verify that the client has passed 802.1X authentication.

[Central AC] display dot1x connection

Total connections: 1

User MAC address           : e49a-dc71-a162

AP name                    : ap1

Radio ID                   : 1

SSID                       : dot1x

BSSID                      : 3891-d59a-7960

Username                   : user

Authentication domain      : imc

IPv4 address               : 183.1.0.1

Authentication method      : EAP

Initial VLAN               : 2000

Authorization VLAN         : 2000

Authorization ACL number   : N/A

Authorization user profile : N/A

Termination action         : Default

Session timeout period     : 86400 s

Online from                : 2019/05/22 11:31:18

Online duration            : 0h 2m 12s

Configuration files

·     Central AC:

#

vlan 1

#

wlan service-template dot1x

 ssid dot1x

 akm mode dot1x

 cipher-suite ccmp

 security-ie rsn

 client-security authentication-mode dot1x

 dot1x domain imc

 service-template enable

#

interface Vlan-interface1

 ip address 1.1.1.41 255.255.0.0

#

wlan ap ap1 model WA5620i-ACN

 serial-id 210235A1SVC15C000028

 control-address enable

 control-address ip 12.0.0.1

 radio 1

  radio enable

  service-template dot1x vlan 2000

#

wlan local-ac name 3510h-1 model WX3510H

serial-id 210235A1GCH147000017

#

·     Local AC:

#

dhcp enable

#

dot1x authentication-method eap

#

vlan 6

#

vlan 12

#

vlan 183

#

vlan 2000

#

dhcp server ip-pool ap

 gateway-list 12.0.0.1

 network 12.0.0.0 mask 255.255.0.0

 option 43 hex 80070000010b010101

#

dhcp server ip-pool client

 gateway-list 183.1.1.111

 network 183.1.0.0 mask 255.255.0.0

#

interface Vlan-interface6

 ip address 10.77.182.22 255.255.255.192

#

interface Vlan-interface12

 ip address 12.0.0.1 255.255.255.192

 dhcp server apply ip-pool ap

#

interface Vlan-interface183

 ip address 8.183.1.111 255.255.0.0

#

interface Vlan-interface2000

 ip address 183.1.1.111 255.255.0.0

 dhcp server apply ip-pool client

#

radius scheme imc

 primary authentication 8.1.1.52

 primary accounting 8.1.1.52

 key authentication cipher $c$3$t7x0fIARso0US949SnQS2pq53eIdsgUr6z07

 key accounting cipher $c$3$V4YI3sDOEq0VqAIPoaNjQOV3ZalvqTL05GC0

 user-name-format without-domain

 nas-ip 8.183.1.111

#

domain imc

 authentication lan-access radius-scheme imc

 authorization lan-access radius-scheme imc

 accounting lan-access radius-scheme imc

#

 wlan local-ac enable

 wlan local-ac capwap source-vlan 6

#

 wlan central-ac ip 1.1.1.41

#

Related documentation

·     AP and WT Management Configuration Guide in H3C Access Controllers Configuration Guides

·     AP and WT Management Command Reference in H3C Access Controllers Command References

·     High Availability Configuration Guide in H3C Access Controllers Configuration Guides

·     High Availability Command Reference in H3C Access Controllers Command References

·     Network Connectivity Configuration Guide in H3C Access Controllers Configuration Guides

·     Network Connectivity Command Reference in H3C Access Controllers Command References

·     User Access and Authentication Configuration Guide in H3C Access Controllers Configuration Guides

·     User Access and Authentication Command Reference in H3C Access Controllers Command References

·     WLAN Access Configuration Guide in H3C Access Controllers Configuration Guides

·     WLAN Access Command Reference in H3C Access Controllers Command References

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网