22
0
Fork 0

Fix NTP config

This commit is contained in:
vlaborie 2017-05-16 10:42:49 +02:00
parent f67b786111
commit 2e321e12d8
1 changed files with 3 additions and 1 deletions

View File

@ -175,7 +175,9 @@ Switch(config-line)# end
#### Synchronisation NTP
~~~
Switch# ntp server 31.170.8.123
Switch# configure terminal
Switch(config)# ntp server 31.170.8.123
Switch(config)# end
Switch# show ntp status
Switch# show ntp associations
~~~