NSO Developer Hub Discussions

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

Forum Posts

Based on YANG 1.1, you can make a container and all the leafs under the container as mandatory, eg:       container rsp {          mandatory true;          leaf interface {            type string;          }          leaf logicalInterfaceId {        ...

Steven Li by Level 1
  • 3389 Views
  • 2 replies
  • 0 Helpful votes

Hi, in a PoC the customer has come up with the following question:   How does NSO handle or can NSO handle multiple versions of the same template? Imagine the following scenario:   We have a NSO test installation and a production installation as well...

Hi ! I dont find few  NSO  CLI equivalent commands for certain commands which works in device(IOS) when executed directly. Eg: spanning-tree backbonefast      class REALTIME_IN      class class-default a) Does this mean NSO doesn't support these comm...

Chitra by Cisco Employee
  • 1557 Views
  • 3 replies
  • 0 Helpful votes

I have seen some posts about how to perform a commit-dry-run in a python action such as the below: https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-write-nso-action-python-to-get-its-dry-run-output/td-p/3499887   However when I try...

After you commit your request on commit-queue via cli command line or via REST API or RESTCONF API , a commit-queue item/ID would be returned, eg: queue-item 9494530158, you then can query your request's status via cli command line:   ncs# show devic...

Steven Li by Level 1
  • 2065 Views
  • 1 replies
  • 0 Helpful votes