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 ...

3011 Posts

Controllers

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

843 Posts

Network Devices

Explore, inquire, and collaborate on network devices.

163 Posts

Activity in DevNet Networking

yang-patch with JSON data

I've been trying to use the yang-patch method with JSON data to write changes to device configurations in NSO, but have been having trouble making it work. Below is the JSON data I am trying to send to /restconf/data to configure an IOS device:   { ...

tcragg1 by Cisco Employee
  • 2144 Views
  • 5 replies
  • 5 Helpful votes

Ansible Builtin Ping

Hello,I was running the following playbook; the purpose is to run ping checks of virtual IPs on a Cisco 7K switch.So far so good. However, when I wanted to expand the playbook by also counting the successful ping.Running the runbook again I receive t...

Netmart by Level 3
  • 126 Views
  • 1 replies
  • 0 Helpful votes

PyATS: Cannot disable pyats log file from being created

Hello,Everytime the pyats connection gets executed, it creates a log file ([device]-cli-[timestamp].log in the script directory. I cannot seem to disable it I am running 25.7 version # Attempt to connect to the device try: LOGGER.info...

Cannot find pyats.conf

I'm trying to implement secret strings in order to avoid plain text passwords in my yaml files.All pyats documentation points me to make changes to the "pyats.conf" file. However, I cannot find such a file.Any idea where this could be? I've used ever...

Resolved! tailf:aes-256-cfb-128-encrypted-string question

Hi, all:I recently encounter one thing which I do not understand.My vendor's device yang has the following:leaf secret-key{tailf:info "Secret key string shared for a connection";type tailf:aes-256-cfb-128-encrypted-string;mandatory true;}I set the se...

sm000x by Level 1
  • 373 Views
  • 6 replies
  • 0 Helpful votes

Using PyATS/Unicon execute / dialog API

Hi Guys, I have to write a Python function to launch a file copy using ftp on IOSXE (no PyATS API available for this ... with vrf option). So I discovered Unicon, the execute API, the reply/dialog option to validate expected questions from the CLI an...

dbillon by Level 1
  • 227 Views
  • 3 replies
  • 0 Helpful votes

PyATS: API to SCP from the PyATS client to a device ?

Hi Guys, I am looking for an API in PyATS (or Genie, Unicon...) that would copy a file from the Linux client (where my PyATS script is running) to a router declared in the PyATS testbed. I've found various APIs : In Unicon "copy" is available ... but...

dbillon by Level 1
  • 284 Views
  • 4 replies
  • 0 Helpful votes

SD-Wan set device tag with configuration groups

Hi All, I trying to use the API via python to associate and deploy cat8300, for a customer. Right now i can already deploy device with a configuration group using the variable excel export from the gui. My issue now is that some configuration groups ...

Top Experts - Last 30 Days