ansible-collections/cisco.nxos

nxos_acls module statistics per-entry

stevenwmn21 opened this issue · 0 comments

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