CCIE Wireless Study: WLC CLI commands:

This post is to be just a list of some useful CLI commands for attempting the CCIE Wireless lab.
Most of these commands are CLI only, or more useful from the CLI than from the GUI.

802.11 tuning for CCIE Lab

Turn on A-MPDU for all 802.1p classes
config 802.11x 11nsupport enable
show 802.11x

Turn on A-MPDU per 802.1p class
config 802.11x 11nsupport a-mpdu tx priority 5
show 802.11x

Turn on long interval only for band
config 802.11x 11nsupport guard_internal
show 802.11x

Configure reduced interframe space for a band
config 802.11x 11nsupport rifs rx
show 802.11x

The following 2 commands are in the GUI, but are not correct if you are using the “debug aaa tacacs enable”
Turn on legacy beamforming (clientlink 1.0) globally
config 802.11x beamforming global
show 802.11x

Turn on legacy beamforming (Clientlink 1.0) on an AP
config 802.11x beamforming ap  
show 802.11x

Advanced Roaming

Advanced roaming parameters for max number of retries
config advanced client-handoff
show advanced client-handoff

Load Balancing

Set the window of clients to x
config load-balancing window
show load-balancing

Set the maximum denials to X
config load-balancing denial X
show load-balancing

802.11h

Change Channel with 802.11h announcement
config 802.11h setchannel channel announcement 

Coverage Hole Detection:

Configure advanced CHD
config advanced 802.11x coverage data fail-percentage 30
config advanced 802.11x coverage data packet-count 35
config advanced 802.11x coverage voice fail-percentage 5
config advanced 802.11x coverage voice packet-count 10
show advanced 802.11x coverage

SNMP


SNMP Parameters
config snmp engineID
show snmp engineID

Rogue Detection:

Disable adhoc rogue detection
config rogue adhoc
show rogue adhoc summary


HREAP APs

Run on the console of an H-REAP AP, not on the WLC.  Shows the config pushed to AP.
show derived-config

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s