We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8396b93 commit 6853478Copy full SHA for 6853478
pages/cisco-ios/clock.md
@@ -0,0 +1,20 @@
1
+# clock
2
+
3
+> Set the system clock.
4
+> More information: <https://www.cisco.com/c/en/us/td/docs/ios/fundamentals/command/reference/cf_book/cf_c1.html#clock>.
5
6
+- Enter privileged execution mode:
7
8
+`clock set {{23}}:{{59}}:{{59}} {{31}} {{april}} {{2000}}`
9
10
+- Auto negotiate with the far end of the link, defaulting to active-clock:
11
12
+`clock active prefer`
13
14
+- Auto negotiate with the far end of the link, defaulting to passive-clock:
15
16
+`clock passive prefer`
17
18
+- Show the current clock mode negotiated by the firmware:
19
20
+`clock show interfaces`
0 commit comments