NSO Developer Hub Discussions

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

Forum Posts

We are seeing an odd problem in lab testing.We have a test topology of ASR9902, 8201 and N540.The services code attempts to retrieve the PID of the device using live-status through the netconf NED.In many cases, the value is returned correctly but ra...

Cisco NSO use netconf NED to manage some juniper routers."show devices device xxx capability" from NSO returns below line, indicating the router is a commit-confirmed capable router."capability urn:ietf:params:xml:ns:netconf:capability:confirmed-comm...

jmsherry by Frequent Visitor
  • 5678 Views
  • 9 replies
  • 0 Helpful votes

We use nso to configure juniper junos routers via netconf ned.We have a service template to apply interface egress shaper, which is equivalent to the below junos cli command: set class-of-service interfaces xe-0/0/10 unit 2819 shaping-rate 1g The ser...

jmsherry by Frequent Visitor
  • 3616 Views
  • 2 replies
  • 0 Helpful votes

I've been trying to use the yang-patch method with JSON data to write changes to device configurations in NSO, but have been having trouble making it work. Below is the JSON data I am trying to send to /restconf/data to configure an IOS device:   { "...

tcragg1 by Cisco Employee
  • 8570 Views
  • 5 replies
  • 5 Helpful votes

I’m working on a project with two separate Cisco NSO instances — one acting as the NFVO and the other as the SDN controller for MPLS. I’m considering merging them into a single NSO instance to share infrastructure resources and simplify the setup. Is...