1. 程式人生 > >cisco路由器設置時間同步

cisco路由器設置時間同步

cisco 路由器

Ntp時間服務

Core_R0(config)#clock timezone peking +8 相對國際時間+8

Core_R0#clock set 14:17:00 24 March 設置時間

Core_R0(config)#ntp master 1 指定路由器為ntp服務器

Core_R0(config)#int loopback 0

Core_R0(config-if)#ntp broadcast 指定發送廣播的接口

客戶端

R2(config)#clock timezone peking +8

R2(config)#ntp server 10.10.10.10 指定ntp服務器的地址


cisco路由器設置時間同步