Configuration procedure, Blacklist and whitelist configuration example, Network requirements – H3C Technologies H3C MSR 50 User Manual
Page 71
62
Configuration procedure
# Create a WLAN ESS interface.
[AP] interface wlan-bss 1
[AP-WLAN-BSS1] quit
# Create service template 1 of clear type, configure its SSID as service.
[AP] wlan service-template 1 clear
[AP-wlan-st-1] ssid service
[AP-wlan-st-1] authentication-method open-system
[AP-wlan-st-1] service-template enable
[AP-wlan-st-1] quit
# Bind WLAN-Radio 2/0 to service template 1 and WLAN-BSS 1.
[AP] interface Wlan-radio 2/0
[AP-Wlan-radio2/0] service-template 1 interface WLAN-BSS 1
[AP-Wlan-radio2/0] quit
# Configure the AP to operate in hybrid mode. It scans rogue devices and provides access services.
[AP] wlan device-detection enable
Blacklist and whitelist configuration example
Network requirements
As shown in
, to ensure WLAN security, add the MAC address of the client into the blacklist on
the AC to disable it from accessing the wireless network through any AP.
Figure 27 Network diagram
Configuration procedure
# Add MAC address 0000-000f-1211 of Client 1 into the blacklist.
[Sysname] wlan ids
[Sysname-wlan-ids] static-blacklist mac-address 0000-000f-1211
After the configuration, Client 1 cannot access the AP, and other clients can access the network.