Eric Lindsjö

Results 16 comments of Eric Lindsjö

Just submitted PR for tool to do initial config of routers with napalm, that could easily be extended to also verify the topology.

https://github.com/napalm-automation/napalm-ros has no support for modifying configuration. :( Also, there doesn't seem to be any support for the HP router in napalm.

Do you typically have a configuration file that you want to merge with the running vrnetlab standard config? If that's the case then a possible solution that isn't model specific...

I've opened a pull request #114 that implements this single router configuration mode and the --wait-for-boot blocking. Will this solve your issue, @htj ?

Wouldn't a file be better than trying to cram it all on the command line?

I see where this is going ;) Also, as you've stated before, repeating --extra-config for each line would be prettier than semi-colon separated list of commands. Possibly with a short-hand...

is there really no v6 in vr-bgp?

Ah, I see. I'm going to implement all this for my network soonish, I can most certainly update the examples then. :)