Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 609 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 609 Bytes

Netmiko-textfsm-Example /Python&Linux

How to find admin-up interfaces using parser

https://pypi.org/project/pyats-parser/

TextFSM is a project built by Google that takes CLI string output and passes each line through a series of regular expressions until it finds a match. The regular expressions use named capture groups to build a text table out of the significant text. The names of the capture groups are used as column headers, and the captured values are stored as rows in the table.

image