Use the authorized-ap command to add, update, or remove an authorized AP. APs are identified in this context by their BSSID (Basic Service Set ID), which is the same as their MAC address. The authorized-ap command is accessible from the mitigator:maintenance context of the CLI.
After you run the authorized-ap command, run the apply command to implement the change.
bssid | The MAC address of the AP. |
desc string | An optional alphanumeric character string describing the AP. |
delete | Removes the AP identified from BSSID from authorized status. |
The following example adds testap1 by its BSSID: 11:11:22:22:33:33 as an authorized AP:
EWC.extremenetworks.com:mitigator:maintenance# authorized-ap 11:11:22:22:33:33 desc testap1 EWC.extremenetworks.com:mitigator:maintenance# apply
The following example deletes the AP with BSSID: 11:11:22:22:33:33 from authorized status:
EWC.extremenetworks.com:mitigator:maintenance# authorized-ap 11:11:22:22:33:33 delete EWC.extremenetworks.com:mitigator:maintenance# apply