Replies: 2 comments
-
I totally understand the use case, but I hate throwing too many nerd knobs at netlab CLI. What you're looking for is really easy to do:
Making a bash script that would do the same (plus set some variables) is also trivial. Why should a tool reinvent an easy-to-implement wheel? It might make sense though to accept output directory in an environment variable (and chdir to it before calling output modules). Thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved with netlab up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on BGP Add path using SROS it occurred to me that it would be nice if one could create a single topology file to evaluate multiple different solutions/options
In my case, I would have 2 scenarios:
The device topology and links would be the same, just a different combination of vendors/OS choices for different nodes.
Of course one can always create 2 topology files, but that disregards a main intent (evaluating several alternatives against the same setup)
To implement this, it would be nice if 'netlab create' would put its generated files in a sub-directory (per scenario), instead of "polluting" the main directory
Beta Was this translation helpful? Give feedback.
All reactions