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.
Team,
We are NOT finding the UM models that are in IOS-XR in the documentation. This documentation is very helpful for new engineers to start the automation and would be great if you could do the updation soon.
Sample of models am pasting here, t...
I am trying to install YDK 0.8.4 on alpine. I had installed SSH and GCC to compatible for YDK and had started ydk build from source option. At this point I am getting error as pasted below.
Could someone help on this? I had attached config.log with...
In NSO5.3, I am getting error in downloading a YANG file due to XR defect. However, NED builder is not showing that up in status or it's not proceeding further after deselecting that module. NSO is on 5.3 version. Is this a known issue or we do have ...
Hi Team,
In my 64 bit machine, I am hitting error while installing ydk on a pyats environment. Any help is highly appreciated. Pasting the error below,
(pyats) jkalaise@access-ops-lnx /auto/tftp-access-ops/mgbl/pyats/ydk-gen/gen-api/python/ydk/dist...
Hi,
Thank you for getting back. I am looking for documentation at this location http://ydk.cisco.com/py/docs/ missing all the UM models on IOS-XR.
Regards,
Jasmine.K
Hi Yan,
It is actually available on the path pointed my LD_LIBRARY
bash-5.0# env | grep LDLD_LIBRARY_PATH=/usr/lib:/usr/local/libOLDPWD=/ydk-gen/sdk/cpp/core/build
bash-5.0# cd /usr/libbash-5.0# ls libpcre.a libpcre.abash-5.0# ls libpcre.a
Hi Yan,
I have missed C_INCLUDE_PATH, I have added it and could move a bit from that error and hitting the below issue,
bash-5.0# env | grep INCLUDECPLUS_INCLUDE_PATH=/usr/include:/lib/gcc/x86_64-linux-musl/5.5.0/include:/x86_64-linux-musl/includ...
Hi Yan,
Used a precompiled one from https://github.com/just-containers/musl-cross-make/releases/download/v9/gcc-5.5.0-x86_64-linux-musl.tar.xz and had set CPLUS_INCLUDE_PATH=/lib/gcc/x86_64-linux-musl/5.5.0/include:/x86_64-linux-musl/include/c++/5....
Hi Yan,
Thank you, with your inputs I am inching close to the completion for it I believe. I had manually compiled GCC 5.5 on alpine linux., and that was missing many header files. I could not find clang (musl-dev) for 5.5 currently and hence inclu...