Example Setups: Unterschied zwischen den Versionen
Aus QBWiki
Zur Navigation springenZur Suche springen
Padi (Diskussion | Beiträge) |
Padi (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
| + | |||
| + | == Basic Setup == | ||
| + | <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 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 | ||
| + | </syntaxhighlight> | ||
Version vom 1. November 2025, 13:53 Uhr
Inhaltsverzeichnis
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
SYSTEM
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
Network L2/L3
VLANs
# Untagged / Tagged Port
vlan 100 members port 1/1/1 untagged
vlan 100 members port 1/1/1 tagged
# Untagged / Tagged Linkagg
vlan 100 members linkagg 1 untagged
vlan 100 members linkagg 1 tagged