Skip to content
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

Updated template and created test. #965

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

nsnelson402
Copy link
Contributor

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT
  • template: cisco_ios_show_ip_access-lists.textfsm
  • os: cisco ios
  • command: show ip access-lists
SUMMARY

Fixes #964
Updated cisco_ios_show_ip_access-lists.textfsm to include mask-request in ICMP_TYPE

Before
Error: "Could not parse line:".
After
  - acl_type: "Extended"
    acl_name: "mask-request"
    line_num: "10"
    action: "deny"
    protocol: "icmp"
    src_host: ""
    src_any: "any"
    src_network: ""
    src_wildcard: ""
    src_port_match: ""
    src_port: ""
    src_port_range_start: ""
    src_port_range_end: ""
    dst_host: ""
    dst_any: "any"
    dst_network: ""
    dst_wildcard: ""
    dst_port_match: ""
    dst_port: ""
    dst_port_range_start: ""
    dst_port_range_end: ""
    flags_match: ""
    tcp_flag: ""
    log: ""
    icmp_type: "mask-request"
    time: ""
    state: ""
    matches: ""

@jvanderaa jvanderaa merged commit 2574fdc into networktocode:master Aug 19, 2021
jvanderaa pushed a commit that referenced this pull request Nov 10, 2021
- Updates cisco_ios_show_ip_access-lists
guillaume-mbali pushed a commit to unyc-io/ntc-templates that referenced this pull request Apr 12, 2023
- Updates cisco_ios_show_ip_access-lists
cppmonkey pushed a commit to cppmonkey/ntc-templates that referenced this pull request Oct 25, 2023
- Updates cisco_ios_show_ip_access-lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cisco IOS show ip access-list template is missing ICMP_TYPE of mask-request
2 participants