Michael Bear

Results 201 comments of Michael Bear

@IamBuldog I see several backslashes in the sample output and labels for output lines that appear they're missing. **Is there an issue with the sample output?** ``` Chassis id: 0000.0000.0000...

The white space in the `show boot` output changed during a Cisco IOS release. Currently: `^Boot\soptimization\s:\s${BOOT_OPTIMIZATION}` Suggested: `^Boot\s+optimization\s+:\s+${BOOT_OPTIMIZATION}` I'm working up a PR for this.

Hello @bskine I have submitted PR #1623 to address the white space changes that appear in `show boot` in current IOS releases. I was able to locate a 3560cx to...

@ajw1980 @itdependsnetworks I tinkered around with it starting out with `\S+` first only to find that when a peer is in the idle BGP state then the template picks up...

@ryanmerolle I'd say it just comes down to somebody (I'll volunteer) pulling a PR together. I had been chasing some of these and when there was no response I moved...

@ryanmerolle @jvanderaa I have a PR ... it's #1719 to allow capturing BGP uptimes less than a day (the part that wasn't working) as well as beyond a full day

> Maybe we can modify the repo's template to skip the type? @kuraijay I did some quick testing via https://textfsm.nornir.tech/ with your example data and the template from above (the...

Hello @kuraijay I'd like to help figure this out so please bear with me while I ask some questions below. Thank you! :smiley: * What Cisco IOS version? * What...

Hello @kuraijay I've done some digging and located output where the type for port-channels is `N/A` instead of no text or white space as your output showed. :arrow_right: Answers to...

@kuraijay Thank you! I took your plaintext file, removed the host name prompts, the --more--, and the extra column headers. Then I ran that entire long file through NTC's `cli.py`...