SNTP (Simple Network Time Protocol) Commands |
| Command Reference |
This command adds a new user (account) if space permits. The account <username> can be up to eight characters in length. The name may be comprised of alphanumeric characters as well as the dash
Six user names can be defined.
This command changes the password of an existing operator. User password should not be more than eight characters in length. If a user is authorized for authentication or encryption is enabled, the password must be eight alphanumeric characters in length. The username and password are not
Syntax |
username <username> {password nopassword} no username <username>
<username> - is a new user name (Range: up to 8 characters).
no - This command removes a user name created before. Note: The admin user account cannot be deleted.
nopassword - This command sets the password of an existing operator to blank. When a password is changed, a prompt will ask for the operator's former password. If none, press enter.
Default Setting
No password
Command Mode
Global Config
7.8.2.2 username snmpv3 authentication
This command specifies the authentication protocol to be used for the specified login user. The valid authentication protocols are none, md5 or sha. If md5 or sha are specified, the user login password will be used as the snmpv3 authentication password. The <username> is the login user name for which the specified authentication protocol will be used.
Syntax |
username snmpv3 authentication <username> {none md5 sha} no username snmpv3 authentication <username>