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...
-
ansible
(9) -
Integrations
(1) -
NETCONF & YANG Automation Testing (NYAT)
(14) -
NeXt
(96) -
Opentelemetry
(1) -
Other Tools
(43) -
pyATS
(57) -
Python Network Automation
(25) -
TRex
(63) -
VIRL
(30) -
YANG Development Kit (YDK)
(701) -
YANG Suite
(51)
Forum Posts
When I try to configure login and motd banner on 16.12.08 version of IOS I get following error:<?xml version="1.0" encoding="UTF-8"?> <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="10"> <rpc-error> <error-type>applicatio...
Hello allI hope you are doing well.I am just wondering if there is any way to sync from devices using ncclient because I have searched a lot but I didn't find anything.the session has been successfully opened using ncclient and I can get data but I c...
Hello,I am trying to configure Standard ACL using ydk generated kit and I get following error:ydk.errors.YModelError: Failed to resolve feature "Cisco-IOS-XE-features:fqdn-acl". Path:Here is how I create access list:native_config = Cisco_IOS_XE_nati...
Resolved! YDK 0.8.6.3 C++RPM
I am looking for a RPM of the latest ydk for C++. I looked on https://devhub.cisco.com/ui/native/rpm-ydk/ but the latest RPM I could find is libydk-0.8.5-1.x86_64.rpm Could someone please point me to an x86_64 RPM of 0.8.6.3 (preferably for RH8) b...
I have been able to build the CiscoDevNet YDK C++ core library, Openconfig module bundle, and Cisco_ios_xr module bundle on CentOS 8 stream. Using the C++ samples folder source code and README instructions (from https://github.com/ygorelik/ydk-gen/t...
The following links need to be updated:Read the API documentation (release 0.8.3) for details on how to use the API and specific models Additional samples can be found in the YDK-Cpp samples repository (coming soon)The "API documentation" link result...
Resolved! How to use ydk-cpp examples?
There are ydk-cpp examples posted at https://github.com/ygorelik/ydk-gen/tree/master/sdk/cpp/samples for Yang Development Kit (ydk) version 0.8.6.4. The readme file is very vague. It provides a command line syntax of how to run the application bgp_...
Hi, we´re currently using the XRGRPC library to interface with our IOS XR equipment.Currently we are configuring L2 pseudowires from our aggregation devices to our SE on PW-HE interfaces.While this currently works fine using the merge config, I want ...
Hello Everyone, I am doing a simple config push to Cisco Sandbox and hitting an issue. Any help to know what's wrong is very appreciated. from ncclient import manager import xmltodict if __name__ == '__main__': ios_xe={'address' : 'sandbox-iosxe...
HI! I am trying to make a postman template to create site-specific config. So far I have successfully generated config for everything I need, except 2 things relating to mDNS-gateway-config: I cannot edit/add to the service-lists for the endpoint "re...
I'm new to Netconf/YANG and am having difficulty with a simple script. This script will eventually allow the user to edit a User Interface to change the Description, the Access VLAN, and Port-security settings.Using the IEFT model, I can get the inte...
Resolved! Acitools install help
I'm struggling getting this installed on my Win 7 laptop. I'm using Gitbash and the installation seemed to go ok. here is the last line after installUsing c:\users\m7551873\pycharmprojects\pythonproject4\venv\lib\site-packagesFinished processing depe...
Cisco Trex traffic generator will support IS-IS and MPLS LDP and OSPF emulation . Please let me know Thanks Jay+91-8861883300
Hi there,Is there any way if catching the returned RPC sting from the device, beside logging? I am asking this because I got a different vendor which is returning the XML indicating an error, but the return status is OK, so there is no way of raising...