beautypg.com

Configuration procedure – H3C Technologies H3C WX3000E Series Wireless Switches User Manual

Page 113

background image

99

Configuration procedure

NOTE:

If the host runs the 802.1X client of Windows XP, the network properties of the connection must be
configured as follows: In the Authentication tab, select Enable IEEE 802.1x authentication for this

network and then select the EAP authentication type of the smart card or other certificates.

If the host runs the iNode 802.1X client, select the Enable advanced authentication checkbox and the
Certificate authentication option, and then click Settings and select the authentication type EAP-TLS.

1.

Obtain the CA certificate and the local certificate

If the AC has a copy of the CA certificate file and local certificate file, import the certificates in offline

mode. Otherwise, request a certificate for the AC and obtain the CA certificate in online mode. The PKI

domain for the certificate is eappki. (Details not shown. For information about PKI configuration, see

Security Configuration Guide.)

2.

Configure the SSL server side policy

# Configure the SSL server side policy eapsvr, specifying the PKI domain to be used as eappki.

system-view

[AC] ssl server-policy eapsvr

[AC-ssl-server-policy-eapsvr] pki-domain eappki

[AC-ssl-server-policy-eapsvr] quit

3.

Configure port security

# Enable port security globally.

[AC] port-security enable

# Set the 802.1X authentication method to EAP.

[AC] dot1x authentication-method eap

# Create a WLAN interface and configure the port security mode.

[AC] interface wlan-ess 1

[AC-WLAN-ESS1] port-security port-mode userlogin-secure-ext

# Disable the multicast trigger function.

[AC-WLAN-ESS1] undo dot1x multicast-trigger

# Disable the online user handshake function.

[AC-WLAN-ESS1] undo dot1x handshake

# Configure the port to use mandatory authentication domain test. With this configuration, the AC will

use the authentication, authorization, and accounting methods of this domain for all 802.1X users
accessing the port. This configuration is optional.

[AC-WLAN-ESS1] dot1x mandatory-domain test

[AC-WLAN-ESS1] quit

4.

Configure AAA methods

# Create an ISP domain and configure the domain to use local authentication and authorization

methods.

[AC] domain test

[AC-isp-test] authentication lan-access local

[AC-isp-test] authorization lan-access local

[AC-isp-test] quit