CLI Switch: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:
 
Setup und Show Befehle:
 
Setup und Show Befehle:
  
  setup
+
SWITCH1# setup
  
  config  
+
SWITCH1# config  
  
  show vlan
+
SWITCH1# show vlan
  
  show config
+
SWITCH1# show config
  
  show trunk
+
SWITCH1# show trunk
  
  show vlan ports 20-24 detail
+
SWITCH1# show vlan ports 20-24 detail
 +
SWITCH1#  show vlan ports 3 detail
 +
SWITCH1#  show vlan ports trk2 detail
 +
SWITCH1#  show vlan ports all detail
  
 
"Config" Befehle:  
 
"Config" Befehle:  

Version vom 3. März 2023, 16:39 Uhr


HP 2920

HP 2920 Switch Series - Minimal Configuration Through the Console Port Connection


Anschließen über COM Port USB Micro Kabel an die Console.


Setup und Show Befehle:

SWITCH1#  setup
SWITCH1#  config 
SWITCH1#  show vlan
SWITCH1#  show config
SWITCH1#  show trunk
SWITCH1#  show vlan ports 20-24 detail
SWITCH1#  show vlan ports 3 detail
SWITCH1#  show vlan ports trk2 detail
SWITCH1#  show vlan ports all detail

"Config" Befehle:

SWITCH1# config 

VLANs anlegen

SWITCH1(config)# vlan 10 name zSERVER
SWITCH1(config)# vlan 20 name zCLIENT
SWITCH1(config)# vlan 30 name zWLANAP

Trunk-Port

SWITCH1(config)# vlan 1 untagged 24
SWITCH1(config)# vlan 10 tagged 24
SWITCH1(config)# vlan 20, 30 tagged 24

Access-Ports

SWITCH1(config)# vlan 10 untagged 1-10
SWITCH1(config)# vlan 20 untagged 11-20
SWITCH1(config)# vlan 20 untagged 21-30
wr mem