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.
Trying to use Cisco-IOS-XR-mpls-te-oper in a IOS-XR 6.1.2 router: getting the below error. p2mp-id is defined as int32. The value '3406053898' exceeds int32 integer range.YDK-cpp: 0.6.2YANG Models Version: Cisco XR 6.1.2IOS-XR Version: 6.1.2[2017-11...
Is there any plan to support non-blocking/async calls for restconf/netconf client functions ? Currently I see they use blocking calls i.e. restconf_client using curl_perform_easy() and netconf_ssh_client using from libnetconf.In a singled threaded, e...
Getting the following error if I try to read IETF interface model. IOS-XR 6.1.2. [root@nclinux ydk]# rpm -qa | grep ydklibydk-0.6.1-1.x86_64libydk-ietf-0.1.3-1.x86_64libydk-openconfig-0.1.4-1.x86_64[root@nclinux ydk]# ./a.out ssh://packet:packet@10.6...
Hi,I am geting segfault when doing a read query for interfaces using ydk_openconfig 1.4.1. IOS-XRv is 6.1.2 version.[root@nclinux ydk]# rpm -qa | grep ydklibydk-0.6.1-1.x86_64libydk-ietf-0.1.3-1.x86_64libydk-openconfig-0.1.4-1.x86_64[root@nclinux yd...
Does YDK has support for protobuf encoding ? That is given a YANG model, can YDK generate encoders/decoders to send/receive data in protobuf format.The below link says, its one of the non-standard approaches. http://events.linuxfoundation.org/sites/e...
I wasnt able to use the openconfig-interfaces model too. I am getting segfault which I reported in another thread..ydk-cpp: openconfig interfaces issues
Thanks Einar. As you know, the key-value encoding wont be much useful in production for large and high frequency data sets due to its size.Strongly typed.proto is preferred for the above case. As far the .proto definition, is there a way to get the d...