As part of my ongoing effort to migrate everything over to Python 3, it’s time to show this “quick example” in 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 READ MORE
Author: eugenia
Quite a long time in networking and automation.
Python 2 or Python 3? Asked and Answered.
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
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