Displays the dynamic ACL counters.
| countername | Display the counter. | 
| any | Specifies the wildcard ACL. | 
| port_list | Specifies which ports‘ ACLs to display. | 
| vlan_name | Specifies which VLAN‘s ACL to display. | 
| ingress | Display ingress ACLs. | 
| egress | Display egress ACLs. | 
The default is to display all interfaces, ingress.
None.
The following command displays all the dynamic ACL counters:
# sh access-list dynamic counter 
 Vlan Name        Port   Direction  
    Counter Name                   Packet Count         Byte Count           
==================================================================
*                15     ingress   
    mac1Count                      594                                       
 *                15     egress    
    egressCount                    0       
        The following command displays output with port number specified:
# sh access-list dynamic counter ports 15
Vlan Name        Port   Direction  
    Counter Name                   Packet Count         Byte Count           
==================================================================
*                15     ingress   
    mac1Count                      757                                       
 *                15     egress    
    egressCount                    0         
        
        The following command displays output with counter name specified:
# sh access-list counter mac1 ports 15,20
Policy Name       Vlan Name        Port   Direction  
    Counter Name                   Packet Count         Byte Count           
==================================================================
temp              *                15     ingress   
    mac1                           0                                         
temp              *                20     egress    
    mac1                           0                                        
        
        This command was first available in ExtremeXOS 11.3.
This command is available on all ExtremeSwitching Universal switches.