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.
YDKpy 071 and XRv9K version 632Trying persistent confirmed commit with Netconf service and facing some strange behaviour.With this code section it works like charm:netconf.edit_config(provider, datastore_candidate, rpm)netconf.commit(provider, confir...
Hi,I want to use ydk.services.NetconfService instead of ydk.services.CRUDService. Looking at sphinx YDK documentation I cannot see "operation" attribute under edit_config() NetconfService method. Per RFC 4741 - NETCONF Configuration Protocol operatio...
API: YDK-PY 0.5.5 with the prebuild XR models, ydk model: Cisco_IOS_XR_ip_rib_ipv4_oper, tested also with ncclientDevices: XRv version 6.1.2, XR version 6.1.4, XR version 6.1.4 sp2Routing table: 10.0.0.10 is not present, default route is presentUse c...
Hi there,is there some operational yang model available to simply ask router if specific destination network address is in the route table (for specific VRF, or all VRFs) - similar to command "show route xxxx"?Thanks a lot
Hi guys,I have used a script to extract extended community in YDK version 0.5.2 (or 0.5.3 dont remember ) and it was working fine (in attachment). Now I wanted to run it again in version 0.5.5 and it suddenly stopped working. Maybe interesting to me...
Just want to share how I fixed my issue. I tried to reboot the PAN node didnt help. I dont have technical explanation for this, but the OU and AD groups under that OU were probably not created correctly. I had to recreate them in the AD and ISE start...
The FSM is not a RFC compliant. I tried to resolve this last year without success:
https://learningnetwork.cisco.com/message/636776#636776
And the best is that several books covering BGP doenst explain this correctly and just brings another confusi...