[ask] ovs with bond0 + vlan not working in proxmox 7

n0bie

Member
Dec 28, 2021
69
2
13
37
helo experts,
i am struggling to establish bonding with 2 sfp+ interface right now in latest proxmox 7.
here is our simple configuration in the screenshot.

am i missing something? after reboot and we still not able to reach the juniper switch.
here is our juniper conifguartion:

Code:
xe-0/1/0 {
        ether-options {
            802.3ad ae0;
        }
    }

xe-0/1/1 {
        ether-options {
            802.3ad ae0;
        }
    }


    ae0 {
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ vlan200 vlan999 vlan300 ];
                }
            }
        }
    }


appreciate your help.
 

Attachments

  • Screenshot from 2022-07-16 19-42-47.png
    Screenshot from 2022-07-16 19-42-47.png
    87.6 KB · Views: 5
Last edited: