Skip to content

Commit 6853478

Browse files
clock: add page (#17673)
Co-authored-by: Kristopher <[email protected]>
1 parent 8396b93 commit 6853478

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/cisco-ios/clock.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)