NSO Developer Hub Discussions

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

Forum Posts

Hi All, I am new in NSO, I have a generic question about NSO. I am using "nso-5.1.0.1". I create a service (writes some java code) that writes some configurations on two Cisco XR devices as per my requirement. When I delete that service NSO removes s...

Hi, I have created juniper ned by using ncs netconf ned creation method, but after adding a new device using the same ned getting connection refused. Package Reload Successful and also there is no error during compilation. }reload-result {package jun...

Hi all,I have to implement a java service which executes the following command:devices device deviceName live-status xpon-stats:exec show running-config-interface xgei-xx/xx/xx This is  java code to implement the first part of the command:   NavuCont...

I have a yang model that needs to reference "servers/nodes" on two types of devices (F5 and A10). For F5:root@ncs(config)# devices device slb01sqsccc config bigip:ltm node ?This line doesn't have a valid range expressionPossible completions:name test...

----------------------CFS------------------------admin@ncs-cfs(config-vlan-cfs-ios_real1/126)# topadmin@ncs-cfs(config)# casb services vlan-cfs device ios_real1 vlan-id 126 cisco-ios svi-flag true admin@ncs-cfs(config-vlan-cfs-ios_real1/126)# cisco-i...

saravsu2 by Cisco Employee
  • 935 Views
  • 2 replies
  • 0 Helpful votes

Dear Community,   Can not subscribe to a netconf stream using ncclient (same code working well with NSO version 4.7).    Code:     from ncclient import manager def start(): conn=manager.connect(host="192.168.137.235", port=2022, username="admin", ...