I like the Cisco ISE GUI interface since 2.4, it’s pretty easy, maybe too many tabs and menus, but once you get the idea – you...
Continue reading...It is all about technology Learn Something New Everyday
Python More about Strings and Re
Getting help: For more details, you can always call the built-in dir function, which returns a list of all the attributes available for a given object...
Continue reading...Python: Collect version and config with “not sure” credentials
Sometimes there is some mix in the configuration of the devices: some configured with TACACS, some are still with local username, but not sure with which...
Continue reading...Python Basics: Strings, Lists, Dicts, Functions
Kind of Cheat Sheet for anything basic, that I did not know, have not used or interesting things, that good to know. I will keep it...
Continue reading...Python DNS records Checker
Working on the task came up with an idea of how to check if the A or PTR record is created for a server or domain....
Continue reading...Python Ping IP address
Working with network devices it’s good to check if the IP address is available (in case ICMP is allowed/enabled) before trying to get into it. Here...
Continue reading...Git and GitHub Overview
Git is a free and open-source distributed version control system. Install git and create a GitHub account more about how to install git – here. There is...
Continue reading...CiscoChampion 2020
Thrilled to be selected as a CiscoChampion for the first time! Great way to start off 2020!💥
Continue reading...Linux on Windows, Python IDE, and VirtualEnv
Linux on Windows For some tasks, it is still easier to use Windows (Cisco IP Communicator, UCCX Script Editor, CUCM RTMT, etc.), but there is an...
Continue reading...Python: Script structure
I decided to make some Python notes. Since there is a ton of information about Python, these notes will be mostly for my reference but if...
Continue reading...