show aaa server-groups

Syntax

show aaa server-groups [tacacs | radius] [vsx-peer]

Description

Shows TACACS+ and RADIUS AAA server group information for all server types or for the specified server type.

Command context

Operator (>) or Manager (#)

Parameters

tacacs

Narrows the command output to only TACACS+ servers.

radius

Narrows the command output to only RADIUS servers.

[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

Showing all AAA server group information:

switch# show aaa server-groups

******* AAA Mechanism TACACS+ *******
--------------------------------------------------------------------------------
GROUP NAME       | SERVER NAME                       | PORT | VRF     | PRIORITY
--------------------------------------------------------------------------------
sg2              | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 49   | default | 1
--------------------------------------------------------------------------------
sg1              | 1.1.1.2                           | 12   | mgmt    | 1
--------------------------------------------------------------------------------
tacacs (default) | FQDN.com                          | 32   | mgmt    | 1
tacacs (default) | 1.1.1.1                           | 49   | mgmt    | 2
tacacs (default) | 1.1.1.2                           | 12   | mgmt    | 3
tacacs (default) | abc.com                           | 32   | vrf_red | 4
tacacs (default) | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 49   | default | 5
tacacs (default) | 1.1.1.3                           | 32   | vrf_blue| 6
--------------------------------------------------------------------------------
******* AAA Mechanism RADIUS *******
--------------------------------------------------------------------------------
GROUP NAME       | SERVER NAME                       | PORT | VRF     | PRIORITY
--------------------------------------------------------------------------------
sg4              | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 1812 | default | 1
--------------------------------------------------------------------------------
sg3              | 1.1.1.5                           | 12   | mgmt    | 1
--------------------------------------------------------------------------------
radius (default) | 1.1.1.4                           | 1812 | mgmt    | 1
radius (default) | 1.1.1.5                           | 12   | mgmt    | 2
radius (default) | abc1.com                          | 32   | mgmt    | 3
radius (default) | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 1812 | default | 4
radius (default) | 1.1.1.6                           | 32   | vrf_red | 5
radius (default) | 1.1.1.7                           | 32   | vrf_blue| 6
--------------------------------------------------------------------------------

Showing TACACS+ server group information:

switch# show aaa server-groups tacacs

******* AAA Mechanism TACACS+ *******
--------------------------------------------------------------------------------
GROUP NAME       | SERVER NAME                       | PORT | VRF     | PRIORITY
--------------------------------------------------------------------------------
sg2              | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 49   | default | 1
--------------------------------------------------------------------------------
sg1              | 1.1.1.2                           | 12   | mgmt    | 1
--------------------------------------------------------------------------------
tacacs (default) | FQDN.com                          | 32   | mgmt    | 1
tacacs (default) | 1.1.1.1                           | 49   | mgmt    | 2
tacacs (default) | 1.1.1.2                           | 12   | mgmt    | 3
tacacs (default) | abc.com                           | 32   | vrf_red | 4
tacacs (default) | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 49   | default | 5
tacacs (default) | 1.1.1.3                           | 32   | vrf_blue| 6
--------------------------------------------------------------------------------

Showing RADIUS server group information:

switch# show aaa server-groups radius

******* AAA Mechanism RADIUS *******
--------------------------------------------------------------------------------
GROUP NAME       | SERVER NAME                       | PORT | VRF     | PRIORITY
--------------------------------------------------------------------------------
sg4              | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 1812 | default | 1
--------------------------------------------------------------------------------
sg3              | 1.1.1.5                           | 12   | mgmt    | 1
--------------------------------------------------------------------------------
radius (default) | 1.1.1.4                           | 1812 | mgmt    | 1
radius (default) | 1.1.1.5                           | 12   | mgmt    | 2
radius (default) | abc1.com                          | 32   | mgmt    | 3
radius (default) | 2001:0db8:85a3:0000:0000:8a2e:
                   0370:7334                         | 1812 | default | 4
radius (default) | 1.1.1.6                           | 32   | vrf_red | 5
radius (default) | 1.1.1.7                           | 32   | vrf_blue| 6
--------------------------------------------------------------------------------