-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Failing Use Cases in Cisco IOS ACL Template #245
Comments
jmcgill298
added a commit
to jmcgill298/ntc-templates
that referenced
this issue
Aug 20, 2018
* Fix issue where negative look-behind should be a positive look-behind for src ports * Fix issue with missing for log variable in standard acl regex * Fix issue where ports can have multiple values if not a port range * Add as a potential port match
This was referenced Aug 20, 2018
jmcgill298
added a commit
that referenced
this issue
Aug 20, 2018
FIXES #245 - CISCO_IOS_SHOW_IP_ACCESS-LISTS:
Merged
jmcgill298
added a commit
to jmcgill298/ntc-templates
that referenced
this issue
Oct 14, 2018
* Fix issue where negative look-behind should be a positive look-behind for src ports * Fix issue with missing for log variable in standard acl regex * Fix issue where ports can have multiple values if not a port range * Add as a potential port match
jmcgill298
added a commit
to jmcgill298/ntc-templates
that referenced
this issue
Oct 14, 2018
* Fix issue where negative look-behind should be a positive look-behind for src ports * Fix issue with missing for log variable in standard acl regex * Fix issue where ports can have multiple values if not a port range * Add as a potential port match
I have a similar issue.... Should I just post it here or as a new issue ?? textfsm.parser.TextFSMError: Error: "Could not parse line:". Rule Line: 38. Input Line: 10 permit icmp 23.54.66.128 0.0.0.127 any echo-reply. Sorry not familiar with Git hub and loggin of bugs and issues... Cheers |
jvanderaa
pushed a commit
that referenced
this issue
Nov 10, 2021
* Fix issue where negative look-behind should be a positive look-behind for src ports * Fix issue with missing for log variable in standard acl regex * Fix issue where ports can have multiple values if not a port range * Add as a potential port match
jvanderaa
pushed a commit
that referenced
this issue
Nov 10, 2021
FIXES #245 - CISCO_IOS_SHOW_IP_ACCESS-LISTS:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using this issue to track progress on fixes.
ISSUE TYPE
TEMPLATE USING
SAMPLE COMMAND OUTPUT
SUMMARY
The template fails on source port ranges, multiple port entries (up to 10 allowed on IOS), and object-groups.
STEPS TO REPRODUCE
(using netmiko)
EXPECTED RESULTS
Structured data returned from template.
ACTUAL RESULTS
TextFSM failed parsing on all
32 scenarios.POTENTIAL FIXES
Value SRC_PORT_RANGE_START ((?<=range\s)\S+)
(courtesy @jmcgill298)The text was updated successfully, but these errors were encountered: