show aaa server-groups
Syntax
show aaa server-groups [vsx-peer]
Description
Shows a table of RADIUS/TACACS+ servers grouped by different RADIUS/TACACS+ server group assignment. For the RADIUS/TACACS+ server assigned to the user-defined groups, the group priority is shown; otherwise, the default priority is shown instead.
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
Showing a table of RADIUS/TACACS+ servers grouped by different RADIUS/TACACS+ server group assignment:
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 --------------------------------------------------------------------------------