Posted On March 31, 2019

HP Procurve Configure Time and Default Gateway

kimconnect 0 comments
blog.KimConnect.com >> Networking >> HP Procurve Configure Time and Default Gateway
#configure gateway and NTP
ip default-gateway 10.10.10.1
timesync sntp
sntp unicast
sntp 30
# These are ntp.org servers for North America
sntp server 195.21.137.209
sntp server 23.239.24.67
sntp server 199.223.248.101
#sntp server 204.11.201.12
sntp server priority 1 195.21.137.209
sntp server priority 2 23.239.24.67
sntp server priority 3 199.223.248.101
time timezone -420
timesync sntp
sh time

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Measuring Bandwidth between Sites

Matching the right tool for the job: Latency: use PING Jitter: user iPerf UDP test…

Function to Import PortQry (a Systernal Utility)

Update: much adieu about nothing. Run this quick script and ignore the prior jibberish: if…

How to migrate DNS Server

The Windows Server 2012 wizard normally performs this task automatically. Thus, the following steps may…