-
Notifications
You must be signed in to change notification settings - Fork 741
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
Update cisco_asa_show_running-config_object_network.textfsm #1952
Conversation
Added better FQDN object support. Cisco ASA config shows following options: network-object mode commands/options: WORD < 128 char Fully Qualified Domain Name - FQDN must begin and end with a digit/letter. Only letters, digits, and hyphen are allowed as internal characters. Labels are separated by a dot. v4 IPv4 FQDN object v6 IPv6 FQDN object Objects can be specified as v4 or v6 or can be created without specification. This enables correct parsing since before they would be parsed as "v4" or "v6".
Howdy @ppisnjak
Thank you! |
Regenerate existing parsed data for ASA show run obj network
ntc_templates/templates/cisco_asa_show_running-config_object_network.textfsm
Outdated
Show resolved
Hide resolved
…etwork.textfsm I agree, honestly this is my first commit so, not sure what is the best practice. Co-authored-by: Michael Bear <[email protected]>
ntc_templates/templates/cisco_asa_show_running-config_object_network.textfsm
Show resolved
Hide resolved
@mjbear Thanks for assistance! Since this is my first pull request ever, what is the following procedure? We just wait for code owners approve or is there something else needed? Thanks! |
That is correct. Note: I was being a bit silly with IPv10, but I'm good with the regex as it doesn't hurt! 🫠 |
...isco_asa/show_running-config_object_network/cisco_asa_show_running-config_object_network.yml
Outdated
Show resolved
Hide resolved
…how_running-config_object_network.yml
...isco_asa/show_running-config_object_network/cisco_asa_show_running-config_object_network.yml
Outdated
Show resolved
Hide resolved
…how_running-config_object_network.yml
Added better FQDN object support. Cisco ASA config shows following options:
network-object mode commands/options:
WORD < 128 char Fully Qualified Domain Name - FQDN must begin and end with a digit/letter. Only letters, digits, and hyphen are allowed as internal characters. Labels are separated by a dot.
v4 IPv4 FQDN object
v6 IPv6 FQDN object
Objects can be specified as v4 or v6 or can be created without specification. This enables correct parsing since before they would be parsed as "v4" or "v6".