White Papers

Table Of Contents
cam_count
List the count of the CAM rules for this ACL.
interface
interface
Enter the keyword interface then the one of the following keywords and slot/
port or number information:
For a Port Channel interface, enter the keywords port-channel then a
number. The range is from 1 to 128.
For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet then the slot/port information.
Command Modes
EXEC
EXEC Privilege
Supported Modes FullSwitch
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 filter. If the keywords count or byte were configured in the filter,
the number of packets or bytes the filter 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 reflects 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 filter 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 FullSwitch
Access Control Lists (ACL) 147