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, can someone please help me with ydk-py api documentation. the site http://ydk.cisco.com/py/docs is not accessible and I need to see documentation for use of cisco-xr bundles.@ygorelik please help if possible
Thanks,
Arya
Hi,
i am trying to configure the line "random-detect discard-class 1 10 ms 12 ms" under policy map on iosxr
my code snippet:
#importing all required libraries here
from ydk.models.cisco_ios_xr import Cisco_IOS_XR_infra_policymgr_cfg as xr_infra_p...
Hi,
I am trying to configure QoS on iosxrv using the ydk-py
however, when applying queue-limit, I get an error from the system saying schema not found.
my code snippet:
#importing all required libraries here
from ydk.models.cisco_ios_xr import Cis...
Hi,
I am trying to a crud.read() using bgp_oper for ios-xr.
However this error breaks the code
Couldn't fetch child entity extended-nh-encoding-capability-suppressed-info in parent /Cisco-IOS-XR-ipv4-bgp-oper:bgp/config-instances/config-instance[inst...
hi,
I need to get only vrf operational data under BGP, but am getting an error when I try to read it. Please guide me on how I can get the required output
from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ipv4_bgp_oper as xr_ipv4_bgp_oper
#BGP in...
Hi Yang,
I am facing the same issue when running the script on docker for ydk 0.8.5
from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ip_rib_ipv4_oper as xr_ip_rib_ipv4_oper
from ydk.providers import NetconfServiceProvider
from ydk.services imp...
xr version on device is 7.0.2, xr bundle version on ydk is 6.6.2
I am having similar trouble with the rib-ipv4-oper module as well:
attaching log for the filter, and output received before the code breaks. I am trying to retrieve the route informat...