show user information
Syntax
show user information
Description
Shows the following current user information:
User name.
User authentication type:
local
,RADIUS
, orTACACS+
.User group:
administrators
,operators
, or for RADIUS/TACACS+,N/A
.User privilege level, derived either from the role or from the RADIUS/TACACS+ server.
Command context
Operator (>
) or Manager (#
)
Authority
Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.
Examples
Showing output of an admin user:
switch# show user information Username : admin Authentication type : Local User group : administrators User privilege level : 15
Showing output of an operator user:
switch# show user information Username : operator Authentication type : Local User group : operators User privilege level : 1
Showing output of a remote RADIUS
rad_user1
login with Service-Type as Administrative-User (6) (mapped to local user group
administrators
):
switch# show user information Username : rad_user1 Authentication type : RADIUS User group : N/A User privilege level : 6
Showing output of a remote RADIUS
rad_user2
login with Service-Type as NAS-Prompt-User (7) (mapped to local user group
operators
):
switch# show user information Username : rad_user2 Authentication type : RADIUS User group : N/A User privilege level : 7
Showing output of any remote TACACS+
tac_user1
login with
priv-lvl
15 (mapped to user group
administrators
):
switch# show user information Username : tac_user1 Authentication type : TACACS+ User group : N/A User privilege level : 15