Replies: 1 comment 3 replies
-
|
There's no one-sided LAG (by the IEEE definition of LAG?) Either you implement MLAG on the switches, or you're using some Linux-specific trick on the server side, in which case I don't think we want to know about the details ;) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As discussed I'd like to add lag support for Linux hosts, and one scenario is like this:
i.e. a Linux host connected to 2 switches. In general, it is possible to have a bondX interface on the host side, and nothing special on the switches; the host can choose which link it wants use for active/backup. The switch needn't support the lag module at all for this
Currently, Netlab complains that the switch needs to have lag enabled. I tried setting a
lag: Falseattribute on the interface, meaning ignore the lag - but that's not allowed either, given that it's an attribute from an unsupported moduleA possible resolution could also be "it's a corner case - just require lag support for all nodes". Just asking for opinions
Beta Was this translation helpful? Give feedback.
All reactions