Working with SIL or SIL-SA Code

Generating netconfd-pro server instrumentation library code stubs

What are the Differences Between SIL & SIL-SA?
SIL & SIL-SA are the Server Instrumentation Libraries with the -SA being the Sub-Agent versions of SILs. These are the libraries that contain the YANG s...
Mon, 21 Nov, 2022 at 2:42 PM
How do I use SIL-SA and sil-sa-app?
The sil-sa-app program will run the SIL-SA service and allow distributed edit and retrieval operations. Each subsystem needs its own unique name.  The defa...
Thu, 24 Feb, 2022 at 5:58 PM
How do I debug my SIL-SA code?
Usually, SIL-SA code is run in your own custom process, so you would need to set up your debugger however it is done in your system. You can test SIL-...
Mon, 4 Nov, 2019 at 3:31 PM
How do I add instrumentation to SIL & SIL-SAs?
Use the appropriate YumaPro SDK tool to create your SIL or SIL-SA code from the YANG module you require (details can be found in Section "Development ...
Fri, 25 Jun, 2021 at 9:32 AM
What are SIL & SIL-SA bundles?
Bundles are a collection of related YANG modules to make development easier by having them grouped together and should be used when external modules augment...
Mon, 21 Nov, 2022 at 2:45 PM
How do I control the SIL or SIL-SA code that gets generated by yangdump-sdk?
There are several CLI parameters that control how code is generated by the YANG compiler: --deviation=str All YANG deviations for the target module wi...
Mon, 4 Nov, 2019 at 3:38 PM
What is the YControl Protocol?
The YControl protocol is a proprietary protocol used by the netconfd-pro server to communicate with subsystems and other servers. It is designed to be l...
Mon, 4 Nov, 2019 at 3:40 PM
How do I get the running config and dump it to a file?
Each datastore has an enumeration in the ncx_cfg_t /* hardwire the 3 standard configs */ typedef enum ncx_cfg_t_ { NCX_CFGID_RUNNING, NCX_CFGID_...
Mon, 4 Nov, 2019 at 3:43 PM
How does SIL-SA work?
Overview The Server Instrumentation Library for Sub-Agent support in YumaPro is called SIL-SA. This is implemented as a YControl service. The SIL-SA s...
Thu, 24 Feb, 2022 at 6:04 PM
Yangcli is not displaying the output of a get request when working with SIL or SIL-SA code
Yangdump generates SIL code stubs which are basically the skeleton of the SIL code. These auto-generated SIL codes fill the non-configurable nodes with a &q...
Thu, 24 Feb, 2022 at 5:57 PM