netopeer2
netopeer2 copied to clipboard
NETCONF toolset
Hi, Please Advise, I'm trying to commit to updating the RUNNING 1) I perform edit-config for the variable in candidate - success 2) Operate validate - success 3) Commit. -...
Hi @michalvasko, I am taking local netconf session and after which when I am using "connect --ssh --host 192.168.4.50 --port 830 --login root" from remote netopeer2-client the connection is getting...
Hi @michalvasko I am having doubt on capability exchanging which are listed below : 1.) While I am connecting netopeer2-cli to netopeer2-server what changes/modifications to do so that I can...
Hi, We took latest code from devel branch of netopeer2 on May 12th 2022 and found one new dependency added in **cli/CMakeLists.txt** ``` find_program(C_REHASH c_rehash) if(NOT C_REHASH) message(FATAL_ERROR "c_rehash Perl...
Hi. Current versions of netopeer2 are based on TLS models from 2019 (https://datatracker.ietf.org/doc/html/draft-ietf-netconf-tls-client-server-14). We need to update the TLS models (client, server and common) to newer versions (for example https://datatracker.ietf.org/doc/draft-ietf-netconf-tls-client-server/27/)...
Hi i am new here,please guide me where i went wrong. When i am trying use user-rpc --content /home/wifi/Netconf/Mplane-dev/o-ran-usermgmt_rpc.xml. I am getting an error in netopeer2-cli as There are no...
# Confirmed commit behavior is not RFC compliant ## Reference files ### a-test.yang ``` module a-test { namespace "http://test.com/yang/"; prefix test; container contain-1 { list data { key "name"; leaf...
``` nc VERBOSE: Capability for support found. nc VERBOSE: Capability for yang-library support not found. nc ERROR: Base NETCONF schema not supported by the server. nc WARNING: Missing ietf-netconf schema...
Hi @michalvasko can you help out here: I had given the following configuration and got the following error. ``` > user-rpc vaibhav123 vaibhav1 vaibhav1 ERROR type: application tag: operation-failed severity:...
Hi @michalvasko I have an application, I want to do some operations in an application when user gives copy-config RPC in netopeer. So I want to know how we can...