Example Setups: Unterschied zwischen den Versionen
Aus QBWiki
Zur Navigation springenZur Suche springen
Padi (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ == NTP Server == <syntaxhighlight lang="bash"> ntp server <ip-address> iburst prefer ntp client admin-state enable # Check with show system # If not yet syn…“) |
(kein Unterschied)
|
Version vom 1. November 2025, 13:45 Uhr
NTP Server
ntp server <ip-address> iburst prefer
ntp client admin-state enable
# Check with
show system
# If not yet synchronized
ntp client admin-state disable; ntp client admin-state enable
# Debugging
show ntp client
show ntp status
show ntp server status