Skip to main content
Solved

Change bond Mode on AHV Hosts

  • April 15, 2026
  • 6 replies
  • 55 views

Forum|alt.badge.img+2

Hello,

Today I have delivered a three node Cluster to customer.

Cluster was Set Up a few days ago in my Environment with a flat Switch.

Bond mode for both vswitches is active-backup.

Unfortunately Customer had prepared his ToR switches with LACP.

All hosts and CVMs cannot communicate.

What is the recommended procedure to fix ist?

  1. Change bond Mode host by host with manage_ovs  OR
  2. Let network team configure the switches (disable LACP) and configure the clusternodes via Prism, after that let Network Team enable LACP

Kind regards,

Thomas

 

Best answer by JeroenTielen

Ask network team to enable LACP fallback. Then the nodes will communicate again. Then change bond mode to lacp in gui (prism element → virtual switch → enable lacp). 

 

You can also change the virtual switch via the cvm cli: (make sure you chose the correct interface names)

manage_ovs --bridge_name br0 --interfaces eth0,eth1 --require_link=false --bond_mode balance-tcp --lacp_mode=fast --mtu=1500 update_uplinks

Reboot node. 

6 replies

JeroenTielen
Forum|alt.badge.img+8
  • Vanguard
  • Answer
  • April 16, 2026

Ask network team to enable LACP fallback. Then the nodes will communicate again. Then change bond mode to lacp in gui (prism element → virtual switch → enable lacp). 

 

You can also change the virtual switch via the cvm cli: (make sure you chose the correct interface names)

manage_ovs --bridge_name br0 --interfaces eth0,eth1 --require_link=false --bond_mode balance-tcp --lacp_mode=fast --mtu=1500 update_uplinks

Reboot node. 


Forum|alt.badge.img+2
  • Author
  • Trailblazer
  • April 16, 2026

Thanks Jeroen!

Kind regards,

Thomas 


Forum|alt.badge.img+2
  • Author
  • Trailblazer
  • April 16, 2026

Update 


Forum|alt.badge.img+2
  • Author
  • Trailblazer
  • April 16, 2026

Network Team means that there is no LACP Fallback Option on its Extreme switches.

No exos but VOSS/Fabric Engine Switches...


javichumellamo
Forum|alt.badge.img

Hi Thomas

In such that case, I’m afraid the only option is to change bond mode at every host


Forum|alt.badge.img+2
  • Author
  • Trailblazer
  • April 17, 2026

All is fine now. I’ve changed node by node to balance-tcp via manage_ovs …

The only thing that I had to do after that was “recreating” vs in PE.

thanks.