-
Notifications
You must be signed in to change notification settings - Fork 742
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
Create cisco_asa_show_running-config_object_service #1970
Conversation
ntc_templates/templates/cisco_asa_show_running-config_object_service.textfsm
Outdated
Show resolved
Hide resolved
Value SRC_PORT_EQ (\S+) | ||
Value SRC_PORT_GT (\S+) | ||
Value SRC_PORT_LT (\S+) | ||
Value SRC_PORT_START (\S+) | ||
Value SRC_PORT_END (\S+) | ||
Value DST_PORT_EQ (\S+) | ||
Value DST_PORT_GT (\S+) | ||
Value DST_PORT_LT (\S+) | ||
Value DST_PORT_START (\S+) | ||
Value DST_PORT_END (\S+) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wollmannbruno
I have some ideas regarding all the port capture groups.
If I work up a PR against your fork would you be willing to review/consider the changes?
I want to make sure my thoughts to simplify align with your expectations/needs/process. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjbear
If we can simplify the template, we should.
Send over your changes, and I'll test them against a production firewall.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjbear If we can simplify the template, we should. Send over your changes, and I'll test them against a production firewall.
@wollmannbruno
I created https://github.com/wollmannbruno/ntc-templates/pull/1 for your review.
Since I opened this PR against your fork's obj_service
branch, if/when you merge that into that branch it will also be included in this NTC PR.
Thank you! 🙂
…ervice.textfsm Co-authored-by: Michael Bear <38406045+mjbear@users.noreply.github.com>
* Reduce operator-specific capture groups * Support ICMP types and codes
…ervice.textfsm Switch regex from lowercase alphabet to any character other than whitespace. Co-authored-by: Bruno Wollmann <bruno@terra-comm.ca>
…service.raw Co-authored-by: Bruno Wollmann <bruno@terra-comm.ca>
Co-authored-by: Bruno Wollmann <bruno@terra-comm.ca>
Simplify structured data and add support for operators and ICMP
This PR resolves issue #1968.