Parsing Network Device Output Part 2: Status or Configuration?
Reading Time: 3 minutes A Brief Interlude In my first post in this series, I dove into utilizing Regular Expressions (Regex) to parse network device output. Before I continue with some of the other parsing options, I thought it would be worthwhile to post a short blog laying out some definitions that I’ll be relying on. Specifically I’ll be using them for delineation among the different parsing options and their use cases. At the heart of this problem, is that when interacting with traditional
Continue readingParsing Network Device Output Part 2: Status or Configuration?