Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm converting some Lux tests and instead using Pytest which connects to NSO through Netconf with ncclient. I think it works quite nicely, as it's both easier to write and validate the tests and they also run a lot faster.
I am a bit stuck on the r...
In a lot of situations you have several routers or switches you want to have configured in a similar way. Say you have 12 routers at different branch offices there will be parts of the configurations you want all those routers to share.I had been loo...
I ran into a similar issue and also assumed that nested if-statements wasn't supported. Looking at the l3vpn.xml file you referenced I can see that this was incorrect. It might just be a limitation of how or where you can use if statements. Using the...
Thanks!
It's so apparent when you see how you should do it. I was looking around to trigger a show command when I could grab the actual config instead.
I'm happy now but I have a small follow up. When I get the configuration I see a reference cou...