CLI Switch: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
6vffdh (Diskussion | Beiträge) |
6vffdh (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
: [https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c04028664 HP 2920 Switch Series - Minimal Configuration Through the Console Port Connection] | : [https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c04028664 HP 2920 Switch Series - Minimal Configuration Through the Console Port Connection] | ||
− | : Aruba JL321A 2930M-48G Switch | + | : Aruba JL321A 2930M-48G Stacking Switch |
+ | : Aruba Stacking Module JL325A | ||
+ | : Aruba 10 G SFP+ Module J9150D | ||
: Aruba JL355A 2540-48G-4SFP+ Switch | : Aruba JL355A 2540-48G-4SFP+ Switch | ||
Zeile 17: | Zeile 19: | ||
SWITCH1# show vlan | SWITCH1# show vlan | ||
+ | |||
+ | show vlans ? | ||
SWITCH1# show config | SWITCH1# show config | ||
Zeile 22: | Zeile 26: | ||
SWITCH1# show trunk | SWITCH1# show trunk | ||
− | show lacp | + | show trunks ? |
+ | |||
+ | ip routing | ||
+ | |||
+ | show ip | ||
+ | |||
+ | show lacp | ||
+ | |||
+ | show interafaces | ||
+ | |||
+ | show running-config | ||
+ | |||
+ | sh ru | ||
+ | |||
+ | show cdp neighbors detail | ||
+ | |||
+ | show mac-address | ||
+ | |||
show interface 51 | show interface 51 | ||
Zeile 56: | Zeile 77: | ||
SWITCH1(config)# vlan 20, 30 tagged 48 | SWITCH1(config)# vlan 20, 30 tagged 48 | ||
SWITCH1(config)# wr mem | SWITCH1(config)# wr mem | ||
+ | |||
+ | Trunk-Port löschen | ||
+ | no trunk 1/A1, 1/A2 | ||
+ | wr mem | ||
Access-Ports erstellen | Access-Ports erstellen | ||
Zeile 62: | Zeile 87: | ||
SWITCH1(config)# vlan 20 untagged 21-30 | SWITCH1(config)# vlan 20 untagged 21-30 | ||
SWITCH1(config)# wr mem | SWITCH1(config)# wr mem | ||
+ | |||
+ | Vlan von dem port löschen | ||
+ | no vlan 3 untagged 37 | ||
+ | no vlan 4 tagged 37 | ||
Andere Variante "config" interface oder Gruppe: | Andere Variante "config" interface oder Gruppe: | ||
Zeile 82: | Zeile 111: | ||
ping 192.168.10.100 | ping 192.168.10.100 | ||
+ | |||
+ | |||
+ | == Stacking Switch Aruba Befehle == | ||
+ | |||
+ | stacking enable | ||
+ | |||
+ | show flash | ||
+ | |||
+ | show version | ||
+ | |||
+ | boot system flash primary | ||
+ | |||
+ | boot system flash secondary | ||
+ | |||
+ | boot set-default flash secondary | ||
+ | |||
+ | show configuration pending | ||
+ | |||
+ | configuration purge-pending-config |
Version vom 6. März 2023, 20:46 Uhr
HP 2920
- Aruba JL321A 2930M-48G Stacking Switch
- Aruba Stacking Module JL325A
- Aruba 10 G SFP+ Module J9150D
- Aruba JL355A 2540-48G-4SFP+ Switch
- Anschließen über COM Port USB Micro Kabel an die Console.
Befehle
Setup und Show Befehle:
SWITCH1# setup
SWITCH1# config
SWITCH1# show vlan
show vlans ?
SWITCH1# show config
SWITCH1# show trunk show trunks ?
ip routing show ip show lacp show interafaces
show running-config
sh ru
show cdp neighbors detail
show mac-address
show interface 51
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 SWITCH1(config)# wr mem
Trunk-Port erstellen an einzelnen Port
SWITCH1(config)# vlan 1 untagged 48 SWITCH1(config)# vlan 10 tagged 48 SWITCH1(config)# vlan 20, 30 tagged 48 SWITCH1(config)# wr mem
Trunk-Port mit LACP erstellen an eine Port Gruppe und Zuweisung von Vlans:
Aruba-Stack-2930M(config)# trunk 2/47,3/47 trk6 lacp Aruba-Stack-2930M(config)# interface trk6 Aruba-Stack-2930M(eth-Trk6)# untagged vlan 1 Aruba-Stack-2930M(eth-Trk6)# tagged vlan 10,20,30,40,50 Aruba-Stack-2930M(eth-Trk6)# wr mem
SWITCH1(config)# vlan 20, 30 tagged 48 SWITCH1(config)# wr mem
Trunk-Port löschen
no trunk 1/A1, 1/A2 wr mem
Access-Ports erstellen
SWITCH1(config)# vlan 10 untagged 1-10 SWITCH1(config)# vlan 20 untagged 11-20 SWITCH1(config)# vlan 20 untagged 21-30 SWITCH1(config)# wr mem
Vlan von dem port löschen
no vlan 3 untagged 37 no vlan 4 tagged 37
Andere Variante "config" interface oder Gruppe:
SWITCH1(config)# interface 31-40 SWITCH1(eth-31-40)# untagged vlan 10 SWITCH1(eth-31-40)# tagged vlan 20 SWITCH1(eth-31-40)# tagged vlan 30 SWITCH1(eth-31-40)# wr mem SWITCH1(eth-31-40)# exit SWITCH1(config)#
VLAN vom Port entfernen
SWITCH1(config)#interface 1 SWITCH1(eth-1)# no untagged vlan 10 1:These ports are moved to default VLAN.
- Test Befehle
ping 192.168.10.100
Stacking Switch Aruba Befehle
stacking enable show flash
show version
boot system flash primary
boot system flash secondary
boot set-default flash secondary
show configuration pending
configuration purge-pending-config