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:
2025-11-28 09:15:36 +00:00
parent 02d41fde2e
commit 8c3eb7f2d2
9 changed files with 12 additions and 12 deletions

View File

@@ -74,7 +74,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host1
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host1

View File

@@ -74,7 +74,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host1
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host1

View File

@@ -84,7 +84,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host2
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host2

View File

@@ -84,7 +84,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host2
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host2

View File

@@ -75,7 +75,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host3
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host3

View File

@@ -74,7 +74,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host3
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host3

View File

@@ -90,7 +90,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host4
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host4

View File

@@ -90,7 +90,7 @@ interface Ethernet12
! Host-facing interface (MLAG)
interface Ethernet1
description host4
channel-group 1 mode active
channel-group 1 mode on
!
interface Port-Channel1
description host4

View File

@@ -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