Professional Access Point
Administrator Guide
Class Structure, Commands, and Examples - 219
tx-compressed 0
ssid Vicky’s AP
bss wlan0bssInternal
security static-wep
wpa-personal-key
wep-key-ascii yes
wep-key-length 104
wep-default-key 4
wep-key-1 abcde
wep-key-2 fghij
wep-key-3 klmno
wep-key-4
vlan-interface
vlan-id
radio
remote-mac
wep-key
Set Security to IEEE 802.1x
1. Set the Security Mode
2. Set the Authentication Server
3. Set the RADIUS Key (For External RADIUS Server Only)
4. Enable RADIUS Accounting (External RADIUS Server Only)
5. Get Current Security Settings After Re-Configuring to IEEE 802.1x Security Mode
1. Set the Security Mode
USR5453-AP#
set interface wlan0 security dot1x
2. Set the Authentication Server
You can use the built-in authentication server on the access point or an external RADIUS server.
In this example, you will set it to use the built-in server:
USR5453-AP#
set bss wlan0bssInternal radius-ip 127.0.0.1
3. Set the RADIUS Key (For External RADIUS Server Only)
If you use an external RADIUS server, you must provide the RADIUS key. (If you use the built-in
Note
To use the built-in authentication server, set the RADIUS IP address to that used by the built-in server
(
127.0.0.1
) and turn RADIUS accounting off (because it is not supported by the built-in server)
RADIUS Option Example
To set the AP to use the Built-in
Authentication Server:
set bss wlan0bssInternal radius-ip 127.0.0.1
To set the AP to use an External
RADIUS Server:
set bss wlan0bssInternal radius-ip
RADIUS_IP_Address
where
RADIUS_IP_Address
is the IP address of an external RADIUS server.