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

i have a box and will set two ports as lacp mode, i want to trex as the peer client and use its 2 ports to simulate lacp and communication with my box: such as port-channel load-banlance,etc.Could trex support this action?Thanks.

yufenwan by Level 1
  • 1172 Views
  • 1 replies
  • 0 Helpful votes

Hi developers,I need to check STLStream object on the port.However, it seems only a dictionary of the stream info is provided.Like this:self.streams[stream_id] = {'next_id'   : next_id,'pkt'       : streams_list[i].get_pkt(),'mode'      : streams_lis...

yufenwan by Level 1
  • 1028 Views
  • 3 replies
  • 0 Helpful votes

The YDK vagrant sandbox now has version 0.5.5 available.    These are the detailed package versions: vagrant@ydk-py:~$ pip list | grep ydk ydk                     0.5.5        ydk-models-cisco-ios-xe 16.5.1       ydk-models-cisco-ios-xr 6.2.1      ...

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

Hi,I have tried unsuccessfully to get the YDK-PY to install on an LUbuntu VM and am now trying to install on MacOS Sierra.The system requirements have been installed.python 2.7.13 has been installed via brew. virtual env has been createdydk-models-ci...

Hi all,Just going through the getting started docs (http://ydk.cisco.com/py/docs/getting_started.html) and noticed a couple of errors/omissions with respect to installing on macOS.1. (http://ydk.cisco.com/py/docs/getting_started.html#macos) Instructi...

joeknigh by Cisco Employee
  • 618 Views
  • 1 replies
  • 1 Helpful votes

Hi,I am working on basic action command  "ping " using YDK module XMl rpc with ncclient. I am unable to get the necessary output.I get the following error. Invalid tag name u'\n<action xmlns:xc="urn:ietf:Params:xml:ns:netconf:base:1.0">\n <ping xmlns...

I just posted a few examples of how to automate ping requests in Cisco IOS XR using YDK.  The Ping command is defined in the Cisco-IOS-XR-ping-act model introduced in IOS XR 6.2.1. YDK provides the executor service to execute custom RPCs (also referr...

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

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 "...

balamani by Level 1
  • 1156 Views
  • 4 replies
  • 1 Helpful votes

I'm not sure this is the right place to post bugs.Anyway, here it goes:Mixed Content: The page at 'https://developer.cisco.com/site/neXt/learn/' was loaded over HTTPS, but requested an insecure script 'http://d3js.org/d3.v3.min.js'. This request has ...

gpolevoy by Level 1
  • 2011 Views
  • 1 replies
  • 0 Helpful votes

hi,I have been experimenting with NeXt over the last couple of days and have a question about the tooltips (both for nodes and links)I have a pen here... https://codepen.io/paulmelvin/pen/QMgpYOI have dragged together a working config (I am no progra...

Starting with release 0.6.0, prebuilt binaries for YDK-Cpp are now part of the Artifact Repository. This means a dramatically simpler installation experience.  Instead of downloading/cloning the YDK-Cpp code, building the libraries from source code a...

abhirame by Cisco Employee
  • 317 Views
  • 0 replies
  • 11 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-08-01 version 0.6.0PythonIntroduced new YDK python core package using pybind11 to wrap around YDK C++ core(#507)Introduced ydk.path mo...

abhirame by Cisco Employee
  • 788 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:Renamed some of the methods in path API to be verbs like DataNode::get_schema() instead of nouns like DataNode::schema() (#498)Add option ...

abhirame by Cisco Employee
  • 301 Views
  • 0 replies
  • 5 Helpful votes
Top Solution Authors