Tools

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

Forum Posts

Hi developers,I'm really very confused with the values of these parameters.For example, promiscuous should be bool(True or False).But its default value is None.What does None mean?Could we set it to None when we use it?Here is the definitions of this...

yufenwan by Community Member
  • 2500 Views
  • 3 replies
  • 0 Helpful votes

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 Community Member
  • 1699 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 Community Member
  • 1781 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
  • 707 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...

jwatters06 by Community Member
  • 3755 Views
  • 7 replies
  • 2 Helpful votes

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
  • 1032 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...

nithin.bk8 by Community Member
  • 2425 Views
  • 3 replies
  • 1 Helpful votes

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
  • 1430 Views
  • 0 replies
  • 0 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 Community Member
  • 3392 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...

PAUL MELVIN by Frequent Visitor
  • 2107 Views
  • 1 replies
  • 0 Helpful votes

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
  • 580 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
  • 1112 Views
  • 0 replies
  • 5 Helpful votes