I’ve spent the last 6 months converting my Python 2.7 scripts over to Python 3. In the nascent days of SDN and Automation that was always one of the first questions asked… To code in Python 2 or Python 3? That question has been answered. If you look at the Python Developers Guide you can READ MORE
Category: All_Unsolicited
A quick example of using TextFSM to parse data from Cisco show commands
This is the original post which used Python 2.7. Please see the updated post using Python 3. TextFSM is a powerful parsing tool (python module) developed by Google. There are some great examples out there to get you started. Here are two I urge you to read if this topic is of interest to you: READ MORE