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.
Hello, We observed that NSO synchronization (netconf) could be very long for devices with more than 20Mb of configuration (15minutes for a sync-from and 5 minutes for a partial-sync over junos:configration/firewall). We have made some tests in th...
Hello, Is it possible to loop over a Python variable in a XML service template ?For example in a Python I have imported a yaml file : system: dns: truc.fr: ip: 1.1.1.1 1.2.3.1And in the template I wa...
Hello,
I would like to perform over JUNIPER devices :
rguilloux@ncs(config)# deactivate devices device ysty....
I wants to use ncs maapi/maagic python API to perform it but I don't find any command in root object for it :
with ncs.maapi.M...
Hello,
I've made a python package that I have install using pip, in NSO I have created a cli command that uses my python package but it failed : I want to know which python and pip NSO uses ? and how to create a script command using external python...
Hi.
Some times after instantiate a service in NSO, I have got the following result from a check sync :
sync-result {
device RNET-E14
result unknown
}
Do you know what it mean ? When I have in sync or out of sync result I understand but n...
Actually I don't want to set global settings since I have other services that can be activated at the same time.
Your second idea seems good. I'll try it, do I need Pronghorn to manage my workflow like this ?
1-input : myinput + myflags
2-action to ...