Configuration Guide Configuring RSNA
Configuration Example
 Configuring RSN PSK Authentication, AES Encryption and Key 12345678 for WLAN 1
AP1
AP2
L2/L3 Network
AC(PSK
Authentication)
In a Fat AP environment, configure the security policies of WLAN 1 on the AP as follows:
1. Configure RSN PSK authentication.
2. Configure the AES encryption mode.
3. Configure the shared key to 12345678.
 Access security configuration mode of WLAN 1.
 Enable RSN authentication.
 Configure the AES encryption mode for RSN authentication.
 Configure the PSK access authentication mode for RSN authentication.
 Configure the PSK key 12345678.
Ruijie(config)#wlansec 1
Ruijie(config-wlansec)#security rsn enable
Ruijie(config-wlansec)#security rsn ciphers aes enable
Ruijie(config-wlansec)#security rsn akm psk enable
Ruijie(config-wlansec)#security rsn akm psk set-key ascii 12345678
Run the show running-config | begin wlansec wlan_id command to check whether the configuration takes
effect.
Ruijie#show running-config | begin wlansec 1
wlansec 1
security rsn enable
security rsn ciphers aes enable
security rsn akm psk enable
security rsn akm psk set-key ascii 12345678