DevNet Networking

Engage with peers and Cisco experts about networking developer tools and resources.
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 <<

Browse the Community

Crosswork Automation Hub

Welcome to the Automation Hub—a collaborative space designed for the automation community to foster ...

2943 Posts

Controllers

Community space to connect, share knowledge, and seek guidance on network controllers and related to...

833 Posts

Network Devices

Explore, inquire, and collaborate on network devices.

161 Posts

Activity in DevNet Networking

Automate identity certificate import on Cisco IOS XE

I've been struggling to automate the import of the identity certificate on a Cisco IOS device (specifically 8000V) using an Ansible playbook.  I run into 1 of 2 problems:1. Using the cisco ios_config module, the task will timeout after issuing the cr...

Resolved! PyATS: Connection failure due to hostkey missmatch

Hello, How do I handle these connection issues in PyATS?(.venv) [an144a@DEVAUTOS02 tests]$ python3 Python 3.9.16 (main, Sep 12 2023, 00:00:00) [GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] on linux Type "help", "copyright", "credits" or "license" for mor...

Exablaze exanic x4 firmware

Does anyone know if it is hiding somewhere, or how to get some updated firmware for the old Exanic x4 SmartNIC? It doesnt look like it was ever given a cisco name like the Cisco Nexus SmartNIC K35-S (x10). It looks like there was an update in 2017 an...

GoPreaux by Level 1
  • 76 Views
  • 0 replies
  • 0 Helpful votes

How do we get access to Cisco MASA (for SZTP)?

Recently I watched one of the Wednesday live Cisco DevNet videos streamed on YouTube - this one was over Secure Zero Touch Provisioning. While familiar with ZTP, I had not previously heard of SZTP - it's purpose and functionality is very straightforw...

Guestshell - IOS XE 17.09.03a - import cli Illegal instruction

Hi community , I hope you are doing great.After spending a good time reading and doing some troubleshooting I have decided to ask for some same.I setup guestshell in order to run python using eem. I am getting the following error : router-lab#more  b...

c-lopez78 by Level 1
  • 128 Views
  • 0 replies
  • 0 Helpful votes

NCS drop config false deviate replace

Hi,I'm trying to build a ned using NSO 6.4, but compilation is failing due to my deviation file.From devel.log, I have this error:  ncs progress usid=35 tid=1084 datastore=running context=cli trace-id=d5aafe3da82cf16c52206216ecfb575b output: augmente...

Resolved! how to re-deploy with commit params from python

Hi all, Could you help me on the following .. in short, how can i do re-deploy with commit params from python .. i can commit a service with commit params from cli and python with success. for example : from cli : dd-rfs d1 commit commit-queue bypass...

erdemk by Level 1
  • 991 Views
  • 4 replies
  • 0 Helpful votes

Python script for compare route in Nexus switch.

I have referred to the route compare script at Github, and customized it and display the result in table format. It's working good on Cisco IOS platform, but it's failed at NXOS... I tried to run it by comparing the "show ip route" results. And got t...

R T by Level 1
  • 214 Views
  • 3 replies
  • 0 Helpful votes

AP power usage api

I want to use the catalyst/DNA center API to pull the power usage of our wireless access points but having gone through it several times I cant seem to find it. there is a large number of them so Ideally looking for one where I can get default 100 or...

Xdofer by Level 1
  • 310 Views
  • 5 replies
  • 0 Helpful votes

Resource manager - Lock allocated ID?

If I have Resource Manager/ID Allocator allocated IDs from a pool, is there any way to lock those IDs so they are maintained even if an exclude statement is added that encompasses those IDs? IE: Range is 1 to 65535, allowed range day 0 is 1 to 5000, ...