Is it possible in Proxmox to limit bandwidth with Open vSwitch on a per VLAN (or bridge) basis?
E.g
bond0 - eth0 eth1
bond1 - eth0.5 eth1.5
vmbr0 - bond0
vmbr1 - bond1
But then have vmbr0 as a whole limited to 100Mbit and vmbr1 limited as a whole to 1Gbit?
Thanks
Do you mean limited to external ? (bond0 100mbit and bond1 1gigabit ?
if yes,
http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/
ovs-vsctl set Interface bond0 ingress_policing_rate=100
ovs-vsctl set Interface bond1 ingress_policing_rate=1000