Troubleshooting
Troubleshooting netconfd-pro server errors
The server supports a debug mode in which NETCONF sessions can be established over a raw TCP socket, instead of the normal SSH or TLS transport protocols. ...
Thu, 24 Feb, 2022 at 3:55 PM
user@localhost> create /toaster
Filling container /toaster:
RPC Error Reply 2 for session 3 [default]:
rpc-reply {
rpc-error {
error-type protoco...
Tue, 26 Jun, 2018 at 5:39 PM
Problem Some YANG modules have top-level mandatory objects, even though this is not recommended for YANG design. This means that as soon as the modu...
Thu, 24 Feb, 2022 at 4:00 PM
The "Unknown Parameter" Error during the server loading can happen to several reasons. Not Acceptable Character In this scenario the server ...
Thu, 11 Jun, 2020 at 9:53 AM
In this article we are going to use ietf-interfaces YANG module as an example. Refer to the attachments. Problem Let us go through simple exampl...
Thu, 24 Feb, 2022 at 4:06 PM
In this article we are going to go through different problems that can happen during SNMP installation and or usage. First of all, in order to utilize t...
Thu, 21 Jan, 2021 at 3:17 PM
Some 32 bit ARM compilers do not handle alignment of packed structs correctly. This can cause the server to crash with a bus alignment error, noted by a SI...
Sat, 1 May, 2021 at 10:19 AM
This article describes how to debug performance issues with help of Valgrind, Callgrind and KCachegrind. Callgrind uses runtime instrumentation via the ...
Wed, 15 Dec, 2021 at 12:30 PM
If you want to run mtrace to find a memory leak: build with all your normal flags + MEMTRACE=1 make sure mtracefile does not exist in the $HOME dir ...
Thu, 24 Feb, 2022 at 4:11 PM
Summary This error indicates that the server datastores are not set or not accessible at the moment. Symptoms: Connection to the server succeeds, but ...
Sat, 31 Jul, 2021 at 5:25 PM