Hello,
I am trying to do some NETCONF calls but until now without any success, is there a way of providing an example on how ones should do this calls within a protocol?
Thanks,
Bruno Antonio
Hi Bruno,
I could not find a generic connector that can provide you an example of NETCONF calls, however I remember that the Cisco ASR Manager (version 1.0.4.x) supports this protocol.
If I am not mistaken the connector sends the NETCONF calls via SSH protocol. After the sending the 'hello' request, you will receive the capabilities of the device. The available capabilities depends of the device. Furthermore, some changes in the device implies sending more than one command, in a specific order.
In order to troubleshoot any issues with the your requests, I recommend you to use a client (e.g. netconf_client). This tool will help you to determine if the request sent to the device is accepted and processed by the device.
Hope it helps.