Supermicro L2/L3 Switches Configuration Guide
11
The
username
configuration is saved automatically as part of the start-up configuration.
Configured users are not displayed with the ‘show running config’ command.
The
“no username <user-name>”
command deletes the configured user.
The example below shows the commands used to configure users.
SMIS# configure terminal
SMIS(config)#
username user1 password pwd1 privilege 15
SMIS(config)# end
SMIS#
list users
Users Privilege
----- ---------
ADMIN 15
stackuser 1
user1 15
SMIS#
show users
Line User Peer-Address
0 con user1 Local Peer
1.2.2
Enable
Supermicro switches provide support for configuring access to various CLI commands. This is achieved
by
Enable
password and
privilege levels
. A total of 15 privilege levels can be specified.
Follow the steps below to enable a privilege level.
Step Command
Description
Step 1
configure terminal
Enters the configuration mode.
Step 2
enable [<1-15> Enable Level]
Enables a privilege level.
Enable Level –
Specify 1-15 for any of
the privilege levels
Step 3
end
Exits the configuration mode.
The example below shows the commands used to enable a particular privilege level.
SMIS#
enable15