Number of clients allowed to access a Wireless Router Based on the ssid I. Networking requirements WX5002, WA2110, H3C POE switch, host (with 11b/g wireless Nic installed) II. Networking Diagram
Bind two SSID on WA2110: One SSID name is a H3C-10 that allows up to 10 clients to access at the same time; one SSID name is a H3C-15 that allows up to 15 clients to access at the same time. Note: before completing the following configuration steps, make sure that Fit AP WA2110 has been successfully registered on WX5002.
3. Main configuration steps # configure wireless service template 1 <Router> system-view [H3C] wlan service-template 1 clear [H3C-wlan-st-1] ssid H3C-10 // SSID name for H3C-10 [H3C-wlan-st-1] authentication-method open-system [H3C-wlan-st-1] bind WLAN-ESS 1 [H3C-wlan-st-1] client max-count 10 // limit the maximum number of access users that this SSID has on an AP to 10 [H3C-wlan-st-1] service- template enable # configure wireless service template 2 www.2cto.com [H3C] wlan service-template 2 clear [H3C-wlan-st-2] ssid H3C-15 // SSID name for H3C-15 [H3C-wlan-st-2] authentication-method open-system [H3C-wlan-st-2] bind WLAN-ESS 2 [H3C-wlan-st-2] client max-count 15 // limit the maximum number of access users on this SSID on the AP to 15 [H3C-wlan-st-2] service-template enable # bound on the AP already the SSID created [H3C] wlan ap ap1 [H3C-wlan-ap-ap1] radio 1 [H3C-wlan-ap-ap1-radio-1] service-template 1 [H3C-wlan-ap-ap1-radio-1] service-template 2 [H3C-wlan-ap-ap1-radio-1] radio enable
4. Verify the results at this time the two SSID on the same AP: H3C-10 and H3C-15, respectively, can access up to 10 and 15 clients at the same time. This article is from the fat shark network.