Hi,
the customer would like to save the (entire) configs of the devices affected by a VPN service deployment to a FTP server for backup.
We see (on the devices) that at the end of pushing the configs to the devices NSO implicitly does a "write memo...
Hi,
in a PoC the customer has come up with the following question:
How does NSO handle or can NSO handle multiple versions of the same template?
Imagine the following scenario:
We have a NSO test installation and a production installation as well...
Hi,
I was wondering if anybody here can come up with some good ideas on how to achieve the following:
The customer wants to push some Config from a VPN service...so far so good. That works fine.
He then wants to do a ping test (from PE router to CE R...
Hi,
I have a problem which I really dont understand. In one case it works, in another it doesnt.
Let's start with what works:
YANG:
leaf-list iphelper {
type inet:ipv4-address {
}
}
The Leaf List is filled with data from W...
Hi,
I have a service which configures VPN related data on the devices. In a first test the service went and tried to configure something on the device but that didnt work. It left the device in a sort of loop trying to configure sth. it just couldn...
In this video a Cisco NSO Pipeline Library for Jenkins is mentioned. Can anybody tell me where to access the documentation for that (as shown in the video)?Any further info on Jenkins usage in NSO projects (as requested by original poster) will also ...
a) Does this mean NSO doesn't support these commands for IOS devices?
It means that the IOS NED version you are using doesn't support that command. If you are already using the latest NED release then for all I know you will have to go through the...
OK...sorry...forget this last one:In the call it should be:template.apply('DBS_VPN-template', vars)So it is WITHOUT the .xml suffix. I was so focused on whether I had maybe spelled the template filename wrong that I never caught that the suffix shoul...
Hi thanks.
OK I will try the first example without foreach and see if it works (from your explanatin I also believe it will work).
As for the second example
OK...I also need some sort of counter which increments in steps of 5. How can I have such a...
Hi.
Thanks so far.
I have decided to create multiple templates and call them from my code.
Where before I had:
template.apply('DBS_VPN-template.xml', vars)
I now have:
template.apply('DBS_VPN-pe_access.xml', vars)
template.apply('DBS_VPN-pe_backbo...