码迷,mamicode.com
首页 > 其他好文 > 详细

华为NTP配置实例

时间:2018-07-25 17:04:22      阅读:933      评论:0      收藏:0      [点我收藏+]

标签:clock   路径   disable   mod   密码   packet   spl   loop   ESS   

一、网络设备作为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配置实例

标签:clock   路径   disable   mod   密码   packet   spl   loop   ESS   

原文地址:http://blog.51cto.com/3227978/2150045

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!