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