Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)
• accountinginfo—Stores additional accounting information in addition to the attributes covered by a
standard RADIUS accounting protocol. This attribute is sent only in the VSA portion of the
Account-Request frames from the RADIUS client on the switch, and it can only be used with the
accounting protocol-related PDUs.
Specifying Switch User Roles and SMNPv3 Parameters on AAA Servers
You can use the VSA cisco-av-pair on AAA servers to specify user role mapping for the Cisco Nexus 5000
Series switch using this format:
shell:roles="roleA roleB …"
If you do not specify the role option in the cisco-av-pair attribute, the default user role is network-operator.
You can also specify your SNMPv3 authentication and privacy protocol attributes as follows:
shell:roles="roleA roleB..." snmpv3:auth=SHA priv=AES-128
The SNMPv3 authentication protocol options are SHA and MD5. The privacy protocol options are AES-128
and DES. If you do not specify these options in the cisco-av-pair attribute, MD5 and DES are the default
authentication protocols.
Related Topics
• Configuring User Accounts and RBAC, page 315
Displaying and Clearing the Local AAA Accounting Log
The Cisco Nexus 5000 Series switch maintains a local log for the AAA accounting activity. To display this
log and clear it, perform this task:
Procedure
PurposeCommand or Action
Displays the accounting log contents. By default, the
command output contains up to 250,000 bytes of the
switch# show accounting log [size]
[start-time year month day hh : mm
: ss]
Step 1
accounting log. You can use the size argument to limit
command output. The range is from 0 to 250000 bytes. You
can also specify a start time for the log output.
(Optional)
Clears the accounting log contents.
switch# clear accounting log
Step 2
Verifying AAA Configuration
To display AAA configuration information, perform one of the following tasks:
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
238 OL-16597-01
Displaying and Clearing the Local AAA Accounting Log
Specifying Switch User Roles and SMNPv3 Parameters on AAA Servers