reclassify

Use the reclassify command to modify the state of one or more APs. APs are identified in this context by their BSSID (Basic Service Set ID), which is the same as their MAC address. The reclassify command is accessible from the mitigator:maintenance context of the CLI.

Not every reclassification is possible in any given circumstance: only the allowed transitions, as seen in the GUI. ( For instance, Prohibited can be reclassified to Friendly, but not to Authorized)

After you run the reclassify command, run the apply command to implement the change.

reclassify bssid[, bssid] (authorized|friendly|prohibited)

Parameters

bssid [, bssid] The MAC address of the AP. Multiple APs can be added as a comma-separated list.
authorized|friendly| prohibited Specifies the classification of the specified AP(s).

Example

The following example reclassifies the APs with BSSID: 11:11:22:22:33:33 and 11:11:22:22:33:34 as authorized:

EWC.extremenetworks.com:mitigator:maintenance# reclassify 11:11:22:22:33:33, 11:11:22:22:33:34 authorized
EWC.extremenetworks.com:mitigator:maintenance# apply