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 am using the docker image of ydk-py 0.7.1 and am running the XE Codec sample - cd-encode-xe-native-interface-native-30-ydk.pyWhen running the sample the following error is thrown:-2018-04-30 12:13:30,519 - ydk - ERROR - Data is invalid according...
Hi all,The following code worked before I updated to ydk 0.7.0. Now I am receiving an error when a ydk.errors.YPYCoreError when I run it. I have tested against several virtual devices running XR (code level 6.0 and 6.2.1 as well as XR router in YDK...
Hi,I am running some scripts against the NETCONF-YANG and RESTCONF sandbox, and appear to be having a problem with deleting configuration. Instantiating a crud object with crud = CrudService() is fine, and works with crud.create(provider, native), h...
Hi All,I currently use the following EEM script to generate an RSA key on bootup of an IOS image in VIRLevent manager session cli username "cisco"event manager applet EEM_SSH_Keygen authorization bypass event syslog pattern "SYS-5-RESTART" action 0.0...
Hi,I am new to YDK and having some problems when trying to apply an ip address to a created Loopback address. Any pointers much appreciated.The following error is given:-ydk.errors.YPYModelError: InterfaceConfigurations.interface_configuration: (I...
To test this further I have tried deletion of a created access - LoACL. I am receiving a similar error when invoking and sending crud.delete, e.g. <bad-cli><bad-command>no redundancy</bad-command>The script and logging posted belowfrom ydk.services...
Debug, not debuts The debug for crud.create and crud.delete below. Can you advise how would I delete just ip address and mask?2017-10-08 22:17:19,924 - ydk - INFO - Executing CRUD create operation2017-10-08 22:17:20,032 - ydk - ERROR - Libyang ERROR...
Hi Einar,The script is attached to the original post.I do not want to delete GigabitEthernet 2, more the configuration assigned to it (ip address, description, mtu etc.)Lastly, how do I enable YDK debuts?Thanks
Hi,I am currently running Mac OS X (10.12.6) and am failing to install ydk 0.6.0Xcode 9.0 and Homebrew are installedWhen running the command at terminalsudo installer -pkg libydk-0.6.1-Darwin.pkg -target /I receive the following error messageinstalle...