From 2e321e12d85f34beecf187747eaa09fb0c6a8361 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Tue, 16 May 2017 10:42:49 +0200 Subject: [PATCH] Fix NTP config --- SwitchCisco.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SwitchCisco.md b/SwitchCisco.md index e3eb3088..e5f0288f 100644 --- a/SwitchCisco.md +++ b/SwitchCisco.md @@ -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 ~~~