一、網路設備作為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中文網其他相關文章!