C613-50170-01 Rev B
Command Reference for x510 Series
1830
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
AAA C
OMMANDS
AAA
ACCOUNTING
AUTH
-
MAC
•
group <
group-name>
: use the specified RADIUS server group configured
command
The accounting event to send to the RADIUS server is configured 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 for MAC-based authentication, and use
all available RADIUS servers, use the commands:
awplus#
configure terminal
awplus(config)#
aaa accounting auth-mac default start-stop
group radius
To disable RADIUS accounting for MAC-based Authentication, use the commands:
awplus#
configure terminal
awplus(config)#
no aaa accounting auth-mac default
To enable a named RADIUS accounting method list 'vlan10_acct' for MAC-based
authentication, with the RADIUS server group 'rad_group_vlan10, use the
commands:
awplus#
configure terminal
awplus(config)#
aaa accounting auth-mac vlan10_acct start-stop
group rad_group_vlan10
To disable a named RADIUS accounting method list 'vlan10_acct' for MAC-based
authentication, use the commands:
awplus#
configure terminal
awplus(config)#
no aaa accounting auth-mac vlan10_acct
Related
Commands