- 服务端配置
ntp refclock-master
ntp server source-interface all enable # USG6525E不需要执行
ntp ipv6 server source-interface all enable
undo ntp server disable
undo ntp ipv6 server disable
- 客户端配置
ntp unicast-server 192.168.1.1 #指定ntp服务器IP地址
在USG6525E中默认就是监听所有接口的,在USG6525F中默认是不监听任何接口的,必须配置ntp server source-interface all enable
Views: 0