Fix MLAG and host interface configuration
Changed the channel-group mode to "on" on the host-facing interfaces. Changed the bonding mode to balance-rr in the clab file.
This commit is contained in:
@@ -72,7 +72,7 @@ topology:
|
||||
mgmt-ipv4: 172.16.0.101
|
||||
image: alpine:latest
|
||||
exec:
|
||||
- ip link add bond0 type bond mode 802.3ad
|
||||
- ip link add bond0 type bond mode balance-rr
|
||||
- ip link set eth1 master bond0
|
||||
- ip link set eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
@@ -83,7 +83,7 @@ topology:
|
||||
mgmt-ipv4: 172.16.0.102
|
||||
image: alpine:latest
|
||||
exec:
|
||||
- ip link add bond0 type bond mode 802.3ad
|
||||
- ip link add bond0 type bond mode balance-rr
|
||||
- ip link set eth1 master bond0
|
||||
- ip link set eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
@@ -95,7 +95,7 @@ topology:
|
||||
mgmt-ipv4: 172.16.0.103
|
||||
image: alpine:latest
|
||||
exec:
|
||||
- ip link add bond0 type bond mode 802.3ad
|
||||
- ip link add bond0 type bond mode balance-rr
|
||||
- ip link set eth1 master bond0
|
||||
- ip link set eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
@@ -106,7 +106,7 @@ topology:
|
||||
mgmt-ipv4: 172.16.0.104
|
||||
image: alpine:latest
|
||||
exec:
|
||||
- ip link add bond0 type bond mode 802.3ad
|
||||
- ip link add bond0 type bond mode balance-rr
|
||||
- ip link set eth1 master bond0
|
||||
- ip link set eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
|
||||
Reference in New Issue
Block a user