Both ydk-gen and ydk-cpp have been updated at github. Here is a list of features that have gone into the release: 2018-10-02 version 0.7.3 Bundle improvements Updated cisco-ios-xr bundle to support Cisco IOS XR 6.5.1 release.Updated cisco-ios-xe bund...
-
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
Both ydk-gen and ydk-py have been updated at github. Here is a list of features that have gone into the release: 2018-10-02 version 0.7.3 Bundle improvements Updated cisco-ios-xr bundle to support Cisco IOS XR 6.5.1 release.Updated cisco-ios-xe bundl...
Host system is CentOS 7.4 and I'm running the YDK-Gen Docker container. While generating the python for the XR 6.1.2 models, it makes it only so far then dies and it seems to be a performance issue. How much in regards to resources should this be u...
After installing all dependancies listed https://github.com/CiscoDevNet/ydk-py/blob/master/README.rst#macosit still failing with same errorCollecting ydk Using cached https://files.pythonhosted.org/packages/e9/b4/799d2ecd94658c764c50f503d345bc31db22...
Hi all, Can anyone be able to better explain aci-toolkit and cobra-sdk, particularly: - How the tools differs with one another? - Advantages of each over the other - When to use the tool, especially in a real world environment. I have seen both ...
YDK Version: 0.7.2 nc-create-xr-policy-repository-cfg-20-ydk.py #!/usr/bin/env python # # Copyright 2016 Cisco Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with t...
Hi Could you please help, how to have autocomplete XE native model working? It has 86MB and PyCharm does not work. Can you please help, how to help set IDE. E.g. Atom? I was not able to find out, what exactly I need to enable https://flight-...
Resolved! XR BGP Operational
Trying to encode the BGP operational object returned from a XRv device but it fails with the below YPYModelError ydk.errors.YPYModelError: Invalid path: af-data : Failed to resolve uses "DEFAULT-VRF".. Path: /Cisco-IOS-XR-ipv4-bgp-oper:bgp/instances...
I need to write the YDK for the below features but i could not find any YANG-module for the convergence features like MSTAG/REPAG/PVRSTAG. So please help me on this to proceed.
Im using stateless mode of Trex. I'm able to generate ipv4 traffic in multi hop network.I created Conf.yaml file base on ipv4 addresses.As per my understanding ipv4 addresses bind to respected sfp ports according to Conf.yaml file.So source ip & dest...
Hi All, I'd like to develop a testing infra, using AEtest, in which a user can simply select a basic configuration(basic l2, basic l3, OSPF, MLAG, etc.) and apply his own configuration on top of the selected one. The testbed consist of physical swi...
We are unable to take ISE backup. indblrise01/admin# show backup status%% Configuration backup status%% ----------------------------% backup name: indblrise01% repository: disk% start date: Wed Aug 01 17:37:43 IST 2018% scheduled: no% triggered fr...
In Virl how can I save config file in text format. I have saved the config in my topology.virl file but I want to extract them in text format.thanks
Hello,I'm trying to receive route-maps from IOS XE and receiving only empty responses. Text of script:crud = CRUDService() native = xe_native.Native()routemap=native.RouteMap()routemap.name="test2"native.route_map.append(routemap)routemap=crud.read...
Since its introduction, YDK has supported Cisco NX-OS devices through OpenConfig models. Starting with version 0.7.2, YDK supports the new NX-OS model bundle which is available in all the currently supported languages (Python, C++ and Go).You can no...