195
CHAPTER 3
INTRODUCTION TO CLI
Example:
Set the upnp ttl value to 10.
Negation:
(config)# no upnp ttl
Show:
# show upnp
3.9.50 (config)# username
3.9.50.1 (config)# username<username>privilege<priv>password encrypted
Syntax:
(config)# username <username> privilege <priv> password encrypted <encry_password>
Explanation:
By default, there is only one user, 'admin', assigned the highest privilege level of 15. Use this command
to configure a new user account.
Parameters:
username <username: word31>: Specify a new username. The allowed characters are 31.
privilege <priv: 0-15>: Specify the privilege level for this new user account. The allowed range is 1 to 15. If the
privilege level value is 15, it can access all groups, i.e. that is granted the fully control of the device. But other
values need to refer to each group privilege level. User's privilege should be same or greater than the group
privilege level to have the access of that group. By default setting, most groups privilege level 5 has the read-only
access and privilege level 10 has the read-write access. And the system maintenance (software upload, factory
defaults and etc.) need user privilege level 15. Generally, the privilege level 15 can be used for an administrator
account, privilege level 10 for a standard user account and privilege level 5 for a guest account.
password encrypted <encry_password: 4-44>: Specify the encrypted password for this new user account. The
ENCRYPTED (hidden) user password. Notice the ENCRYPTED password will be decoded by system internally. You
cannot directly use it as same as the Plain Text and it is not human-readable text normally.
Example:
Create the new user account with the following settings.
Negation:
(config)# no username <username>
Show:
> show users
# show users
3.9.50.2 (config)# username<username>privilege<priv>password none
Syntax:
(config)# username <username> privilege <priv> password none
Explanation:
By default, there is only one user, 'admin', assigned the highest privilege level of 15. Use this command
to configure a new user account without password
# config t
(config)# username mis4jack privilege 15 password encrypted jack30125
# config t
(config)# upnp ttl 10
Summary of Contents for MSW-4424C Series
Page 1: ...1 MSW 4424C MSW 4424CS L2 Gigabit Carrier Ethernet Switch ...
Page 382: ......