209| Authentication Servers AOS-W 6.5.3.x| User Guide
3. Select the RADIUSRoaming Accounting check box.
4. Click Apply.
5. Click Save Configuration.
Using the CLI
To enable roaming RADIUS accounting services, use the following CLI:
(host) (config) # aaa profile <profile_name>
radius-accounting <group>
radius-roam-accounting
To check if roaming-triggered RADIUS accounting is enabled, use the following CLI:
(host) #show aaa profile <profile_name>
RADIUS Accounting on Multiple Servers
AOS-W provides support for the switches to send RADIUS accounting to multiple RADIUS servers. The switch
notifies all the RADIUS servers to track the status of authenticated users. Accounting messages are sent to all
the servers configured in the server group in a sequential order.
You can enable multiple server account functionality by using the WebUI and CLI:
Using the WebUI
1. Navigate to the Configuration > Security > Authentication > AAA Profiles page.
2. Select AAA Profile, then select the AAA profile instance.
3. Select the Multiple Server Accounting check box.
4. Click Apply.
5. Click Save Configuration.
Using the CLI
To enable RADIUS Accounting on Multiple Servers functionality, use the following CLI:
(host) (config) # aaa profile <profile_name>
multiple-server-accounting
TACACS+ Accounting
TACACS+ accounting allows commands issued on the switch to be reported to TACACS+ servers. You can
specify which types of commands are reported (action, configuration, or show commands), or report all
commands.
You can configure TACACS+ accounting through the CLI:
(host)(config) #aaa tacacs-accounting server-group <group> command
{action|all|configuration|show} mode {enable|disable}
You can configure TACACS+ accounting through the WebUI:
1. Navigate to Configuration >SECURITY>Authentication.
2. In the Servers tab, click Tacacs Accounting Server.
3. In the Tacacs Accounting Server section:
a. select an entry from the Server Group drop-down list.
b. select the appropriate Command check boxes to enable accounting for all commands of specified types.
c. select the Mode check box to enable or disable TACACS+ accounting.
4. Click Apply.
5. Click Save Configuration.