show aaa accounting

Syntax

show aaa accounting [vsx-peer]

Description

Shows the accounting configuration per connection type (channel).

Command context

Operator (>) or Manager (#)

Parameters

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.

Authority

Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.

Example

Configuring and then showing local accounting for the default and console connection types:

switch(config)# aaa accounting all default start-stop local
switch(config)# aaa accounting all console start-stop local
switch(config)# exit
switch# show aaa accounting
AAA Accounting:
  Accounting Type                               : all
  Accounting Mode                               : start-stop

Accounting for default channel:
---------------------------------------------------------------------------------
GROUP NAME                       | GROUP PRIORITY
---------------------------------------------------------------------------------
local                            | 0
---------------------------------------------------------------------------------

Accounting for console channel:
---------------------------------------------------------------------------------
GROUP NAME                       | GROUP PRIORITY
---------------------------------------------------------------------------------
local                            | 0
---------------------------------------------------------------------------------