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 community,When using YDK python decode and encode modules to convert XML Junos configurations into JSON, XML attributes do not get reflected in the JSON configuration. Whilst I understand this could be a limitation JSON not supporting extensive...
Hello,Apologies for what could be a trivial question; I looked at some examples and in the discussion forum without finding a clear answer.I have multiple bundles generated and specific to a release version. The idea is to use bundles accordingly to ...
Hello,YDK is returning IndexError: basic_string::at error when converting a file from YML to XML which was originally converted successfully from XML -> YML.Error returned is the followingTraceback (most recent call last):
File "convert.py", line 1...
Hello, I am observing Module errors during conversions JSON <-> XML when using wildcards in the unit name leaf. XML Code <configuration xmlns="http://yang.juniper.net/junos/conf/root">
<class-of-service xmlns="http://yang.juniper.net/junos/conf/class...
Hello everyone, I'm trying to convert a Juniper vendor-specific XML configuration using CodecService encode and decode API. Juniper yang models have been generated and installed however the code is failing with an error: Traceback (most recent call l...
YANG models are the Juniper models taken from https://github.com/Juniper/yang/tree/master/18.4/18.4R3/junos/conf and bundles generated from the models above. BGP is covered under junos-conf-protocols https://yangcatalog.org/yang-search/module_details...
Hi Yan,Thank you for the reply.I am aware YDK does not convert from/to YAML which I am doing via json.dumps methods. I omitted the explanation for the sake of space and assumed the json method would return the correct payload, apologies for that. In ...
I am still seeing a few issues when attempting to compile and make the libyang fork from your repo related to ld not being able to find yang_static library (shared the error earlier). Is there any additional requirement in order to compile your fork ...