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'm trying to install this on both OSX & CentOS with no luck.  I'm confident there is somethig wrong with my environment but unable to identify it.  Hoping someone can point me in the right direction. I would prefer to get this working on OSX.  xcode...

MrPaul by Level 1
  • 1026 Views
  • 2 replies
  • 0 Helpful votes

hi everybody,however I can use netflow command on router I couldn't use it on server on cisco packet tracer. So , is there any way to use netflow tab or any command that makes possible ? thanks for help...

Hi Following this blog post -https://blogs.cisco.com/developer/dna-center-pyats-genie with testbed file -  devices:     sandboxdnac2:         alias: dnac         type: dnac         os: dnac         credentials:             rest:                 usern...

omz by VIP Alumni
  • 1037 Views
  • 1 replies
  • 0 Helpful votes

Hi,simple question : for the forseeable future the software frameworks associated with Cisco products and services will run on Python 2 or there are plans to introduce Python 3 ? A person studying for a certification in the 2020 should go for Python ...

genie parser fails to parse ntp server if followed by "prefer" keyword show ntp configntp server x.y.15.4ntp server x.y.25.4 prefer only the first entry is parsed correctly. "ntp_config": {  "stdout": [    "ntp server x.y.25.4 prefer\n ntp server x.y...

Al_b by Level 1
  • 1206 Views
  • 5 replies
  • 0 Helpful votes

I am trying use the RestconfServiceprovider API for secure connection to rest-server.provider = RestconfServiceProvider(repo=repository,                 address="10.11.5.5,                 port=443,                 username="admin",                 p...

ydkdev by Level 1
  • 542 Views
  • 1 replies
  • 0 Helpful votes

Hey All! First time Network Developer here. I've had some great fun with pyATS up until today where I keep getting issues trying to make a configuration change to a router on the DevNet sandbox. Here is what I'm trying to do: 1. Make a connection to ...

How would a simple YDK script would look for adding/removing ACEs in XR ACLs?  Let's say we store ACEs in XML files and pass the file as an argument along with the device and the type of ACE operation (add or remove):   $ ./nc-update-xr-ipv4-acl-cfg-...

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

Hi All, I'm trying to configure the SRGB value in ISIS to set the lower and upper bounds of the global label pool for segment routing using YDK and Cisco-IOS-XR-clns-isis-cfg.  module: Cisco-IOS-XR-clns-isis-cfg+--rw isis+--rw instances+--rw instance...

sdefriez1 by Level 1
  • 1261 Views
  • 4 replies
  • 0 Helpful votes

You may wonder how you can create a loopback interface using the OpenConfig Interface model.  Here's how:   #!/usr/bin/env python # # Copyright 2016 Cisco Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not...

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

Hi All,   I'm trying a simple python script based on the YDK module to send some BGP configuration to ODL. I've based my script on the example found in core/samples/path_odl_bgp.py and bgp_xr_opendaylight.py.   But when I run my script I got the foll...

Top Solution Authors