C613-50631-01 Rev A Command Reference for IE340 Series 2346
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AAA COMMANDS
AAA
ACCOUNTING AUTH-WEB
• group <group-name>: use the specified RADIUS server group configured
with the aaa group server command
Configure the accounting event to be sent to the RADIUS server with the following
options:
• start-stop: sends a start accounting message at the beginning of a session
and a stop accounting message at the end of the session.
• stop-only: sends a stop accounting message at the end of a session.
• none: disables accounting.
Examples To enable the default RADIUS accounting method for Web-based authentication,
and use all available RADIUS servers, use the commands:
awplus# configure terminal
awplus(config)# aaa accounting auth-web default start-stop
group radius
To disable the default RADIUS accounting method for Web-based authentication,
use the commands:
awplus# configure terminal
awplus(config)# no aaa accounting auth-web default
To enable a named RADIUS accounting method list 'vlan10_acct' for Web-based
authentication, with the RADIUS server group 'rad_group_vlan10, use the
commands:
awplus# configure terminal
awplus(config)# aaa accounting auth-web vlan10_acct start-stop
group rad_group_vlan10
To disable a named RADIUS accounting method list 'vlan10_acct' for Web-based
authentication, use the commands:
awplus# configure terminal
awplus(config)# no aaa accounting auth-web vlan10_acct
Related
commands
aaa authentication auth-web
aaa group server
auth-web accounting
auth-web enable
radius-server host
show aaa server group