netzwerk:switches:fs.com:mlag
This is an old revision of the document!
Table of Contents
MLAG
Mlag erstellen zwischen zwei Switches.
Diese Schritte sind auf jeder Node durchzuführen. IP und VLAN muss nachtürlich angepasst werden.
Node 1
conf t vlan database vlan 4088 exit interface vlan 4088 ip address 10.249.237.11/24 exit interface range eth-0-53 - 54 description "*** MLAG ***" switchport mode trunk switchport trunk allowed vlan add 4088 channel-group 250 mode active exit interface agg250 description "*** MLAG ***" spanning-tree port disable exit mlag configuration peer-address 10.249.237.12 peer-link agg250 exit show mlag
Node 2
conf t vlan database vlan 4088 exit interface vlan 4088 ip address 10.249.237.12/24 exit interface range eth-0-53 - 54 description "*** MLAG ***" switchport mode trunk switchport trunk allowed vlan add 4088 channel-group 250 mode active exit interface agg250 description "*** MLAG ***" spanning-tree port disable exit mlag configuration peer-address 10.249.237.11 peer-link agg250 exit show mlag
Interfaces dem MLAG hinzufügen
Interface für Server oder andere Clients dem MLAG hinzufügen so da der Traffic über beide Switches geht.
Hier als Beispiel für ein klassiches Hypervisor Interface. Eines pro Switch.
Config muss natürlich auf beiden Switches gemacht werden.
conf t interface eth-0-5 description "*** SuperGeilerServer - eth0 ***" channel-group 20 mode active exit interface agg20 description "*** SuperGeilerServer ***" switchport mode trunk switchport trunk allowed vlan add 20,30,40-50 mlag 20
MLAG Interface Status
show mlag interface <#> Beispiel: show mlag interface 20
netzwerk/switches/fs.com/mlag.1708513788.txt.gz · Last modified: by stone
