NSO Developer Hub Discussions

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

Forum Posts

Hello,   I have a real nx device, I am trying to sync it on NSO by using devices sync-from, I get result as "true". However, when I compare the configuration of any interface let's say Ethernet 1/39, I see many configs which are present on device but...

neetimit by Cisco Employee
  • 2020 Views
  • 5 replies
  • 0 Helpful votes

Hi,How can I monitor both $ZOMBIE and $SERVICE in the same pre-condition? $ZOMBIE only works when the entire service is being deleted. But if I have a component in the nano-service that is being deleted, I would have to use $PLAN (or $SERVICE) in the...

I integrated ESC and NSO. sync was completed. and i committed the vnfd, vnf-info but it didn't create any instance...  and i got these error below, could anyone help me out 

errorC.PNG
sujlee2 by Cisco Employee
  • 970 Views
  • 0 replies
  • 0 Helpful votes

Testing out trying to use yang-patch (rfc 8072) for pushing two edits of the same service in one restconf call. I can get the yang-patch to work fine and it creates two services and commits them with the one call.The problem I am running into is not ...

tsiemers1 by Spotlight
  • 1877 Views
  • 3 replies
  • 0 Helpful votes

I tried to build xr662 netconf ned by nso5.2.x native netconf ned builder tools, as follow: admin@ncs# netconf-ned-builder project xr 6.6 fetch-module-list admin@ncs# netconf-ned-builder project xr 6.6 module Cisco-IOS-XR-* * select admin@ncs# netco...

Yong Zhao by Cisco Employee
  • 2060 Views
  • 1 replies
  • 0 Helpful votes

I am trying to delete all user-defined configuration on a device using NAVU API in action package, but when I traverse the tree, I get all the default leafs as well for example for nx device these are default configs and not done by operator explicit...

neetimit by Cisco Employee
  • 1001 Views
  • 2 replies
  • 0 Helpful votes

I'm trying to create and apply a template in NSO 4.7 directly through the Python code, using Maapi and I'm not getting it. Is there any way to do this?I found an example that it's possible to change the devices via Maapi but I can't create any templa...

System Env.:  OS: Ubuntu 19.04 Python: 3.6.6 Jdk: 1.8 Ant 1.10.6   NSO Env.: NSO 5.2.0.1 NED's: cisco-iosxr-cli-7.13 cisco-nx-cli-5.10   Error:  ======== CREATE ncsc-out/modules/fxs/tailf-ned-cisco-nx.fxs mkdir -p tmp-yang/config cp tmp-yang/tailf-n...

Hi, I just became aware that the type leafref doesn't fail if the user enters something other than a leafref. This confused me, because NSO will throw an error if a user attempts to use a value other than one specified by a type enumeration. NSO will...