NSO Developer Hub Discussions

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

Forum Posts

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

Hi everyone. We are using NSO 4.7.2.1 Now we are trying to use Python 3.6.6 NSO 4.7.2.1 Development / Chapter 3. The NSO Python VM says as follows.   Configure NSO to use a custom start command (recommended) NSO can be configured to use a custom star...

Koji Yokoe by Cisco Employee
  • 3207 Views
  • 6 replies
  • 0 Helpful votes

 How to rollback the configuration file with the name <name>0</name> from rollback configuration datastore per REST-API?Do I need a HTTP-POST-requests to start the rollback? <rollbacks xmlns="http://tail-f.com/ns/rest" xmlns:y="http://tail-f.com/ns/r...

DTtb by Level 1
  • 2056 Views
  • 3 replies
  • 0 Helpful votes

I've enabled the internal NSO ssh server on port 2024 and can login just fine.  What I'd like to do is use preshared SSH keys instead of password to authenticate that connection.  what configuration do i need to make this work?admin connected from 12...