Tools

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

Forum Posts

Hi Experts,I'm testing TRex to see how it can help us to improve our testing methodology and I encountered a problem.I'm testing a FW and one of the ways the FW works is like this.Client sends Syn to serverFW captures the Syn and returns to the clien...

roic by Community Member
  • 2616 Views
  • 5 replies
  • 0 Helpful votes

Hi all,I pulled all the yang models from NFVIS, made a custom bundle profile with them, and generated a python API with ydk-gen. I can now perform CRUD operations on the ESC-lite instance running alongside NFVIS (to alter images, flavors, networks, e...

eliwill by Cisco Employee
  • 814 Views
  • 1 replies
  • 0 Helpful votes

Have installed on OSX but get a failure when installing on ubuntu.  Tried from library, from source package... tried sudo... tried python and python3... always fails at this spot: Running setup.py (path:/tmp/pip-build-hbq_7guk/pynacl/setup.py) egg_in...

New to this stuff so sorry if this is not well thought-out.  Really glad you folks are paving the way for easier programmability of IOS-XE.YDK-py seems unnecessarily complicated at the moment.Is there currently any effort in creating useful pre-built...

I see a lot of python based XR samples in github but no XE.  Not even a hello world that I can find.The XR hello world also uses a systemTime call that doesn't exist in XE... Are these examples posted anywhere?Thanks

Hello,I would like to know if there is any possibility to send multiple entities (objects) in a single netconf create requests.  It may be not possible directly with CRUD but any we could do this with the netconf service method.The idea is to not cre...

Resolved! IPv6

I am very new to using Trex and have a question regarding configuration for IPv6 stateful testing.  First of all, I want to say Trex is an amazing tool.  It has been perfect for the testing I'm performing.  Thanks for all of the hard work creating it...

jorogers by Visitor
  • 4108 Views
  • 9 replies
  • 0 Helpful votes

Using YDK-gen and YDK-py (R0.5.5), I built and installed a private YANG file with its own namespace to supplement trib-protocol (of type identityref) in openconfig-terminal-device. But YDK-py fails to decode trib-protocol from a NETCONF message such ...

yung.hsu by Community Member
  • 1675 Views
  • 7 replies
  • 0 Helpful votes

Hi all, does anyone have a working ydk python script to remove an ACL entry in an existing ACL on IOS-XR 6.1.3? I've tried using CRUD DELETE and ydk.types DELETE, both to no avail. I'm using Cisco-IOS-XR-ipv4-acl-cfg.yang model. Appreciate your help....

thanhuwng by Community Member
  • 8045 Views
  • 22 replies
  • 2 Helpful votes

I found a bug with ydk-genWhen you generate documentation using the --generate-doc flag the html files reference a CSS file that does not exist.  This line gets put in the HTML <head> section of every page...<link rel="stylesheet" href="_static/css/w...

brfoster by Cisco Employee
  • 2239 Views
  • 4 replies
  • 1 Helpful votes