show aaa authorization

Syntax

show aaa authorization [vsx-peer]

Description

Shows the authorization configuration per connection type (channel). Local RBAC authorization is shown as none.

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 the authorization sequence for default and console connection types (channels):

switch(config)# aaa authorization commands default group tg1 tacacs none
All commands will fail if none of the servers in the group list are reachable.
Continue (y/n)? y
switch(config)#
switch(config)# aaa authorization commands console group tg1 tg2 tacacs none
All commands will fail if none of the servers in the group list are reachable.
Continue (y/n)? y
switch(config)# exit
switch#
switch# show aaa authorization

Authorization for default channel:
---------------------------------------------------------------------------------
GROUP NAME                       | GROUP PRIORITY
---------------------------------------------------------------------------------
tg1                              | 0
tacacs                           | 1
none                             | 2
---------------------------------------------------------------------------------

Authorization for console channel:
---------------------------------------------------------------------------------
GROUP NAME                       | GROUP PRIORITY
---------------------------------------------------------------------------------
tg1                              | 0
tg2                              | 1
tacacs                           | 2
none                             | 3
---------------------------------------------------------------------------------