This is a place for the automation community to aid in the development and delivery of projects and applications. Note that this is a public community targeting all NSO customers and partners. All content is unofficial and the NSO Developer Hub does NOT replace traditional support channels.
Hi, We are evaluating NSO version UP from 4.7.1 to 5.7.10.1 An Action point worked in 4.7.1 is not working after upgrade to 5.7.10.1 as below: <INFO> 13-Sep-2023::15:42:08.570 foo ncs-dp-385541-foo:main:0-4-usid-216-foo-show-alarms: - Action called...
I would like to send nso commands like "show ncs-state version" and get the output from a python code. I can't really find an example, and the guides are only showing how to send commands to the devices themselves.
Hi, In a junos device, you can use "deactivate" to disable a given configuration leaf. NSO handles "deactivate" by adding the XML attribute "inactive". I can do this in CLI but how can I do it in python? Thanks, Roque CLI output: admin@ncs(co...
Measuring and Optimizing Network Power Consumption with Crosswork Data Gateway (CDG), NSO, and Open-source Tools Automation Developer Days, May 10, 2023 Abstract: We are showing how to utilize Crosswork Data Gateway (CDG) and open-source tools to pr...
Hi,packages package NAME redeploy we all know this one.I would like to augment CLI to add more options where redeploy is.Tried the plug-and-play command scripting but I can't figure out how to daisy chain command and params together in correct hierar...
Hello,I developed an NSO service to configure a keychains on CiscoXR router "CiscoXR 7.4.2 version". NED is not allowing me to send the keystring as cleartext.'''<keychain><chain-name>{chain_name}</chain-name><keys><key><key-id>1</key-id><key-string>...
Hi there, After attending the NSO Developer Days in Stockholm I started working on my own services. After a few simple template based services, I started using Python to generate configs based on input from different sources. I love the options NSO o...
Hi:I recently face a strange problem:When I do a sync-from to a device, I got the following error"unknown_element: for /rpc/get-config: Unsupported YANG module tailf-netconf-inactive"The NSO version I am using is: NSO-5.7.3Can anyone help please?Than...
HelloWe have to do "commit reconcile" on a set of NSO services from python. We are using:1) We open a write transaction "t"2) We do touch in one or several service instances:root.services.xxx.touch()3) We do commit reconcile:cp = ncs.maapi.CommitPara...
Hi,I have a question about NSO rollback.Can I do rollback programmatically?if I have a service model touches device then later user wants to rollback. Canuser send a request to NSO and NSO rollback the configuration programmatically?THXsm000x
Hello, I want to block all modifications on interfaces that have "BL" in their description, only allow read access. The NACM rule looks like this: rule deny-interfaces-with-BL-descriptionmodule-name*path /devices/device/config/configuration/interface...
Hello Community,I am working with the TAC & BU to develop a custom NSO NED. When they provide updates, they request confirmation regarding the functionality of specific commands.Example Commands: -- (line 40) : 'hostname bulbasaur01' -- (line 41) : '...
Hello everyone, I wanted to let you know that we are currently in the process of updating our existing Interactive Learning Labs to NSO 6.1.2.1 in local install mode. The exciting news is that we are now using a container based on the NSO production ...
Using Navu or Maapi API for live status command has issue if command has non-unique elements. Example : "admin copy harddisk:/ApolloDIAGSoftware-0.7.0.tar.gz location D1/CB0/CPU0/VM1 harddisk:/ApolloDIAGSoftware-0.7.0.tar.gz" In the above command so...
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the NSO Developer community: