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.
Hello,
While trying to encode the openconfig-network-instance, seeing a weird validation error where it fails for system-id, area-address and basically all net-ids.
network_instances = openconfig_network_instance.NetworkInstances()
network_instan...
I am trying to run the below query against a xrv9k machine running 6.5.1:
lacp_bundle = Cisco_IOS_XR_bundlemgr_oper.LacpBundles()
bundle = lacp_bundle.bundles.Bundle()
bundle.bundle_interface = "Bundle-Ether1"
member = bundle.members.Member()
membe...
Hello,
I am getting an "Invalid value" error while trying to fetch the openconfig-interfaces state information from a NCS55xx box running 6.3.3.
I see that the box is sending "ACTIVE" in "STATUS" element for an IPv6 address on the Loopback interf...
Hello,
I am currently trying to retrieve the configuration using the get_config method from the NetconfService.
Below are the different exception while using the get_config method with different read_filters
openconfig_interfaces
interfaces = o...
Hello guys,I see that while using the Cisco_IOS_XR_ping_act module for performing ping tests, the router sets the rpc output field rotate-pattern to a numerical value (0 in my case) , but the yang model/python class expects a boolean value. I am not ...
Thank you for answering the question, will follow up there.
I realized there is a regex problem but couldn't pin point where exactly things are going wrong.
If its not too much to ask, let me bother you with one more query.
Looking at the model...
Thanks,probably something to fix in the lacp model. Also saw this open issue with ydk-gen which mentions the same bug https://github.com/CiscoDevNet/ydk-gen/issues/799
Thanks Yan.
I have found quite a few validation errors in openconfig-interfaces and openconfig-lldp which I have taken with the HTTS support which has been quite helpful for fixing the issue via a SMU.
Regards