Received the following error when running the below code and not sure how to troubleshoot it or see if it's a known bug on the code level I'm running on the switch or YDK library (any pointers on where to look for open bugs would be appreciated too)....
-
ansible
(6) -
NETCONF & YANG Automation Testing (NYAT)
(11) -
NeXt
(95) -
Opentelemetry
(1) -
Other Tools
(40) -
pyATS
(57) -
Python Network Automation
(19) -
TRex
(63) -
VIRL
(30) -
YANG Development Kit (YDK)
(698) -
YANG Suite
(45)
Forum Posts
I hope that this forum has room for basic questions because by the looks of it you guys are well down this YDK path while I'm stumbling around. I'm really psyched about ydk-py, everything just looks awesome so I really want to learn this tool. One ...
Both ydk-gen and ydk-cpp have been updated at GitHub. The updated documentation is available online at https://ciscodevnet.github.io/ydk-go/ or locally from your cloned repository: 'firefox ydk-cpp/docs/index.html'New features and enhancements:Added...
Hello.I'm trying to set up BGP config via YDK with the following example:import logging from ydk.services import CodecService, CRUDService from ydk.providers import CodecServiceProvider, NetconfServiceProvider from ydk.models.openconfig import openc...
Hello.I'm experimenting with ydk-examples from https://github.com/CiscoDevNet/ydk-py-samples and got stuck in something.I'm trying to deploy this config on XRv9K import logging from ydk.services import CodecService, CRUDService from ydk.providers im...
Hello Community, I brought the last set of ACL sample apps for basic level ydk-py. You can encode OpenConfig ACL configurations with this set of sample applications. cd-encode-oc-acl-10-ydk.py - encode boilerplate cd-encode-oc-acl-30-ydk.py - ...
Team, Can someone post example YDK code for configuring interface encapsulation? Like this XML... <config> <interface-configurations xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg"> <interface-configuration> <...
Hi Team, I am able to test some of sample python programs using YDK + XR. However, getting error while using YDK with NX-OS ? I tried CRUD read/write it seems to be not working. Do we have any sample for YDK for NX-OS ? I am testing latest YDK w...
Hi Guys. Im having an issue with logging into our devices that are on ISE. Im assuming the problem is with the regex not matching the login prompt, or expecting a username prompt which is not there? not sure. I have added an new regex in the my_testb...
Hi, Python3 and Python3-pip installed successfully but when trying to install ydk-py using:sudo -H pip3 install ydk-models-cisco-ios-xr command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-l1f6352_/ydk/setup.py';f=getat...
Both ydk-gen and ydk-py repositories have been updated at GitHub. The updated documentation is available online at https://ciscodevnet.github.io/ydk-py/ or locally from your cloned repository: firefox ydk-py/docs/index.htmlNew features and enhanceme...
Both ydk-gen and ydk-go have been updated at GitHub. The updated documentation is available online at https://ciscodevnet.github.io/ydk-go/ or locally from your cloned repository: 'firefox ydk-go/docs/index.html'Here is a list of new features and fi...
I have an script to send the TACACS config using Netmiko for nearly 1000 devices, but how should we test it before we exit out of session if any thing goes wrong. This is part of ACS migration TACACS_Plus library is not helping it this.
(pyats) -bash-4.2$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.6 (Maipo) Used pip install ydk (pyats) scoroger@wnburcdnst-ats8 /opt/ats/scoroger/pyats: pythonPython 3.4.1 (default, Aug 15 2019, 12:00:51) [GCC 5.3.1 20160406 ...
Hi Team, Tried a gNMI subscribe request with encoding option as 'PROTO', able to get ServiceResponse in str. But with encoding type as "JSON/JSON_IETF" we are getting unsupported error as below, >>> gnmi.subscribe(provider, subscription, 10, "ONCE"...