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

Hi experts,I'm using TRex STL API.There's only one stream added on my trex port.Here is the json data I get by the get_stream API in trex_stl_port.py before starting the traffic.{'mode': {'type': 'continuous', 'rate': {'value': 100, 'type': 'pps'}}, ...

yufenwan by Level 1
  • 1703 Views
  • 6 replies
  • 0 Helpful votes

Hello,I trying to create tunnel on IOS XE, but if I try set tunnel source or destination - script interrupted with segmentation fault.crud = CRUDService()native = xe_native.Native()interface = native.Interface()tunnel = interface.Tunnel()tunnel.name ...

IBMeR by Level 1
  • 679 Views
  • 1 replies
  • 0 Helpful votes

In OSX, after loading VMMaestro for the first time it asked me if I'd like to give it permission to access equinox.secure.storage in my OSX keychain.  I hit Deny and now have to enter my Guest credentials every time I load the app. I would like to go...

Trying to use Cisco-IOS-XR-mpls-te-oper in a IOS-XR 6.1.2 router: getting the below error.  p2mp-id is defined as int32. The value '3406053898' exceeds int32 integer range.YDK-cpp: 0.6.2YANG Models Version: Cisco XR 6.1.2IOS-XR Version: 6.1.2[2017-11...

hi,i use ytool to test my router's YANG configs.i want to periodically test it under my java-based regression.ytool has an option to generate python-based tests to integrate with pyATS, but our environment is java-based as i said.a workaround would b...

itraviv by Level 1
  • 928 Views
  • 1 replies
  • 0 Helpful votes

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

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

Both ydk-gen and ydk-py have been updated at github.Here is a list of features that have gone into the release:2017-10-30 version 0.6.2PythonCRUD / Executor / Codec service improvementsImproved CRUDService support for openconfig-routing-policy yang m...

abhirame by Cisco Employee
  • 500 Views
  • 0 replies
  • 5 Helpful votes

Both ydk-gen and ydk-cpp have been updated at github.Here is a list of features that have gone into the release:2017-10-30 version 0.6.2C++CRUD / Executor / Codec service improvementsImproved CRUDService support for openconfig-routing-policy yang mod...

abhirame by Cisco Employee
  • 374 Views
  • 0 replies
  • 5 Helpful votes

>>> from ydk.providers import NetconfServiceProvider>>> from ydk.services import CRUDService>>> from ydk.models.cisco_ios_xe import Cisco_IOS_XE_bgp_oper as bgp_oper>>> provider = NetconfServiceProvider(address="192.168.229.250",port=10000,username="...

crench92 by Spotlight
  • 1294 Views
  • 7 replies
  • 0 Helpful votes

From: "Santiago Alvarez (saalvare)" <saalvare@cisco.com> Date: Friday, 13 October 2017 at 15:25 To: Hariharan Ananthakrishnan <hari@packetdesign.com>, "Abhi Ramesh Keshav (abhirame)" <abhirame@cisco.com> Cc: "Santiago Alvarez (saalvare)" <saalvare@ci...

Hi,I am geting segfault when doing a read query for interfaces using ydk_openconfig 1.4.1.  IOS-XRv is 6.1.2 version.[root@nclinux ydk]# rpm -qa | grep ydklibydk-0.6.1-1.x86_64libydk-ietf-0.1.3-1.x86_64libydk-openconfig-0.1.4-1.x86_64[root@nclinux yd...

Getting the following error if I try to read IETF interface model. IOS-XR 6.1.2. [root@nclinux ydk]# rpm -qa | grep ydklibydk-0.6.1-1.x86_64libydk-ietf-0.1.3-1.x86_64libydk-openconfig-0.1.4-1.x86_64[root@nclinux ydk]# ./a.out ssh://packet:packet@10.6...

We announced YDK-Py 0.6.0 a month ago.  You can now give it a try using the Vagrant sandbox available in the ydk-py-samples repo.  What exactly is installed? vagrant@ydk-py:~$ pip list | grep ydk ydk                     0.6.0       ydk-models-cisco-...

saalvare by Cisco Employee
  • 1321 Views
  • 3 replies
  • 1 Helpful votes
Top Solution Authors