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 would like to enable gNMI protocol on a Cisco ISR 4300 router. According to this cisco document gNMI protocol should be suported on ISR 4000 since version 17.8.1.My router is running ver. 17.9.2 and the gnxi command is not supported.Router(config)#...

kasper123 by Level 4
  • 1806 Views
  • 7 replies
  • 0 Helpful votes

Hi I am using the following python code to connect to a bunch of devices. Right now I am doing it one by one but it takes a lot of time, is there anyway to connec to multible devices at once and have it run the commands on them in parallel?   testbed...

Hi,I'm testing out the onbox python on a 3850 running 16.12.08pip (8.1.1)requests (2.9.1)setuptools (22.0.5)guestshell python works. http server is enabled and i've confirmed working.However when attempted to run a python script from flash i'm gettin...

netops4 by Level 1
  • 728 Views
  • 1 replies
  • 0 Helpful votes

Hello,What is the proper way to add network to OSPF on router via Feature on Pyats?from genie.libs.conf.ospf import OspfI cannot find method "add_network" but it is specified in Ospf feature model. 

aidariys5 by Level 1
  • 1299 Views
  • 3 replies
  • 0 Helpful votes

Does YDK have support for C++17 standard?  If so, how do I build the YDK and model bundles using the C++17 standard.  Currently, it looks like the generated cmake files enforce the C++11 standard.

Hi, we think of monitoring state of ACI leaf interfaces, routes  during upgrade using pyats. Unfortunately I'm not able to connect to it using pyats.  When connecting pyats tries commands which are not supported by n9k aci mode. How do I specify os; ...

Hello Sir, I am facing an issue with l2vpn service getting URI not found error . "ietf-restconf:errors": { "error": [  { "error-type": "application",  "error-tag": "invalid-value",  "error-message": "uri keypath not found"   using: https://..../..../...

bhararor by Cisco Employee
  • 583 Views
  • 0 replies
  • 0 Helpful votes

I am happy to announce general availability for the YDK maintenance release 0.8.6.4. The following changes were introduced since release 0.8.6.3. New features and enhancements: install_ydk.sh: Installation of Python and Go YDK packages should not req...

ygorelik by Cisco Employee
  • 557 Views
  • 0 replies
  • 5 Helpful votes

When I try to configure login and motd banner on 16.12.08 version of IOS I get following error:<?xml version="1.0" encoding="UTF-8"?> <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="10"> <rpc-error> <error-type>applicatio...

vaniat by Level 1
  • 689 Views
  • 2 replies
  • 0 Helpful votes

Hello allI hope you are doing well.I am just wondering if there is any way to sync from devices using ncclient because I have searched a lot but I didn't find anything.the session has been successfully opened using ncclient and I can get data but I c...

Hello,I am trying to configure Standard ACL using ydk generated kit and I get following error:ydk.errors.YModelError: Failed to resolve feature "Cisco-IOS-XE-features:fqdn-acl". Path:Here is how I create access list:native_config = Cisco_IOS_XE_nati...

vaniat by Level 1
  • 811 Views
  • 4 replies
  • 0 Helpful votes

Resolved! YDK 0.8.6.3 C++RPM

I am looking for a RPM of the latest ydk for C++.  I looked on https://devhub.cisco.com/ui/native/rpm-ydk/ but the latest RPM I could find is libydk-0.8.5-1.x86_64.rpm  Could someone please point me to an x86_64 RPM of 0.8.6.3 (preferably for RH8)  b...