Show running-config username – Brocade Network OS Command Reference v4.1.0 User Manual
Page 1185
Network OS Command Reference
1147
53-1003115-01
show running-config username
2
show running-config username
Displays the user accounts on the switch.
Synopsis
show running-config username [[username] [desc] [enable] [encryption-level] [password] [role]]
Operands
username
The account name associated with the user. The maximum number of
characters is 40.
desc
Displays the description of the user configuration.
enable
Displays the account status:
enable true = enabled (default)
enable false = disabled
encryption-level
Password encryption level. Values are 0 through 7. The default is 0.
password Account
password.
role
The role associated with the account.
Defaults
None
Command Modes
Privileged EXEC mode
Description
Use this command to display users and associated account parameters.
Usage Guidelines
When used without operands, Use this command to display all user accounts on the switch.
Use the various parameters to query the specified account details.
This command does not display the root account.
Defaults are not displayed.
Examples
To display the user accounts on the switch:
switch# show running-config username
username admin password "BwrsDbB+tABWGWpINOVKoQ==\n" encryption-level 7 role
admin desc Administrator
username user password "BwrsDbB+tABWGWpINOVKoQ==\n" encryption-level 7 role user
desc User
To display a specific user account:
switch# show running-config username admin
username admin password "BwrsDbB+tABWGWpINOVKoQ==\n" encryption-level 7 role
admin desc Administrator
To display the enabled status for a specific user account
switch# show running-config username admin enable
username admin enable true
See Also