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

nxos_acls module statistics per-entry #799

Open
stevenwmn21 opened this issue Jan 2, 2024 · 0 comments
Open

nxos_acls module statistics per-entry #799

stevenwmn21 opened this issue Jan 2, 2024 · 0 comments
Assignees
Labels
acls acls resource module feature This issue/PR relates to a feature request.

Comments

@stevenwmn21
Copy link

SUMMARY

The cisco.nxos.nxos_acls module should have a Boolean parameter to add statistics per-entry to an ACL

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

cisco.nxos.nxos_acls module

ADDITIONAL INFORMATION

When creating an ACL in NXOS, if you do not include statistics per-entry you will not see the hit counts on the ACL's

- name: Merge provided ACLs configuration with device configuration
  cisco.nxos.nxos_acls:
    state: merged
    config:
      - afi: ipv4
        acls:
          - name: ACL1v4
             statistics: true
@NilashishC NilashishC added feature This issue/PR relates to a feature request. acls acls resource module labels Jan 3, 2024
@NilashishC NilashishC self-assigned this Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acls acls resource module feature This issue/PR relates to a feature request.
Projects
None yet
Development

No branches or pull requests

2 participants