Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

The YANG Suite team will not be distributing a docker image to dockerhub but there is a docker recipe to build your own docker containers using docker-compose and dockerfile which can be retrieved from the CiscoDevNet/yangsuite Git repository.  Build...

miott by Cisco Employee
  • 3768 Views
  • 2 replies
  • 6 Helpful votes

Resolved! YdkGenerator error

I'm trying to generate a bundle profile for Cisco IOS XE 17.2.1, however ydk-gen gives me some errors that I don't know how to solve. pyang gives the same error when I run it on the Cisco-IOS-XE-native.yang model.I'm guessing there is something wrong...

error.PNG
MahdiR by Level 1
  • 1429 Views
  • 4 replies
  • 0 Helpful votes

I've been going around and around with Cisco TAC on this problem. I'm beginning to wonder if access to the restconf API on Cisco switches is actually a myth. I am running Cisco 3850s with Restconf enabled. IOS XE 16.6.6. I've tried upgrading to IOS X...

marcbigos by Level 1
  • 1143 Views
  • 2 replies
  • 0 Helpful votes

hi, I am trying to write a simple Python program to read BGP config from my router and i keep getting errors as follows:   /home/mkabbara/env/bin/python3 /root/PycharmProjects/pythonProject/test3.pyTraceback (most recent call last):File "/root/Pychar...

Is there really any advantage for using YDK-PY instead of using RPC’s especially that we have tools like YangSuite which can generate those RPC’s for us.

hi,   not sure why CRUD service is very sensitive and can fail most of the time   from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ifmgr_cfgfrom ydk.models.cisco_ios_xr import Cisco_IOS_XR_ipv4_io_cfgfrom ydk.providers import NetconfServiceProviderfr...

Top Solution Authors