Example Setups

Aus QBWiki
Zur Navigation springenZur Suche springen


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