712 Rogue detection and counter measures
NN47250-500 (Version 03.01)

Configuring a client black list

The client black list specifies clients that are not allowed on the network. WSS Software drops all packets from the
clients on the black list.
By default, the client black list is empty. In addition to manually configured entries, the list can contain entries added by
WSS Software. WSS Software can place a client in the black list due to an association, reassociation or disassociation
flood from the client.
The client black list applies only to the WSS on which the list is configured. WSSs do not share client black lists.
To add an entry to the list, use the following command:
set rfdetect black-list mac-addr
The following command adds client MAC address 11:22:33:44:55:66 to the black list:
WSS# set rfdetect black-list 11:22:33:44:55:66
success: MAC 11:22:33:44:55:66 is now blacklisted.
To display the client black list, use the following command:
show rfdetect black-list
The following example shows the client black list on a WSS:
WSS# show rfdetect black-list
Total number of entries: 1
Blacklist MAC Type Port TTL
----------------- --- -------------- ------- ---
11:22:33:44:55:66 configured - -
11:23:34:45:56:67 assoc req flood 3 25
To remove a MAC address from the client black list, use the following command:
clear rfdetect black-list mac-addr
The following command removes MAC address 11:22:33:44:55:66 from the black list:
WSS# clear rfdetect black-list 11:22:33:44:55:66
success: 11:22:33:44:55:66 is no longer blacklisted.