Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
The YDK maintenance release 0.8.6.5 is generally available for deployment.
New features and enhancements
Added support for Ubuntu:jammy (22.04)
Resolved GitHub issues
Segmentation Fault on Python application exit with Python 3.9.5 (#1050)ydk.io a...
In my application, which is based on nano-service, the service can be re-deployed by user or reactive-re-deployed by a kicker, which is watching service status. The cb_pre_modification service method need to know what was the source of the call (user...
I am happy to announce general availability for the YDK maintenance release 0.8.6.4.
The following changes were introduced since release 0.8.6.3.
New features and enhancements:
install_ydk.sh: Installation of Python and Go YDK packages should not req...
I have operational data collected in the CDB in a list. When trying to get content of the list using json-rpc I am getting empty result although the list contains multiple entries and I can retrieve it over restconf protocol. I tried various methods ...
I am looking for a tool to process service template files in terms of addressing all conditional statements.
Let's say I have a template that defines a user statement for the snmp v3 configuration on IOS device (part is shown, the full template can b...
The YDK is an open source product. You can download the source code, documentation and license description from the GitHub repository. No contract is needed.
There is also docker image available for your quick start:
docker run -it ydksolutions/ydk:0...
You have typo in the URL Try this:
curl --location 'http://localhost:8080/restconf/data/tailf-ncs:devices/device=ORUD0407/config/tailf-ned-cisco-staros:context/user-plane-service' \--header 'Accept: application/yang-data+json' \--header 'Authorizatio...
It is great that 'ssh fetch-host-keys' worked! That shows SSH communication is working. Some netconf devices require to do 'connect' before the 'sync-from'. I have seen this behavior while working on device-onboarding package. Please try this before ...
One of the reasons could be that SSH RSA algorithm on the device is not included to the NSO global settings. Hence the communication with the device fails. You can check the algorithm used by your device in the ~/.ssh/known_hosts file. In NSO check t...
Regarding symlinks. I would suggest start using your defined repository instead of temporary directory. Make sure you copy to that directory all files needed for your task (you can get the list from temporary repo after running your script without sp...