| Step 1 |
configure terminal
Example:
Switch# configure terminal
|
Enters global configuration mode.
|
| Step 2 | wireless probe filter
Example:
Switch(config)# wireless probe filter
|
Enables or disables the filtering of probe requests forwarded from an access point to the switch.
| Note
| If you enable probe filtering, the default filter setting, the access point forwards only acknowledged probe requests to the switch. If you disable probe filtering, the access point forwards both acknowledged and unacknowledged probe requests to the switch.
|
|
| Step 3 | wireless probe filter num_probes interval
Example:
Switch(config)# wireless probe filter 5 5
|
Limits the number of probe requests sent to the switch per client per access point radio in a given interval. You must specify the following arguments with this command: - num_probes—Number of probe requests forwarded to the switch per client per access point radio in a given interval. The range is from 1 to 100.
- interval—Probe limit interval in milliseconds. The range is from 100 to 10000.
|
| Step 4 | end
Example:Switch(config)# end
| Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-z to exit global configuration mode.
|
| Step 5 | show wireless probe
Example:
Switch# show wireless probe
| Displays the advanced probe request configuration.
|