AMX NXA-ENET24 Switch User Manual


 
CLI (Command Line Interface)
188
NXA-ENET24 - Software Management Guide
Time Commands (Cont.)
Command Function
sntp poll
This command sets
the interval between
sending time
requests when the
switch is set to
SNTP client mode.
Use the no form to
restore to the
default.
Syntax:
sntp poll seconds
no sntp poll
seconds - Interval between time requests. (Range: 16-16384 seconds)
Default Setting: 16 seconds
Command Mode: Global Configuration
Example:
Console(config)#sntp poll 60
Console(config)#
show sntp
This command
displays the current
time and
configuration
settings for the
SNTP client, and
indicates whether or
not the local time
has been properly
updated.
Command Mode: Normal Exec, Privileged Exec
Command Usage: This command displays the current time, the poll interval used for
sending time synchronization requests, and the current SNTP mode (i.e., unicast).
Example:
Console#show sntp
Current time: Dec 23 05:13:28 2002
Poll interval: 16
Current mode: unicast
SNTP status : Enabled
SNTP server 137.92.140.80 0.0.0.0 0.0.0.0
Current server: 137.92.140.80
Console#
clock timezone
This command sets
the time zone for the
switch’s internal
clock.
Syntax:
clock timezone name hour hours minute minutes {before-utc | after-utc}
name - Name of timezone, usually an acronym. (Range: 1-29 characters)
hours - Number of hours before/after UTC. (Range: 1-12 hours)
minutes - Number of minutes before/after UTC. (Range: 0-59 minutes)
before-utc - Sets the local time zone before (east) of UTC.
after-utc - Sets the local time zone after (west) of UTC.
Default Setting: None
Command Mode: Global Configuration
Command Usage: This command sets the local time zone relative to the Coordinated
Universal Time (UTC, formerly Greenwich Mean Time or GMT), based on the earth’s
prime meridian, zero degrees longitude. To display a time corresponding to your local
time, you must indicate the number of hours and minutes your time zone is east (before)
or west (after) of UTC.
Example:
Console(config)#clock timezone Japan hours 8 minute 0 after-UTC
Console(config)#
calendar set
This command sets
the system clock. It
may be used if there
is no time server on
your network, or if
you have not
configured the
switch to receive
signals from a time
server.
Syntax:
calendar set hour min sec {day month year | month day year}
hour - Hour in 24-hour format. (Range: 0-23)
min - Minute. (Range: 0-59)
sec - Second. (Range: 0-59)
day - Day of month. (Range: 1-31)
month - january | february | march | april | may | june | july | august | september |
october | november | december
year - Year (4-digit). (Range: 2001-2100)
Default Setting: None
Command Mode: Privileged Exec
Example: This example shows how to set the system clock to 15:12:34, April 1st, 2004:
Console#calendar set 15 12 34 1 April 2004
Console#