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 !I noticed pretty strange during combination of this topics:- http://ydk.cisco.com/py/docs/guides/crud_guide.html#id1- http://ydk.cisco.com/py/docs/api/services/netconf_service.html#ydk.services.NetconfService.edit_configWhen I try to execute this...
HI !Here http://ydk.cisco.com/py/docs/api/types.html#ydk.types.YLeaf found information,that such class as YLeaf actually exists within ydk.Semantics of YLeaf is to be a reflection of yang-leaf data-type within YDK. I decided to perform some test1....
Hi !I tried to run test code with purpose to fetch configuration from deviceI used netconf service (both "get" and "get_config" operations), but face an issueIn log I could see messages like:Can't find data tag in reply sent by device<requested-devi...
Hi !i tried to reproduce whole procedure, described here NetconfServiceProvider is not able to establish ssh tunnel once again.I performed the same steps (as I believe), but now I get such error :"Traceback (most recent call last): File "../../ydk/...
Hi I could generate bundle using ydk-gen 3rd party vendor yang models without facing any obvious problems.Then I imported it, made small testing code(attached) and faced and issue.As it seem from debug (attached), crud tries to download yang-model i...
I agree , but I am afraid my question was not very clearLet mt rephraseWhy this happens:When I have such configuration stringnetconf.edit_config(provider, Datastore.candidate, configuration)nc operation tag is present under configuration node (whic...
Is my understanding right, that currently leaf value may be assigned with delete/remove nc:operation tag only?In this case leaf_like object attributes are assigned with YFilter class object, as it explained here http://ydk.cisco.com/py/docs/guide...
Hi, Abhirame !I ran 2 samples of code. Both considers your recommendation, one of them contains "filter" argument, another not (samples and logs in attachment).In both cases, log written using standard python logging contains "Can't find data tag in ...