NSO Developer Hub Discussions

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

Forum Posts

Hi,   I am trying to read a csv file from an OS directory and parse its output to nso config. I wanted to implement on the same lines as that of nso in-built command: admin@ncs(config)# load mergePossible completions:<filename> README.ncs devices.xml...

  private static void traverse(NavuNode curr) throws Exception   {         if (curr instanceof NavuContainer)     {     NavuContainer currContainer = (NavuContainer)curr;          Iterator<NavuNode> iter = currContainer.children.iterator();        ...

suvdeshm by Cisco Employee
  • 757 Views
  • 1 replies
  • 0 Helpful votes

I am wanting to spawn off syslog messages after creating a service.  The syslog should have details about the service.  Is there a way built into NSO to create a custom NSO syslog message with these details.  If there is, could someone point me in th...

dapryor by Cisco Employee
  • 836 Views
  • 2 replies
  • 0 Helpful votes

Hi, We are trying to utilize NSO for template updates to devices over at my work. And i am trying to see the feasibility of our needs. We need to be able to update/remove configurations in devices as per what is in the template.  for now we intend to...

rt228x001 by Level 1
  • 3187 Views
  • 3 replies
  • 0 Helpful votes

Guys, I’m running into a local netsim device connect issue, when I try to connect the device, it returns me the error with “info Failed to connect to device c2: connection refused: Key exchange was not finished, connection is closed. in new state"...

kuiliu by Cisco Employee
  • 1877 Views
  • 2 replies
  • 0 Helpful votes

Netconf NED is generating the below query ware key tag is used twice. In the below request number tag is added twice. <number>3</number><number/> is this as per netconf standard, how to avoid this double tag?   >>>>out 24-Apr-2019::11:05:19.244 user:...

pradc by Cisco Employee
  • 906 Views
  • 1 replies
  • 0 Helpful votes

nso version 4.7.2.1, system installation    we found nso user 'admin' get access  error when call an action , but read/write service model is okay we use pam as aaa,  run cli usermod -a -G 'ncsadmin' 'admin' to grant all access to user admin accordin...

jinlliu by Cisco Employee
  • 2570 Views
  • 9 replies
  • 0 Helpful votes

Hello, I'm beginner in NSO, and I wanted to implement Service Reconciliation mechanism, so I built the vrf example of service reconciliation applying the reconcile template.After making few tests I figured out that this example doesn't handle deletin...

igotni by Level 1
  • 2346 Views
  • 5 replies
  • 0 Helpful votes