Convert any CLI outputs to csv easily with TextFSM Part1

preview_player
Показать описание
I will show you how to convert CLI outputs to csv using textfsm.
TextFSM - a library created by Google to handle output from network devices.
It allows you to create templates to process the output of a command.

Script automatically selects the template to use based on the keywords found inside the input file
It supports the conversion of 5 common cisco CLIs into csvs
----------------------------------------------
show cdp neighbor detail
show version
show ip interface brief
show ip bgp summary
show inventory
----------------------------------------------
The code for this series can be found at:

You Can Find Me On:
Рекомендации по теме
Комментарии
Автор

this is exactly i was looking for for my work! thank you!

ocgirltw
Автор

I an getting the below error, when running the script, can u suggest ?

indrajittalukdar
Автор

Hi Sir
this is great video, can you give sample for show mac address-table

TechWithParlem