NSO Developer Hub Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

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...

rogaglia by Cisco Employee
  • 2746 Views
  • 4 replies
  • 0 Helpful votes

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...

u.avsec by Spotlight
  • 842 Views
  • 1 replies
  • 1 Helpful votes

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>...

emilgamal by Visitor
  • 4495 Views
  • 20 replies
  • 0 Helpful votes

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...

Denis10 by Frequent Visitor
  • 859 Views
  • 1 replies
  • 0 Helpful votes

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) : '...