-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSPF topology to Drawio #28
Comments
newbie comment : it will be very good if we can save as to drawio or visio. or ability to modify javascript result to :
thanks. |
Hi @pengembaratemporer , |
hi @Vadims06 , do you think adding IP Address of point to point link is useful ? Thank You. BTW, attached is proposed textfsm for ZTE router for ISIS database. |
@pengembaratemporer, |
I think that a better approach would be to use an editable format, like graphml. There are potentially to good python libs to obtain a graph in graphml format: pyyed and/or N2G; I like the later better. Graphml is a standard format to treat graphs. There is a cool diagram program called yEd, also Gephi and I believe Drawio also accepts graphml. The interesting thing about graphml with, say, yEd, is that you can edit the network offline, pretty much like working with Visio (only better compatibility). |
@laimaretto thank you for your valuable feedback. I was going to use N2G package to build and edit a XML-based diagram, I also like it! I bet that Drawio also supports graphml, but anyway it's good point to test diagram visualization in yEd or Gephi as well. Could you please share your use-cases, when you use graphml/drawio - based diagram? |
I though it can be valuable to have an option to export OSPF topology view to Drawio scheme and then to SVG or PNG format. Please comment if you thing the same.
The text was updated successfully, but these errors were encountered: