User Tools

Site Tools


netzwerk:switches:picaos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
netzwerk:switches:picaos [2022/03/24 14:57] stonenetzwerk:switches:picaos [2023/01/25 15:47] (current) – [Interface LACP via MLAG Trunk Mode] stone
Line 334: Line 334:
 </code> </code>
 \\ \\
 +
 +
 +==== Mac Addresen Table ansehen ====
 +<code>
 +run show mac-address table
 +
 +Anzeigen von einem Interface
 +run show mac-address table | match te-1/1/1
 +</code>
 +
 +
 +
 \\ \\
  
Line 380: Line 392:
  
 ==== Anlegen von VLANs ==== ==== Anlegen von VLANs ====
-Empfehlung ist nur ein VLAN pro CLI Zeile anzulegen da dies immer ein Objekt darstellt. Möchte man zb. einen VLAN Block von 10-20 anlegen und später das VLAN 11 löschen geht dies nicht. Man muss den ganzen Block löschen und die anderen VLANs wieder hinzufügen.\\+Eine Empfehlung ist nur ein VLAN pro CLI Zeile anzulegen da dies immer ein Objekt darstellt. Möchte man zb. einen VLAN Block von 10-20 anlegen und später das VLAN 11 löschen geht dies nicht. Man muss den ganzen Block löschen und die anderen VLANs wieder hinzufügen.\\ 
  
 <code> <code>
Line 449: Line 462:
 set interface gigabit-ethernet <port> description "Beschreibung" set interface gigabit-ethernet <port> description "Beschreibung"
 set interface gigabit-ethernet <port> ether-options 802.3ad <ae#> set interface gigabit-ethernet <port> ether-options 802.3ad <ae#>
 +set protocols mlag domain <mlag-domain #> interface <ae#> link <#>
 +set interface aggregate-ethernet <ae#> aggregated-ether-options lacp enable true
  
 Beispiel: Beispiel:
Line 456: Line 471:
 set interface gigabit-ethernet te-1/1/17 description "*** Server01 ***" set interface gigabit-ethernet te-1/1/17 description "*** Server01 ***"
 set interface gigabit-ethernet te-1/1/17 ether-options 802.3ad ae6 set interface gigabit-ethernet te-1/1/17 ether-options 802.3ad ae6
 +set protocols mlag domain 1 interface ae6 link 6
 +set interface aggregate-ethernet ae6 aggregated-ether-options lacp enable true
 +</code>
 +\\
 +Muss man später mal ein VLAN hinzufügen muss man davor die alte Zeile löschen. Keine sorge dies geht online. Hier ein Beispiel
 +<code>
 +delete interface aggregate-ethernet ae6 family ethernet-switching vlan members 3-6
 +set interface aggregate-ethernet ae6 family ethernet-switching vlan members 3-6,11
 </code> </code>
 \\ \\
Line 484: Line 507:
  
  
 +===== Routing =====
 +==== Default GW ====
 +Man kann kein direktes default GW setzten aber man kann einfach eine Default Route setzten.
 +<code>
 +set protocols static route 0.0.0.0/0 next-hop <GW>
 +</code>
 +
 +==== Routen setzten ====
 +Setzten einer speziellen Route
 +<code>
 +set protocols static route <network/subnet> next-hop <GW>
 +
 +Beispiel:
 +set protocols static route 10.10.1.0/24 next-hop 10.10.6.1
 +</code>
 +
 +
 +\\
 +\\
 ===== MLAG ===== ===== MLAG =====
 ==== MLAG Status ==== ==== MLAG Status ====
Line 560: Line 602:
 Infos folgen noch... Infos folgen noch...
 \\ \\
 +
 +
 +\\
 +===== SNMP =====
 +Setzten einer SNMP Community.
 +
 +<code>
 +set protocols snmp community supergeil
 +set protocols snmp community supergeil authorization read-only
 +set protocols snmp contact support@heisl.org
 +set protocols snmp location Datacenter
 +commit 
 +</code>
  
  
netzwerk/switches/picaos.1648133864.txt.gz · Last modified: by stone