Multiaccess link on virtualized switch #1325
Replies: 4 comments 3 replies
-
Too resource intensive imho, plain Linux bridge works great for this. People that want this can declare it explicitly in their topology |
Beta Was this translation helpful? Give feedback.
-
If you want to do that, you can define the links within the vlans definition. They have to be P2P links though. I was thinking about implementing a bridge functionality (plugin) that would automatically define access VLAN 1 on all ports of a node with role: bridge in case nothing else is defined there. You could then use a Linux container, or any regular network device to be the bridge. Compared to builtin Linux bridges, you'd get more visibility, and you could use devices you're more familiar with (for example, IOSvL2). Performance would suck though. |
Beta Was this translation helpful? Give feedback.
-
Oh, and of course the bridge plugin could rewrite multi-access links into hub-and-spoke topology going through a bridge, but I don't know what the benefits of that would be. If you want to apply a set of attributes to a number of links, you can always use link groups. |
Beta Was this translation helpful? Give feedback.
-
@DanPartelly: How do you envision turning multi-access links into a hub-and-spoke topology? In particular:
Now for the fun part: what happens if you have two bridges connected to the same multi-access link? I'm guessing we should try to keep our sanity and declare that an unsupported topology. Comments? Improvements? Suggestions? Anything else I've missed? |
Beta Was this translation helpful? Give feedback.
-
Not sure how valuable this would be. Ive been working on some narbik inspired labs. I worked with some multi access links, and once I got it working, it worked well. But what about having multi access links on a virtualised switch, for example on a iosvl2, in a succinct way. like [r1-r2-r3-sw1] [r4-r5-sw1], maybe coupled with the VLAN module ? Again, frankly, Im not sure its a worth having feature, hence a discussion first.
Beta Was this translation helpful? Give feedback.
All reactions