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

Multiple Spanning Tree on Cisco

Telnet to CORE1:sys #enter system configstp region-configurationregion-name HQrevision-level 1instance 1 vlan 1 2 15instance 2…

PowerShell: Check TCP Connections of Server by Port Numbers

# Check-TCP-Connections.ps1# This function will output progress onto the console as well as returning a…

PFSense

This open source project is free to use and distribute, which lowers licensing costs as…