Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Experts,The device is netconf based. I built the NED for this device.I tried to connect the device via NSO, but the connection closed unexpectedly by NSO.I checked the trace log. It showed that the NSO closed connection while getting the module in...
Our device is neconf based.I've made a NED package for the device.Once I connect to the device from NSO, I got error. The ssh connection is closed by NSO.How can I capture the log from NSO?I've set "devices global-settings trace pretty", but I didn't...
I met below error when reload package drned examiner:admin@ncs# packages reload>>> System upgrade is starting.>>> Sessions in configure mode must exit to operational mode.>>> No configuration changes can be performed until upgrade has completed.>>> S...
Hi,Our device uses the same port 830 to ssh netconf-yang and open-config. By identifying the difference, the netconf subsystem parameter is used. To connect netconf-yang, we use ssh -p 830 localhost -s netconf-yangTo connect openconfig, we use ssh -p...
Followed steps to build NED but failed with internal error:Here is the path for the project I built:admin@ncs# show netconf-ned-builder project tail-R6274 netconf-ned-builder project tail-R6274 22.1download-cache-path /root/nso-5.5/ncs-run/state/netc...
I've set the read-timeout and write timeout for the device to 600, but NSO still failed to connect to device.From the trace log, the output ended at the get part:<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"><data><yang-li...
From the trace log, I could see the hello message, the capalibilities have been replied by device. The last lines of the trace log are as follows:>>>>out 15-Nov-2021::18:16:44.552 user: admin/180 thandle 1893 hostname localhost.localdomain device R6K...
Yes, it's the case we have now.Thanks a lot for your info, we reset the env, the package could be reload. I want to capture the communication logs between our device and NSO, can it be captured by the tool?