具体的にはこちら

timesync ntp
ntp unicast
ntp server-name "ntp.jst.mfeed.ad.jp"
ntp enable
time timezone 540
ip default-gateway XXX.XXX.1.1
ip dns server-address priority 1 1.0.0.1
ip dns server-address priority 2 1.1.1.1

今までは

timesync ntp
ntp unicast
ntp server 210.173.160.27
ntp enable
time timezone 540
ip default-gateway XXX.XXX.1.1
ip dns server-address priority 1 1.0.0.1
ip dns server-address priority 2 1.1.1.1

デフォルトゲートウェイとかDNS指定できるのになんでNTPサーバが名前で指定できないのか不明だったんだけど、普通に別の書き方があるだけだったよ・・・

By admin