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

Browse the Community

Crosswork Automation Hub

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

3038 Posts

Controllers

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

566 Posts

Network Devices

Explore, inquire, and collaborate on network devices.

173 Posts

Network Platform API

Platform programmability, automation, location analytics, and integrations for Meraki and Catalyst C...

1869 Posts

Activity in DevNet Networking

Network Services Orchestrator 6.4.4 Sandbox device not working

@nso @DevNetDear All,I am currently facing issues with the Cisco NSO Reservable Sandbox. All nodes appear to be down, and I am unable to SSH into the devices or perform sync-from operations.Could you please confirm if there is any ongoing issue with ...

imiZ by Community Member
  • 45 Views
  • 0 replies
  • 0 Helpful votes

Resolved! API for mandatory passwords set for Local Status Page access

As networks created after August 1, 2025 require to have mandatory passwords set for Local Status Page access, I would like to know if there is any API call to push a LSP password for all or several networks.I did not find any to push the LSP passwor...

rasesr by Community Member
  • 103 Views
  • 1 replies
  • 0 Helpful votes

Issues recompiling NED in NSO 6.4

Hi everyone,We're currently preparing a migration from NSO 6.1 to 6.4, the latest long-lived release.My question is - did the YANG compiler become more strict? If so, is there documentation somewhere that describes the changes?We're recompiling our N...

gfreirex by Community Member
  • 229 Views
  • 2 replies
  • 0 Helpful votes

Meraki Workflows for Automation

Hi everyone,I’ve been exploring Workflows for Automation in the Meraki dashboard and would love to hear how others are using it in real-world environments.For those who’ve deployed it, what practical use cases has it been most valuable for? Are you l...

Meraki API for change of RADIUS server

We are planning on upgrading our ISE RADIUS server, the IP address will change.I am aware of following API call to change the RADIUS server for a SSID /networks/{networkId}/wireless/ssids/{number}My question is, can the above API call just change the...

WLC 9800 - YANG model for APs - NOT JOINED

I have been able to use this yang model to get a lot information about AP: https://wlc_ip/restconf/data/Cisco-IOS-XE-wireless-access-point-oper:access-point-oper-dataBut that YANG model does not have any information about APs that goes down, and fall...

AndreasWA by Community Member
  • 1172 Views
  • 3 replies
  • 0 Helpful votes

How to Cleanup Webhook Receivers

Hi Everyone.Hope this is in the right section, first post since things were merged.I need to cleanup our webhook receiver list that is located under Organization - Monitor - Alerts. All I can find is articles on how to clean then up under Organizatio...

Ed Roche by Level 4
  • 223 Views
  • 1 replies
  • 0 Helpful votes

Resolved! Inject IOS-XE SYSLOG information to guestshell

Hello Team, I am trying to use a Python script to send a message in the Webex space when someone accesses my router (IOS-XE)This is my config:event manager applet USER_LOGGINevent syslog pattern "%SEC_LOGIN-5-LOGIN_SUCCESS"action 1.0 cli command "ena...