CLI Guide

Optional. The network address of an available NTP server. The value can be an IPv4 address, IPv6 address, or
FQDN.
[timezone +|-hh[:mm]]
Optional. The system’s time zone as an offset in hours (-12 through +14) and optionally minutes (00–59)
from Coordinated Universal Time (UTC). To specify a positive offset, the '+' is optional. To specify a negative
offset, the '-' is required. The hour value can have one or two digits and can omit a leading zero. If the
minutes value is specified it must have two digits. If it is omitted, the minutes value is set to 00.
Examples Set the system to use NTP with an offset for the Mountain Time zone.
# set ntp-parameters ntp enabled ntpaddress 69.10.36.3 timezone -7
Set the system to use NTP with an offset for the Bangalore, India, time zone.
# set ntp-parameters ntp enabled ntpaddress 69.10.36.3 timezone +5:30
See also
set controller-date
show controller-date
show ntp-status
set password
Description Sets a user password for system interfaces, such as the CLI. A password can be entered as part of the
command, or the command prompts you to enter and re-enter the new password.
Minimum role manage
Syntax
set password
[password password]
[user]
Parameters
[password password]
Optional. Sets a new password for the user. Input rules:
The value is case sensitive.
The value can have 8-32 characters.
The value can include spaces and printable UTF-8 characters except: " , . < \
A value that includes only printable ASCII characters must include at least one uppercase character, one
lowercase character, one numeric character, and one non-alphanumeric character.
If this parameter is omitted, the command prompts you to enter and re-enter a value, which is displayed
obscured for security reasons. For an SNMPv3 user whose authentication-type parameter is set to use
authentication, this specifies the authentication password.
[user]
Optional. The user name for which to set the password. If this parameter is omitted, this command affects
the logged-in user’s password.
Examples Change the password for a user named LabAdmin.
# set password LabAdmin
Enter new password: ********
Re-enter new password: ********
Change the password for a user named JDoe.
# set password JDoe password Abcd%1234
See also show users
136 Alphabetical list of commands