
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 78
9.6.
Access Control
Controls who can access the switch, from what type of Network interface, who will verify remote user
username and password (by the switch locally, or by RADIUS/ Authentication Server).
9.6.1.
Local Users - Configuration Commands
Allows changing “admin” user password, adding or removing additional users and changing users’ password.
9.6.1.1.
Username -Add Local User or Change Password
Description- Add, remove or change password of local users. Up to 20 users can be configured.
username
{ default-administrator | <input_username> }
privilege
<priv>
password
{ unencrypted
<unencry_password> | encrypted <encry_password> | none }
no username
<username>
Parameter
Description
Parameter
<input_username>
User name allows letters, numbers and underscores
<priv>
User privilege level 0-15.
NOTE - Use only privilege level 15
<unencry_password>
The UNENCRYPTED (Plain Text) user password. Any printable
characters including space are accepted. Notice that you have no
chance to get the Plain Text password after this command. The
system will always display the ENCRYPTED password.
<encry_password>
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.
Default
N.A
Mode
Global Configuration Mode
Usage
Add a new user for the local switch access and add/change password
Examples
Example#1 (add a user named usertest with unencrypted password of testuser)
(config)# username usertest privilege 15 password unencrypted testuser
Example#2 (remove user named usertest)
(config)# no username usertest
Example#3 (change the password of usertest to testuser123 )
(config)# username usertest privilege 15 password unencrypted testuser123
The switch is shipped with default username ‘admin’ and with no password. It is strongly
recommended to assign a strong password instead.
Username ‘admin’ cannot be removed or be changed, only its password.