Example Setups
Aus QBWiki
Version vom 1. November 2025, 13:45 Uhr von 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…“)
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