一、网络设备作为ntp服务器配置。
1、配置NTP主时钟
ntp-service refclock-master 2
2.开启NTP认证
ntp-service authentication enable
3、配置NTP时钟源本地接口,可以不配置。
ntp-service source-interface loopback0
4、配置NTP服务器服务认证密码
ntp-service authentication-keyid 1 authentication-mode md5 cipher admin
5、配置可信秘钥号
ntp-service reliable authentication-keyid 1
6、开启NTP服务器功能
undo ntp-service disable
二、网络设备作为NTP客户端配置。
1.开启NTP认证
ntp-service authentication enable
2、配置NTP服务认证密码
ntp-service authentication-keyid 1 authentication-mode md5 cipher admin
3、配置秘钥号
ntp-service reliable authentication-keyid 1
4、配置NTP服务器地址
ntp-service unicast-server 192.168.1.1
三、查看NTP各种状态
1、查看本地设备的NTP会话信息。
display ntp-service sessions
2、查看本地设备NTP会话的详细信息
display ntp-service sessions verbose
3、查看从本地设备到参考时钟源的路径
display ntp-service trace
4、查看NTP报文的统计信息
display ntp-service statistics packet
5、查看最新的10条时钟不同步原因
display ntp-service event clock-unsync
查看最新的10条时钟不同步原因
注意:H3C的设备要手动指定clock protocol ntp,否则不会同步
以上就是NTP配置实例分析的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号