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 Team,
We have a test environment in docker based Alpine Linux with YDK 0.5.5 installed in it. When I am trying to upgrade to YDK 0.8.4, observing error with installing dependent system requirement of http://ydk.cisco.com/py/docs/getting_started....
HI Team,
IOS XR build system is upgraded to PYANG 1.7.4, where all yang modules goes through compilation check before getting package.
New models are developed with Yang v1.1, whereas validation of v1.1 is not supported with existing ydk-gen (pyang ...
Hi Team,
I have compiled models of version 7.3.1 16I in ENV (Python 3.6.7, YDK 0.8.4, Pyang 1.6)
Generated cisco-ios-xr bundle successfully and installed the same.
Issue 1 :
But I am getting Libyang errors with few models of version (7.3.1 16I), Wher...
Hi Team,
When I tried to connect via gNMI Service Provider and execute CRUD, getting "ydk.errors.YCoreError: YCodecError:Unknown element "lldp".. Path:" for Model Cisco_IOS_XR_ethernet_lldp_cfg. On further analysis, found that yang models are not d...
Hi Team,When tried to compile ydk-models-cisco-ios-xr with latest 7.2.1 models, we could not compile the below UM models for our YDK 0.5.5 environment. Pyang version : 1.7.4 or later Cisco-IOS-XR-um-if-arp-cfg.yang Cisco-IOS-XR-um-if-bundle-cfg.yang...
Hi Yan,
Thanks for the reply.
One of my team in Cisco have created Alpine Linux based docker and installed YDK0.5.5 in the environment. Since Alpine is light weight based docker and it is used for our framework. I am trying to upgrade YDK0.8.4 in...
Hi Yan,Thanks for the steps. It has helped me build and install YDK core successfully.But with one server I am still facing libyang error aa below,>>> Provider = NetconfServiceProvider(address="7.30.13.56", username="root",password="root123")2020-08-...
Hi Yan,
Thanks a lot for your time and support !!
I have tried copying all models directly from device to a local repository and established gNMIServiceProvider. Able to connect successfully and proceed without any error.
Thanks,
Kousalya
Hi Yan,Thank you so much for your reply.I have few more queries on this compilation issue. 1. I tried upgrading to pyang 1.7.4 in YDK0.5.5 env, able to compile models without any errors( UM models were missing in Package)2. Generated same package wi...
Hi Yan Gorelik,
Thanks for the information shared.
YDK Installation still erroring out despite following all steps mentioned in System Requirements section. Added version detail in the attachment for reference(system_requirement.txt).
VENV tried...