System information

General System Configuration
Configuring SNTP
The following example shows how to enable SNTP, configure primary and
secondary time server IP addresses, set the time zone, and enable Daylight
Saving.
HP420(config)#sntp-server enable
HP420(config)#sntp-server ip 1 10.1.0.19
HP420(config)#sntp-server ip 2 10.1.2.233
HP420(config)#sntp-server timezone -8
HP420(config)#sntp-server daylight-saving
Enter Daylight saving from which month<1-12>: 3
and which day<1-31>: 31
Enter Daylight saving end to which month<1-12>: 10
and which day<1-31>: 31
HP420(config)#
The following example shows how configure the access point’s system clock
manually. Note that you must first disable SNTP to be able use the sntp-server
date-time command.
HP420(config)#no sntp-server enable
HP420(config)#sntp-server date-time
Enter Year<1970-2100>: 2005
Enter Month<1-12>: 3
Enter Day<1-31>: 29
Enter Hour<0-23>: 15
Enter Min<0-59>: 25
HP420(config)#
To display the current SNTP and clock settings from the Exec level, use the
show sntp command, as shown in the following example.
HP420#show sntp
SNTP Information
===========================================================
Service State : Enabled
SNTP (server 1) IP : 10.1.0.19
SNTP (server 2) IP : 10.1.2.233
Current Time : 16 : 08, Mar 29, 2005
Time Zone : -8 (PACIFIC)
Daylight Saving : Enabled, from Mar, 31th to Oct, 31th
===========================================================
HP420#
5-48