Example Setups: Unterschied zwischen den Versionen

Aus QBWiki
Zur Navigation springenZur Suche springen
(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…“)
 
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
  
== NTP Server ==
+
== Basic Setup ==
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 +
 +
system name "OS6900-PVE-01"
 +
session prompt default "OS6900-PVE-01> "
 +
vlan 1 admin-state disable
 +
user admin password Use-a-Long-Password-with-S0m3-Numb3rs-but-no-leetc0de
 +
aaa authentication console "local"
 +
aaa authentication ssh "local"
 +
 
ntp server <ip-address> iburst prefer
 
ntp server <ip-address> iburst prefer
 
ntp client admin-state enable
 
ntp client admin-state enable
  
# Check with
+
vlan 100 name "MGMT"
show system
+
vlan 100 members port 1/1/1 untagged
  
# If not yet synchronized
+
ip interface "IP4-VL100" address 10.0.1.1/24 vlan 100
ntp client admin-state disable; ntp client admin-state enable
 
 
 
# Debugging
 
show ntp client
 
show ntp status
 
show ntp server status
 
</syntaxhighlight>
 
 
 
<syntaxhighlight lang="bash">
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Aktuelle Version vom 1. November 2025, 14:00 Uhr

Basic Setup

system name "OS6900-PVE-01"
session prompt default "OS6900-PVE-01> "
vlan 1 admin-state disable
user admin password Use-a-Long-Password-with-S0m3-Numb3rs-but-no-leetc0de
aaa authentication console "local"
aaa authentication ssh "local"

ntp server <ip-address> iburst prefer
ntp client admin-state enable

vlan 100 name "MGMT"
vlan 100 members port 1/1/1 untagged

ip interface "IP4-VL100" address 10.0.1.1/24 vlan 100