Command Reference Guide
User Account Commands
CLI Command Reference
September 2014 Page 94
HP Moonshot Switch Module CLI Command Reference
aaa session-id
Use this command in Global Config mode to specify if the same session-id is used for Authentication,
Authorization and Accounting service type within a session.
no aaa session-id
Use this command in Global Config mode to reset the aaa session-id behavior to the default.
aaa accounting
Use this command in Global Config mode to create an accounting method list for user EXEC sessions, user-
executed commands, or DOT1X. This list is identified by default or a user-specified list_name. Accounting
records, when enabled for a line-mode, can be sent at both the beginning and at the end (start-stop) or only
at the end (stop-only). If none is specified, then accounting is disabled for the specified list. If tacacs is specified
as the accounting method, accounting records are notified to a TACACS+ server. If radius is the specified
accounting method, accounting records are notified to a RADIUS server.
Default
common
Format
aaa session-id [common | unique]
Mode Global Config
Parameter Description
common Use the same session-id for all AAA Service types.
unique Use a unique session-id for all AAA Service types.
Format
no aaa session-id [unique]
Mode Global Config
Note: Please note the following:
• A maximum of five Accounting Method lists can be created for each exec and commands type.
• Only the default Accounting Method list can be created for DOT1X. There is no provision to create
more.
• The same list-name can be used for both exec and commands accounting type
• AAA Accounting for commands with RADIUS as the accounting method is not supported.
• Start-stop or None are the only supported record types for DOT1X accounting. Start-stop enables
accounting and None disables accounting.
• RADIUS is the only accounting method type supported for DOT1X accounting.
Format
aaa accounting {exec | commands | dot1x} {default | list_name} {start-stop | stop-
only |none} method1 [method2…]
Mode Global Config