From 685347812b41bf7391bc6afca9176562c101267c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:01:12 +0300 Subject: [PATCH] clock: add page (#17673) Co-authored-by: Kristopher --- pages/cisco-ios/clock.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/cisco-ios/clock.md diff --git a/pages/cisco-ios/clock.md b/pages/cisco-ios/clock.md new file mode 100644 index 0000000000..5b57862da1 --- /dev/null +++ b/pages/cisco-ios/clock.md @@ -0,0 +1,20 @@ +# clock + +> Set the system clock. +> More information: . + +- Enter privileged execution mode: + +`clock set {{23}}:{{59}}:{{59}} {{31}} {{april}} {{2000}}` + +- Auto negotiate with the far end of the link, defaulting to active-clock: + +`clock active prefer` + +- Auto negotiate with the far end of the link, defaulting to passive-clock: + +`clock passive prefer` + +- Show the current clock mode negotiated by the firmware: + +`clock show interfaces`