DevNet General Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Hey DevNet'ers, my name is Jeff Bull, Head of Developer Community for Cisco DevNet. In an effort to reduce complexity for our community members (YOU), in finding the support resources you need, my team and I are refreshing the DevNet Hub (where you a...

DevNetLogo-Circle-midnightblue-twotone.png
jeffrbul by Cisco Employee
  • 1287 Views
  • 1 replies
  • 2 Helpful votes

I am trying to develop a role that will turn off the 2.4 and 5 ghz radios and set the desired country codes then turn them back on.role logic:- name: Turn off 2.4 and 5 Ghz radios  cisco.ios.ios_config:    lines:      - "ap dot11 24ghz shutdown"     ...

8uck5nort by Frequent Visitor
  • 3740 Views
  • 5 replies
  • 0 Helpful votes

Hi all,Is it possible to retrieve the "Self-Service User ID" / Meeting Number per user via AXL?The AXL function listuser, doesn't have it in it's return values. The updateUser function, does have a function to set the "Self-Service User ID" : <selfSe...

hans.cremers by Community Member
  • 2795 Views
  • 2 replies
  • 0 Helpful votes

Hi team,I am looking to prepare a script for config translator for one of the migration projects from Cisco NX-OS and considering many of the parsing tools which can help here.Will the pyATS can parse the "show run" to get the output in json format s...

rys by Level 3
  • 3670 Views
  • 4 replies
  • 0 Helpful votes

I am unable to configure the Ethernet1/10 interface on the Nexus 9300 via Terraform. My configuration:main.tf:terraform { required_providers { nxos = { source = "CiscoDevNet/nxos" version = "0.5.3" } }}provider "nxos" { username = var.nxos_username p...

Proxmox is a free and open-source virtualization management platform that simplifies the deployment and management of virtual machines (VMs) and containers. This comprehensive solution utilizes the Linux operating system, KVM hypervisor, and LXC cont...

beelink ser6.jpg
davidn# by Cisco Employee
  • 4701 Views
  • 4 replies
  • 4 Helpful votes

Resolved! Pyats topo file

 I have been reading up on pyats and would like to know how to create a topology file as a dict like {'hostname':'ip"} instead of the yaml file shown in the examples. I am trying to connect to multiples devices to run specific show commands and store...

 I would like to be able to have DNA run commands using command runner with an issues pops up.  As an example if DNA sees   " Netwrok Device Interface Connectivity - EIGRP Adjacency Failure " I would like it to run some show commands and email me the...

1pgordo by Frequent Visitor
  • 1372 Views
  • 2 replies
  • 0 Helpful votes