nerdexam
Cisco

300-365 · Question #130

An engineer muus ensure that the number of client on a WLAN does not exceed the available number of IP addresses that are in the network. Which command ensures that a full /24 network does not…

The correct answer is B. config wlan max-associated-clients 250. The max-associated-clients command on a WLAN controller caps the total number of clients that can associate to a WLAN, preventing IP exhaustion on a /24 subnet.

Wireless Deployment

Question

An engineer muus ensure that the number of client on a WLAN does not exceed the available number of IP addresses that are in the network. Which command ensures that a full /24 network does not associate at one time?

Options

  • Aconfig interface nat-address management enable
  • Bconfig wlan max-associated-clients 250
  • Cconfig wlan max-radio-clients 250
  • Dconfig interface address dynamic-interface client 192.168.1.2 255.255.254.0 192.168.1.1

How the community answered

(40 responses)
  • B
    93% (37)
  • C
    3% (1)
  • D
    5% (2)

Why each option

The max-associated-clients command on a WLAN controller caps the total number of clients that can associate to a WLAN, preventing IP exhaustion on a /24 subnet.

Aconfig interface nat-address management enable

The 'config interface nat-address management enable' command configures NAT on the management interface, which does not control the number of clients that can associate to a WLAN.

Bconfig wlan max-associated-clients 250Correct

The command 'config wlan max-associated-clients 250' sets an upper bound of 250 simultaneous client associations on the WLAN. A /24 subnet provides 254 usable IP addresses, so capping associations at 250 ensures clients never exceed the available IP pool. This is a Cisco WLC CLI command that applies the limit at the WLAN level, not the per-radio level.

Cconfig wlan max-radio-clients 250

The 'config wlan max-radio-clients 250' command limits clients per individual radio rather than across the entire WLAN, so the aggregate client count across all radios could still exceed the /24 IP pool.

Dconfig interface address dynamic-interface client 192.168.1.2 255.255.254.0 192.168.1.1

The 'config interface address dynamic-interface' command assigns an IP address to a dynamic interface, which is an addressing configuration command unrelated to limiting client association counts.

Concept tested: WLC WLAN maximum client association limit

Source: https://www.cisco.com/c/en/us/td/docs/wireless/controller/8-10/command-reference/b_cr810/wlan_commands.html

Topics

#client limiting#WLAN configuration#IP address management

Community Discussion

No community discussion yet for this question.

Full 300-365 Practice