Skip to content

bozensel/textfsm-netmiko-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

textfsm-netmiko-example

How to get admin "up" interfaces using parser.

Following is used to parse "show interface description" data.

image

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.

About

how get admin "up" interfaces using parser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages