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.
Spoiler
Hello,
When trying to configure “controller optics 0/0/0/3 perf-mon enable” on a NCS5500 I get the “’Controller’ object has no attribute ‘perf_mon’” error even though the Cisco-IOS-XR-um-interface-cfg.yang augments the CiscoIOS-XR-um-cont...
Hello,
When configuring the FEC to 'base-r' on a 8800-LC-36FH-2 using the Cisco_IOS_XR_um_interface_cfg with YDK, the following INVALID_TYPE error is seen while executing the crud_service.py device.create on the RPC:
crud_service.py 160 Info---- ...
Hello,
When executing the crud.read function on the Cisco-IOS-XR-npu-fsdb-stats-oper data model I get the following error:
"Value 0 already in leaf-list: timestamp_n"
Can someone please help me understand why we are getting this error?
http://...
When installing YDK on Centos7 as root, I'm getting the following authorization errors:
# yum install https://devhub.cisco.com/artifactory/rpm-ydk/0.8.3/libydk-0.8.3-1.x86_64.rpmLoaded plugins: enabled_repos_upload, langpacks, package_upload, produ...
Hello,
This issue was caused by improperly assigning the enum value.
Using the following syntax to assign the enum value resolved the issue:
intf_conf = xr_um_int_cfg.Interfaces()intf_conf_fec = intf_conf.Interface.Fec()
if mode == 'none': enu...
This issue was seen while using YDK on the Cisco-IOS-XR-um-if-ethernet-cfg which augments Cisco_IOS_XR_um_interface_cfg to configure fec on a 8800-LC-36FH-2 LC of a Cisco 8000 router running 7.5.2.13I.
The fec is defined in Cisco-IOS-XR-um-if-ether...
The steps at http://ydk.cisco.com/py/docs/getting_started.html#centos-fedora-based uses 0.8.3. Is there a more up to date wiki?
Regarding the proxy, it is configured to the lab admins specs and I am able to download the RPM using wget; but when I ...
Hello,
I found that the "libydk-0.8.3-1.x86_64.rpm: Permission denied" error was a local issue. After resolving the issue I was able to wget the rpm; but still have the same problem when installing the rpm from devhub.cisco.com.
So I tried install...