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 need to lock a sub-tree of the CDB.I developed an Action that reads and modifies data shared across all calls. Unfortunately, this action is usually invoked in bursts (around 10 calls within a fraction of a second), so multiple executions end up mo...
I develop a tool base on NSO Action. I'd like to log the input received by the Action. I can do that with a lengthy code that access to all the data (including containers and lists) to retrive and log each data.I wonder if a smarter way to do so exis...
I'm defining a service that request feature on a NED available only for selected NED version.If I define the template as usual I got erro at load-time:reload-result {
package snfeSERVICE
result false
info snfeSERVICE-SNMP-template.xml:109 Element: 'p...
NSO considers non in sync a service that configures static routes because of a different order. The order on the configuration is not relevant (non in this specific case, nor in general) since the router behaviour is specified by the ip routing IP ru...
I want to create Actions to manipulate proplist of services.Using python I'm able to create or change proplist items. I tried also to delete an entry. Non error but no effect.with ncs.maapi.Session(m, uinfo.username, uinfo.context): with m.start_w...
Thank you for the reply.I guess that the second option, that is the one I need, has a general impact. Is it correct? Will be block all the transaction i NSO?
The latter.I'd like to have simple templates, that does not include NED information, because, if I have to add new NEDs I should modify all the template files.I read that it is possibile to limit the NED versions applicable declaring them in the pack...
Thank you!I understand the point and I verified as you suggested, that if I create the routing-instance before the creation of the service it is OK.My purpose is to let operation people to modify/enhance the configuration of the VPN service e.g. for ...