Deployment Guide
Command Modes
• EXEC
• EXEC Privilege
Supported Modes Full–Switch
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
8.3.16.1 Introduced on the MXL 10/40GbE Switch IO Module.
Usage Information
show ip
accounting
access-lists
Field
Description
“Extended IP...” Displays the name of the IP ACL.
“seq 5...” Displays the lter. If the keywords count or byte were congured in the lter, the
number of packets or bytes the lter processes is displayed at the end of the line.
“order 4” Displays the QoS order of priority for the ACL entry.
Example
Dell#show ip accounting access-list
!
Standard Ingress IP access list test on TenGigabitEthernet 0/1
Total cam count 2
seq 5 permit 1.1.1.0/24 count (0 packets)
seq 10 deny 2.1.1.0/24 count (0 packets)
Standard IP ACL Commands
When you create an ACL without any rule and then apply it to an interface, the ACL behavior reects an implicit permit.
The switch supports both Ingress and Egress IP ACLs.
NOTE
: Also refer to the Commands Common to all ACL Types and Common IP ACL Commands sections.
ip access-list standard
Create a standard IP access list (IP ACL) to lter based on IP address.
Syntax
ip access-list standard access-list-name
Parameters
access-list-name Enter a string up to 140 characters long as the ACL name.
Defaults All IP access lists contain an implicit deny any, that is, if no match occurs, the packet is dropped.
Command Modes CONFIGURATION
Supported Modes Full–Switch
Access Control Lists (ACL) 155