mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 21:03:59 +02:00
clock: add page (#17673)
Co-authored-by: Kristopher <kristopherleads@gmail.com>
This commit is contained in:
parent
8396b936a0
commit
685347812b
1 changed files with 20 additions and 0 deletions
20
pages/cisco-ios/clock.md
Normal file
20
pages/cisco-ios/clock.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# clock
|
||||
|
||||
> Set the system clock.
|
||||
> More information: <https://www.cisco.com/c/en/us/td/docs/ios/fundamentals/command/reference/cf_book/cf_c1.html#clock>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue