Professional Access Point
Administrator Guide
Class Structure, Commands, and Examples - 220
authentication server the RADIUS key is automatically provided.)
This command sets the RADIUS key to
secret
for an external RADIUS server.
USR5453-AP#
set bss wlan0bssInternal radius-key secret
4. Enable RADIUS Accounting (External RADIUS Server Only)
You can enable RADIUS Accounting if you want to track and measure the resources a particular user has
consumed such system time, amount of data transmitted and received, and so on.
In this example, you will disable RADIUS accounting since you are using the built-in server:
USR5453-AP#
set bss wlan0bssInternal radius-accounting off
5. Get Current Security Settings After Re-Configuring to IEEE 802.1x Security Mode
Now you can use the "get" command again to view the updated security configuration and see the results
of your new settings.
The following command gets the security mode in use on the Internal network:
USR5453-AP#
get interface wlan0 security
dot1x
The following command gets details on how the internal BSS is configured, including details on Security.
USR5453-AP#
get bss wlan0bssInternal detail
Field Value
---------------------------------------------
status up
description Internal
radio wlan0
beacon-interface wlan0
mac 00:0C:41:16:DF:A6
dtim-period 2
max-stations 2007
ignore-broadcast-ssid off
mac-acl-mode deny-list
mac-acl-name wlan0bssInternal
radius-accounting off
radius-ip 127.0.0.1
radius-key secret
open-system-authentication off
shared-key-authentication on
Note
RADIUS accounting is not supported by the built-in server, so if you are using the built-in server make
sure that RADIUS accounting is off.
To enable RADIUS accounting:
set bss wlan0bssInternal radius-accounting on
To disable RADIUS accounting:
set bss wlan0bssInternal radius-accounting off