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.
Hi, I'm looking to get detail of a BGP prefix on IOS-XR router using netconf/yang similar to what the CLI "show bgp 1.1.1.1/32" achieves. So far I can't do that.If I use the filter below<bgp xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-bgp-oper"...
Hi all, does anyone have a working ydk python script to remove an ACL entry in an existing ACL on IOS-XR 6.1.3? I've tried using CRUD DELETE and ydk.types DELETE, both to no avail. I'm using Cisco-IOS-XR-ipv4-acl-cfg.yang model. Appreciate your help....
Thanks Santiago. I couldn't get the full key spec filter to work, but understand there's a pending DDTS to make the partial key work so will wait until the fix is available.thanksHung
Hi Einar, I don't have access to 6.3.1.22I. I use EVE-NG and it happens to have xrv-xtc image which is 6.3.1.12I so I can't try 6.3.1.22I. However, I just realise that 6.3.1 is a development image - I intend to use a stable image rather than a develo...
Thanks Einar and Santiago for looking into this.The issue is on an IOS-XRv version 6.3.1.12I in my lab. I've tried pulling running-config from an IOS-XRv 9000 version 6.1.2 and I don't see the issue. Below is the output of the authentication config f...
I've attached a verbose output of the ncc.py get-running issue. As it's a slight digress from the main topic, I can put this to a separate topic if need be, let me know.regardsHung
Thanks Einar and abhirame. I can't run ncc.py to retrieve running-config. It throws the error below. I've always had this issue with ncclient to retrieve full running-config, while retrieving a filtered running-config or retrieving capabilities is ok...