Using netconfd-pro

How can I tell if the running config has changed since the last startup?
At init time: cfg_template_t *cfg = cfg_get_config_id(NCX_CFGID_RUNNING); ncx_transaction_id_t save_id = cfg->cur_txid; Later, get the cur_txid again...
Mon, 2 Apr, 2018 at 3:47 PM
How do I setup /etc/yumapro/netconfd-pro.conf?
There will be a directory and config files installed by yumapro in the /etc/yumapro directory. The initial file will be called /etc/yumapro/netconfd-pro-sa...
Mon, 21 Nov, 2022 at 11:37 AM
What is the yp-system library?
The yp-system library provides easy vendor integration with the netconfd-pro server. Use the yp-system library functions, found in the YumaPro yp-syst...
Mon, 21 Nov, 2022 at 11:40 AM
Does the netconfd-pro server delete the parent NP container when the last child node is deleted?
  [RFC4741] 7.5.8.  NETCONF <edit-config> Operations    Containers can be created, deleted, replaced, and modified through    <edit-confi...
Wed, 6 Sep, 2017 at 3:37 PM
How do I insert or move list entries?
The 'insert' command is used to insert or move YANG list or leaf-list data into a NETCONF database. It is a high level command that utilizes the ...
Thu, 24 Feb, 2022 at 2:19 PM
How do I configure server protocol features?
The netconfd-pro server is designed to be modular so that various protocols and features can be enabled or disabled by the administrator. Many features hav...
Thu, 28 Sep, 2017 at 8:42 PM
Loading Modules and Bundles at Run-time
The netconfd-pro server allows SIL and SIL-SA libraries to be loaded at run-time, as well as at boot-time. The load command allows a YANG...
Thu, 26 May, 2016 at 1:50 PM
What operations are built into the server?
module operation description yumaworks-system <backup> Backup the running configuration to a file. Ietf-netconf <cancel-commit...
Fri, 3 Feb, 2017 at 10:09 AM
How do I access the CLI on netconfd-pro?
Setting up yp-shell yp-shell, the embedded CLI for the netconfd-pro server, runs by default when the server is started unless you include the "--w...
Mon, 21 Nov, 2022 at 11:41 AM
Overview of error logging
By default, warnings and errors are sent to STDOUT. YumaPro programs offer several parameters to allow users to tailor error logging to their needs. Th...
Thu, 24 Feb, 2022 at 2:28 PM