NTP |
〆NTP の設定を行います
・NTPを使わない
Router(config)# ntp disable
|
・NTPサーバを停止する
偽造パケットで時刻を変更される恐れあるので、その対策。
Router(config)# no ntp enable
|
・NTPの設定
Router(config)# ntp server 192.168.191.10 Router(config)# ntp server 192.186.191.11 Router(config)# ntp update-calender Router(config)# interface (Ethernet 0) ! Ethernet 0でNTPメッセージをブロードキャスト Router(config)# ntp broadcast Router# show ntp status !NTPのステータス確認 |