On Sun, Oct 13, 2013 at 01:02:35PM +0200, Noam Liron wrote:
> I was wondering if setting an IP to a lag (bond) is possible in OVS, meaning 
> - when a packet is routed to a lag, it will load-balanced to the router's 
> next-hop.
> 
> The way I tried to configure it, is by:
> 1. Create a bond, and add a vlan tag to it.
> 2. Create an interface of type - internal, and add it to the bridge. Then 
> configure it with the same tag from (1), and an IP. That IP is suppose to be 
> the lag IP.
> 
> This way, when a packet is routed using the above IP, it will reach the lag, 
> but will it be load-balanced by the lag?
> It didn't work for me in OVS 1.4

That will work.  Make sure that your lag is actually L4 load balanced
(this requires LACP support on the next-hop switch).
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to