Support for PortChannels ? (both classic and to two switches)
Opened this issue · 2 comments
marhyno commented
Hi, amazing project I was wondering if there is any possibility to implement drawing for portchannels, i know there is a BUNDLE option but I was wondering if we can improve graphic to both classic setup like from switch to switch and from one switch to two switches (as we have such topology in our environment)
Look at the ovals below ? Would it be hard to implement ? Can I do it by myself ?
codeout commented
The first classic one looks possible with CSS or SVG trick, I think, but the second one (multi-chassis lag) should be difficult to implement as we need:
- Put
POP03-ag02
andPOP03-bb01
in line - Draw an oval over two lines
Step 1 requires an additional layout algorithm which needs extra time to implement.