H3C交换机配置NTP客户端
clock timezone UTC add 8 ntp-service unicast-server 1.1.1.1 //ntp服务器地址 clock protocol ntp ntp-service enable
部分H3C设备由于时间相差太久的原因,可以先手动配置相近的时间
clock datetime 22:00:00 2019/07/11
华为交换机
华为交换机配置NTP客户端
clock timezone UTC add 8 ntp-service unicast-server 1.1.1.1 //ntp服务器地址 display clock
部分华为中高端设备需要禁用ntp验证才可
undo ntp-service authentication enable
华为交换机