华为NTP配置实例
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为NTP配置实例相关的知识,希望对你有一定的参考价值。
一、网络设备作为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
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条时钟不同步原因
以上是关于华为NTP配置实例的主要内容,如果未能解决你的问题,请参考以下文章
实例节点的NTP服务器地址配置正确,而且能够ping通, 但是在chronyc sources指令中显示NTP服务器状态为“?”