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 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
  • 514 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 Level 1
  • 2598 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 Level 1
  • 1001 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 Level 1
  • 5180 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
  • 1301 Views
  • 4 replies
  • 1 Helpful votes

Last sample app for the syslog batch!Includes six custom apps to encode configuration for remote logging andlog suppression and correlation in XML:cd-encode-xr-infra-syslog-cfg-50-ydk.py - ipv4 remote logging servercd-encode-xr-infra-syslog-cfg-51-yd...

jetorell by Level 1
  • 549 Views
  • 0 replies
  • 0 Helpful votes