User guide
146
Using the Command Line Interface (CLI)
Enable 802.11d Support and Set the Country Code
Perform the following commands to enable IEEE 802.11d support for additional regulatory domains and set the
country code:
[Device-Name]>set sys 11d <enable> country <country>
Enable and Configure TX Power Control for the Wireless Interface(s)
The TX Power Control feature lets the user configure the transmit power level of the card in the AP at one of four
levels:
• 100% of the maximum transmit power level of the card
• 50%
• 25%
• 12.5%
Perform the following commands to enable TX Power Control and set the transmit power level:
[Device-Name]>set txpowercontrol enable
[Device-Name]>set wif <interface number> currenttxpowerlevel <value>
Allowed values are: 1 (100%), 2 (50%), 3 (25%), 4 (12.5%)
Configure SSID (Network Name) and VLAN Pairs, and Profiles
Perform the following command to configure an SSID/VLAN pair, and to assign a Security Profile and RADIUS Profiles
to it.
[Device-Name]>set wifssidtbl <Index.subindex> ssid <Network Name> vlanid <-1 to 1094>
ssidauth <enable/disable> acctstatus <enable/disable> secprofile <Security Profile
Nmuber> radmacprofile <MAC Authentication Profile Name> radeapprofile <EAP
Authentication Profile Name> radacctprofile <Accounting Profile Name> radmacauthstatus
<enable/disable> aclstatus <enable/disable> denynonencrypted <enable/disable>
Example:
[Device-Name]>set wifssidtbl 3.1 ssid accesspt1 vlanid 22 ssidauth enable acctstatus
enable secprofile 1 radmacprofile "MAC Authentication" radeapprofile "EAP
Authentication" radacctprofile "Accounting" radmacauthstatus enable aclstatus enable