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 trying to automate "openconfig-vlan.yang" module using YDK. But i am getting error.Below is the Script and command i used to run script "python test_vlan_config.py ssh://admin:admin@1.1.1.1:11111":But similar script worked for cisco_ios_xr "...
Hi,I am using vagrant box which has ydk 0.5.4.If i run following command "vagrant box update", i get below output.==> ydk-py-ubuntu: Checking for updates to 'ydk-py-ubuntu' ydk-py-ubuntu: Latest installed version: 0.5.4 ydk-py-ubuntu: Version c...
Hi Abhirame,Thanks for your input.As per your suggestion i made changes but still i am getting 2nd error.Also i checked in router whether "openconfig-vlan.yang" module supported or not by giving below commands on router.1) "run" command2) "cd /pkg/ya...
I modified the script and now i am getting different error. Please help.from ydk.services import CRUDServicefrom ydk.providers import NetconfServiceProviderfrom ydk.models.openconfig import openconfig_vlanimport loggingfrom argparse import ArgumentPa...