ntp commands didn't work

markten(config)#ntp
Unrecognized command

markten(config)#sntp server 10.15.114.131
markten(config)#sntp server 10.15.114.132
This commit is contained in:
Michel Belleau
2018-01-03 17:27:57 -05:00
committed by GitHub
parent bf1d6ff167
commit 8147b5d554

View File

@@ -120,10 +120,8 @@ To have the switch keep it's time synced via NTP, use the following. If you live
```
clock summer-time
clock timezone gmt GMT-05
ntp
disable serve
server 129.6.15.28
server 198.60.22.240
sntp server 10.15.114.131
sntp server 10.15.114.132
exit
```
You can specify up to 8 or as little NTP servers as you'd like. Only IP addresses are allowed, no hostnames.