Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:2017-06-06 version 0.5.5Fixed bundle setup.py to match ydk core dependency in bundle profile (#433)Updated lxml dependency for ydk core pac...
-
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
More sample apps! This time I've added some sample apps for encoding syslog and debug timestamps into XML.Includes one boilerplate app and five custom apps to encode log/debugtimestamps in XML:cd-encode-xr-infra-syslog-cfg-20-ydk.py - Disable log tim...
Hi ,We send below XML RPC to NCS5501 cisco router to get XML RPC reply output. Its taking 10 minutes to get output for received routes .<bgp xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-bgp-oper"> <instances> <instance> ...
Added six custom apps to configure the access lists using the Cisco IOS XR native models and the CRUD service. nc-create-xr-ipv4-acl-cfg-20-ydk.py - Set log-update ratenc-create-xr-ipv4-acl-cfg-22-ydk.py - Set log-update rate & thresholdnc-create-xr-...
We've reached over 600 sample apps in the ydk-py-samples repository!622 apps43 data models (config, operationa, RPCs)3 model bundles (Cisco IOS XR, OpenConfig, IETF)3 YDK services (CRUD, Codec, Executor)1 repository (ydk-py-samples)Very special thank...
My first contribution to the ydk-py sample apps! Learning fast at Cisco, starting from no networking experience to automating apps in hours.Includes four boilerplate and six custom apps to configure syslog and debug timestamps:nc-create-xr-infra-sysl...
Hi ,kindly let me know which yang module to find this corresponding cliRP/0/RP0/CPU0:dedsdf1002jl1#sh bgp ipv4 unicast community 62300:19Fri May 26 14:33:08.165 EDTBGP router identifier 10.80.68.69, local AS number 62300BGP generic scan interval 60 s...
Newly added four custom apps to encode Prefix List configuration using the Cisco IOS XR native models and the CODEC service.cd-encode-xr-ipv4-acl-cfg-80-ydk.py - allow single prefixcd-encode-xr-ipv4-acl-cfg-82-ydk.py - allow multiple prefixescd-encod...
Hi,The update operation in crud_service.py has a _create_update_entity_filter function, which tries to read the entity in the module, theupdate_filter = getattr(module, entity._meta_info().name)() fails to fetch the nested class instance(for example ...
Resolved! Custom RPC
1. I want to write a custom rpc for my module.. I am not able to understand where to write the code specific to the rpc..2. Is it possible to execute the samples on a linux enviroment?
Is there any way to create new popover(tooltip) on a right mouse Nodeclick(show/hide only on right click) and also have standard node tooltip on left Nodeclick(show/hide only on right click). The problem is that when i create new tooltip, it also sho...
Is there a way to avoid link label(interface name) overlaping? I added interface labeling on topology, but when there are multiple links from one node, sometimes it happens that labels overlap one above the other. Is it possible to use smart labeling...
Newly added four custom apps to configure the prefix lists using the Cisco IOS XR native models and the CRUD service. nc-create-xr-ipv4-acl-cfg-80-ydk.py - allow single prefixnc-create-xr-ipv4-acl-cfg-82-ydk.py - allow multiple prefixesnc-create-xr-i...
Hi everyone,I just commit my first four boilerplate and four custom apps to configure MPLS OAM: nc-create-xr-mpls-oam-cfg-20-ydk.py - Enable MPLS OAM nc-create-xr-mpls-oam-cfg-22-ydk.py - Disable vendor extension nc-create-xr-mpls-oam-cfg-24-ydk.py -...
Resolved! Coredump check yang model info reqd
Hi,I tried yang model cisco-ios-xr 6.2.1 version for finding coredump check below cli commandP/0/RP0/CPU0:Router#dir harddisk:Mon May 8 00:10:28.134 EDTDirectory of harddisk: 20 drwxr-xr-x 2 4096 Jul 1 2016 dumper 55 -rw-r--r-- 1 1...