Tools

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

Forum Posts

Both ydk-gen and ydk-cpp have been updated at github.Here is a list of features that have gone into the release:2018-01-31 version 0.7.0CRUD service improvementsFixed handling of reading operational data nodes (#664)Improved formatting of payloads in...

abhirame by Cisco Employee
  • 468 Views
  • 0 replies
  • 0 Helpful votes

I recently purchase the Cisco Virl and i am getting this error message when I launch a topology with 16 iOSv and 4 iOSvL2Exceeded quota(s): {'VCPUS': {'available': 12.0, 'required': 20}}Traceback (most recent call last):  File "/usr/local/lib/python2...

canyatonwu by Community Member
  • 1457 Views
  • 0 replies
  • 0 Helpful votes

Our yang model has a condition like below (sample)   container timers {      leaf config-1 {        type uint16;        default "60";        units "seconds";      }      leaf config-2 {        type uint16;        default "180";        units "seconds"...

Manju_V1 by Community Member
  • 895 Views
  • 2 replies
  • 0 Helpful votes

The first version of ydk-go has been released on github as version 0.7.0 (alpha) with full feature parity with Python and C++! Check out the documentation and these sample apps.Here is a list of features that have gone into the release:Added support ...

abhirame by Cisco Employee
  • 809 Views
  • 0 replies
  • 1 Helpful votes

Hi, I have a topology that uses "Nodeset".  I am drawing paths (for example, VlanPath) on top of the topology when user selects the vlans.When I collapse the Nodesets, the vlanpaths remain on screen not collapsing with the Nodeset.   Is there a way t...

kevinche by Cisco Employee
  • 1746 Views
  • 0 replies
  • 0 Helpful votes

Ready to try YDK-Py 0.6.3?  The Vagrant sandbox has been updated: vagrant@ydk-py:~$ pip list | grep ydk ydk                     0.6.3        ydk-models-cisco-ios-xe 16.7.1       ydk-models-cisco-ios-xr 6.3.1        ydk-models-ietf         0.1.4      ...

saalvare by Cisco Employee
  • 1196 Views
  • 0 replies
  • 0 Helpful votes

Hi,We require CTReXClient Module authentication to TRex REST daemon Please help me understand what authentication mechanism currently available?Also would like to know anything Roadmap related to RBAC (Access Control) for API Clients Thank You,Rias

riasudeen by Community Member
  • 2891 Views
  • 4 replies
  • 0 Helpful votes

Hi there,is there some operational yang model available to simply ask router if specific destination network address is in the route table (for specific VRF, or all VRFs) - similar to command "show route xxxx"?Thanks a lot

I'm trying to install this package but I receive an error. I've created a virtual env for this:(py2) rob@ubuntu:ydk-gen$ pip listalabaster (0.7.10)Babel (2.4.0)docutils (0.14)gitdb (0.6.4)GitPython (1.0.1)imagesize (0.7.1)Jinja2 (2.9.6)MarkupSafe (1....

Rob85 by Visitor
  • 7447 Views
  • 16 replies
  • 0 Helpful votes

Hi,I am new to TReX, TReX running in RHEL 7.2 and defined 2 No's of 10Gig Interface ports in trex_cfg.yamlInterface Details:Intel 82599ES 10-Gigabit SFI/SFP+driver: ixgbe and version 5.3.5 (Ensured its latest NIC drivers)Normally, I am able to see ab...

riasudeen by Community Member
  • 3957 Views
  • 3 replies
  • 0 Helpful votes

i am using Red Hat Enterprise Linux Server release 6.5 (Santiago) for installation of Ydk-cpp.I successfully installed the ydk-core, ietf & openconfig, using CXX="g++-49 -std=c++11" CC="gcc" while make install from source.cisco-ios-xr : This modules ...