
NetVanta 160 Series Wireless Configuration Guide CLI Configuration Example
6AOSCG0042-29A Copyright © 2009 ADTRAN, Inc. 56
6. Enter the Global Configuration mode by entering the following command at the # prompt:
#configure terminal
7. From the Global Configuration mode prompt, enter the mac access-list standard command followed
by the MAC ACL name. In the following example, a MAC ACL name Allowadtrn will be created.
(config)#mac access-list standard Allowadtrn
(config-std-mac-acl)#
8. You have now entered the Standard MAC Access List Configuration mode. Here you can enter the
MAC addresses to be included in the MAC ACL that will allow other devices to connect to your
network. To give access to a specific MAC address, enter the permit command followed by the MAC
address. Enter addresses in the following format: xx:xx:xx:xx:xx:xx. For example:
(config-std-mac-acl)# permit 00:A0:C8:00:00:01
(config-std-mac-acl)#
Enter each address to add to the specified MAC ACL. Address entries can be removed from the list by
using the no parameter in the following manner:
(config-std-mac-acl)#no permit 00:A0:C8:00:00:01
To exit the Standard MAC Access List Configuration mode, enter the exit keyword at the prompt. For
example:
(config-std-mac-acl)#exit
(config)#
From the Global Configuration mode, entire MAC ACLs can be deleted by using the no parameter of
the mac access-list standard command followed by the MAC ACL name, for example:
(config)#no mac access-list standard Allowadtrn
9. Once the MAC ACL has been created, you should save the configuration by entering do write from
the Global Configuration mode prompt. Multiple MAC ACLs can be created by using the same
process, either through the GUI or CLI.
10. After creating and saving the MAC ACL, it must be applied to the radio. To apply the ACL, use the
association access-list <name> command from the radio interface configuration mode (reached by
using the interface dot11ap command). Then, apply the changes to the AP using the dot11ap
apply-changes <ap number> command. For example:
(config)#interface dot11ap 1 ap-type nv160
(config)#association access-list Allowadtrn
(config)#exit
#dot11ap apply-changes 1
11. Save your configuration using the do write memory command from the Global Configuration mode
prompt as follows:
(config)#do write memory
Comentarios a estos manuales