ansible-collections / cisco.nxos

Ansible Network Collection for Cisco NXOS
GNU General Public License v3.0
115 stars 110 forks source link

nxos_acls module statistics per-entry #799

Open stevenwmn21 opened 8 months ago

stevenwmn21 commented 8 months ago
SUMMARY

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

ISSUE TYPE
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