vaibhav1713109
vaibhav1713109
@einarnn when we do call home manually we didn't need to give ip detail instead of giving ip we get the ip detail of netopeer-server, so is there any way...
@einarnn we manually do listen like this vvdn@vvdn:~$ netopeer2-cli > listen Waiting 60s for an SSH Call Home connection on port 4334... The authenticity of the host '::ffff:192.168.4.80' cannot be...
@einarnn It is clear now i am able to get peer name but when i used multiple call home session it shows address already in use error. i write code...
@einarnn But I think in call_home function you use srv_socket.close() for closing the socket connection then why it show address already in use. def call_home(*args, **kwds): host = kwds["host"] port...
@einarnn I use the given tar file but its not working **python code:** from ncclient import manager def Call_Home(): call_home_listener = manager.call_home_many( host='', port=4334, hostkey_verify=False, username='Operator', password='admin123',timeout = 30) for...
@einarnn Okay I have to implement code in given flow: call_home --->kill_previous_session ---> connect_ssh ----> configure rpc ---> call_home --->kill_last_session. **Code For above flow**:: some time its working fine but...
Hi @michalvasko , I got the same error out of memory did you know how to resolve that, i install the latest version of libyang, libnetconf, sysrepo and netopeer2 but...
netopeer2(2.0.30),libyang (v2.0.97), libnetconf2 (v2.0.19) and sysrepo (v2.0.47) these version i am using.
netopeer2 (2.0.28) , libyang (v2.0.88), libnetconf2 (v2.0.17) and sysrepo (v2.0.41). netopeer2-server 2.0.28 compile time: Sep 28 2021, 09:52:31 Same steps as @Abrahamma97 follows.
Hi @jktjkt How we configure a large request. Can we push a large file through file-download?