Users Guide

Version 8.4.2.1 Introduced on the S-Series.
Version 8.2.1.0 Introduced on the E-Series ExaScale.
Version 7.8.1.0 Introduced on the C-Series.
Version 7.4.1.0 Introduced on the E-Series TeraScale.
Example
Dell#show running-config acl
!
ip access-list extended ext-acl1
!
ip access-list standard std-acl1
!
ipv6 access-list Acl1
description IPV6 Access-list
seq 5 permit ipv6 1111::2222/127 host 3333::1111 log count bytes
remark 10 Remark for Entry # 10
seq 10 permit icmp host 3333:: any mobile-advertisement log
seq 15 deny tcp any any rst
seq 20 permit udp any any gt 100 count
Dell#
test cam-usage
Verify that enough ACL CAM space is available for the IPv6 ACLs you have created.
Syntax
test cam-usage service-policy input input policy name linecard {number |
all}
Parameters
policy-map name
Enter the name of the policy-map to verify.
number
Enter all to get information for all the linecards, or enter the linecard number to
get information for a specific card. The range is 0-6 for E-Series and 0-7 for C-
Series.
Defaults none
Command Modes EXEC Privilege
Command
History
Version Description
9.2(1.0) Introduced on the Z9500.
9.0.2.0 Introduced on the S6000.
8.4.2.1 Introduced on the S-Series.
8.2.1.0 Introduced on the E-Series ExaScale.
7.8.1.0 Introduced on the C-Series and E-Series TeraScale.
Usage
Information
This command applies to both IPv4 and IPv6 CAM Profiles, but is best used when verifying QoS
optimization for IPv6 ACLs.
QoS Optimization for IPv6 ACLs does not impact the CAM usage for applying a policy on a single (or the
first of several) interfaces. It is most useful when a policy is applied across multiple interfaces; it can
reduce the impact to CAM usage across subsequent interfaces.
The following describes the test cam-usage command shown in the Example below.
Term Explanation
Linecard Lists the line card or linecards that are checked. Entering all shows the status for
linecards in the chassis.
IPv6 Access Control Lists (IPv6 ACLs) 807