Parse PySNMP Object Identities for MIB Variable Names
After using SNMP to query a remote device for a particular ObjectType and getting the response ObjectType (which includes the MIB identity and the correspond...
After using SNMP to query a remote device for a particular ObjectType and getting the response ObjectType (which includes the MIB identity and the correspond...
The information obtained with SNMP from network devices ranges from being simple timeseries type data like interface metrics to complex and sensitive status ...
Up until now my articles (PySNMP HLAPI, Compiling MIB’s for PySNMP) have focused on using simple SNMP GET requests with PySNMP’s getCmd. This works great for...
The ability to refer to a SNMP MIB variable by name is an important aspect for increasing readability and understanding of your Python scripts. PySNMP comes ...
I’ve previously written about PySNMP’s simpler SNMP query using one-liner command generator as a method to send SNMP queries using an OID. That method allows...
December 9th, 2021 rocked the world for a significant number of IT professionals responsible for building and protecting applications their organizations cre...
If you have ever read through Cisco ISE 3.0 Upgrade Guide you know that it involves a lot of decision points and having to reference many other Cisco referen...
Earlier this week Cisco announced in its semiannual Cisco IOS and IOS XE bundled software security advisory publication some very concerning security advisor...
Ansible can be a very powerful automation tool, allowing you to interact with hundreds or thousands of network devices at once. The automation is defined thr...
The pandemic has rapidly advanced the need for high-quality and secure remote access VPN solutions (RAVPN). As a result, many RAVPN solutions provided by ven...
The need to query network devices for information on a repeated and consistent basis always been a critical function of performing network management. Monito...
With the various methods for performing network automation, one of the challenging aspects to consider is inventory management. One of the tools available to...
With the ever increasing number of vulnerabilities and security advisories that are released by networking vendors, having a well defined plan for performing...
Having worked in the Network Management / Operations industry for over 15 years, I have been involved in the implementation of network changes on many ocassi...
I have been reading up on model-driven programmability using NETCONF and YANG models and found myself playing around with these after a Reddit user was havin...
I have been exploring the Cisco DNA Center REST API as part of studying for the Cisco Certified DevNet Associate certification exam. Today while reading thro...
With multiple Cisco NFVIS software upgrades planned in the near future I thought I would explore the API to see how this might help speed up the process. My ...
The move away from decentralized management of network devices has been a huge time saver when it comes to gathering data on these technologies. Although the...
The increasing complexity of network infrastructure devices has drastically changed what is required to perform a thorough health check to ensure it is opera...
The Cisco Support API’s provide some very useful end-points that enable you to gain efficiencies on managing your Cisco hardware and software inventory. In t...
Managing your network infrastructure hardware, software and maintenance lifecycle workflow tends to be a painful process. It means gathering large amounts of...
Welcome to my site! I’m looking forward to sharing all sorts of exciting posts on networking technologies and automation. I have a particular interest in SD-...