Manual

Appendix D: Command Line Interface (CLI) for Access Point Configuration
334
to configure. The commands are shown in Table 29.
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:
AT-WA7400#
add mac-acl wlan0bssInternal mac 00:01:02:03:04:05
AT-WA7400#
add mac-acl wlan0bssInternal mac 00:01:02:03:04:06
AT-WA7400#
add mac-acl wlan0bssInternal mac 00:01:02:03:04:07
AT-WA7400#
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:
AT-WA7400#
remove mac-acl wlan0bssInternal mac 00:01:02:03:04:04
Table 29. Accept and Deny List Commands
Function Command
Set up an Accept list:
(With this type of list, client
stations whose MAC
addresses are listed will be
allowed access to the access
point.)
set bss wlan0bssInternal mac-
acl-mode accept-list
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