User Manual
Professional Access Point
Administrator Guide
Class Structure, Commands, and Examples - 223
Add MAC Addresses of Client Stations to the Filtering List
To add a MAC address to the list:
add mac-acl wlan0bssInternal mac
MAC_Address_Of_Client
Where
MAC_Address_Of_Client
is the MAC address of a wireless client you want to add to the MAC
filtering list.
For example, to add 4 new clients to the list with the following MAC addresses:
USR5453-AP#
add mac-acl wlan0bssInternal mac 00:01:02:03:04:05
USR5453-AP#
add mac-acl wlan0bssInternal mac 00:01:02:03:04:06
USR5453-AP#
add mac-acl wlan0bssInternal mac 00:01:02:03:04:07
USR5453-AP#
add mac-acl wlan0bssInternal mac 00:01:02:03:04:08
Remove a Client Station’s MAC Address from the Filtering List
To remove a MAC address from the list:
remove mac-acl wlan0bssInternal mac
MAC_Address_Of_Client
Where
MAC_Address_Of_Client
is the MAC address of a wireless client you want to remove from the
MAC filtering list.
For example:
USR5453-AP#
remove mac-acl wlan0bssInternal mac 00:01:02:03:04:04
Get Current MAC Filtering Settings
Get the Type of MAC Filtering List Currently Set (Accept or Deny)
The following command shows which type of MAC filtering list is currently configured:
USR5453-AP#
get bss wlan0bssInternal mac-acl-mode
accept-list
Get MAC Filtering List
The following command shows the clients on the MAC filtering list:
USR5453-AP#
get mac-acl
name mac
-----------------------------------
wlan0bssInternal 00:01:02:03:04:05
To set up a Deny list:
(With this type of list, the access point will
prevent access to client stations whose
MAC addresses are listed.)
set bss wlan0bssInternal mac-acl-mode deny-list