If you have seen any of the TextFSM posts on this site you know how useful the Network To Code TextFSM Template repository can be. Rarely do I not find what I need there! I recently had to parse route summary information from JUNOS Looking Glass routers. I always check the very rich set of READ MORE
Tag: textfsm
A quick example of using TextFSM to parse data from Cisco show commands – Python3 Version
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
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