Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to use a basic telnet script in python 3.9.11 to connect to a device in devnet sandbox. The code is below:import getpassimport sysimport telnetlibHOST = "10.10.20.48"user = input("Enter your telnet username: ")password = getpass.getpass(...
Hi All,So I'm working on a learning and testing setup using CML with the goal of constructing network simulation to test network automation. The Idea is inspired by content from Daniel Dib.Initial objectiveMy objective is intentionally simple and foc...
Hi team,We are seeking community members, clients, DevNet users, and specialists to help test new and existing features on the DevNet platform, including AI features, Code Exchange, API, and MCP documentation. If you are interested and available for ...
Hello all Recently I'm seeing an unusual issue when attempting to run any queries through the Software Suggestion API. My API login is successful, but it seems that any valid PID provided hits an error. The response I get is 500 INTERNAL_SERVER_ERR...
Who: This event is for Enterprise Software Developers, DevOps/SREs, or Engineers that care about cloud-native and security topics. What: Hosting a hybrid event called Secure It, Cloud It, Code It as part of the Cisco Developer Event Series focused o...
is there any endpoint available to fetch the security events those starts with 4..series and 3 series sample:Dec 9 12:54:40 NS-C200-01 : %FTD-1-430004: DeviceUUID: 04398cda-7a-11f0-8e6a-ff11d6d055ee, InstanceID: 2, FirstPacketSecond: 2025-12-09T12:54...
If you were not able to join us at Cisco Live Amsterdam 2023, you can still watch my Lightning Talk straight from the DevNet Zone! The topic is The Cisco Community, the Developer Connection - the Coders, the Dreamers, and Me Here's a link to the ...
Hello developer community! Let me introduce myself. I'm Denise Kwan and I'm a developer advocate at DevNet and have been an enterprise software developer for 15+ years. You may have seen me answering questions here in the Cisco community forum, espec...
This video discusses the limitations of context windows in agent memory systems and introduces persistent memory architectures. It explores how these systems can enhance AI interactions by retaining knowledge across sessions, ultimately improving ef...
In this first episode of the Mostly Human Show, Shereen Bellamy and Adrian Iliesiu explore the intersection of AI and networking, particularly focusing on fine-tuning language models for networking tasks. They discuss how to leverage open-source mod...
Hello community, I'm looking to solve a relatively simple case study problem: basically, to automate the physical replacement of an IOS switch.Perhaps something with an Ansible server, Python, or something similar.I mention this mainly to avoid reinv...
Hi Everyone, I have installed the JTAPIc.jar in our Rogger VM but in the jar library i am unable to find the file cucm-jtapi-ext.jar.Can anyone help me where can i find the the extension jar file. Regards,Satwik
Hello, I've been trying for several days to make RESTCONF queries to the Catalyst 8000 Always-On (it doesn’t require a VPN), but I’m not getting any response. Do you know what might be happening?I make the following request,curl -k -u "***:***" https...
Easter Egg Emacs, a highly customizable and extensible text editor that has been around since the 1970s. It is known for its powerful features and flexibility, making it a favorite among programmers, writers, and other users who spend a significant a...
I'm exploring network programming because I've got a project where it seems like it would be critical / necessary. I want to develop an automated way to backup the running config, diff it to the last stored copy, store / version if different, and mos...