Administrator Guide

Implementation Information
ACLs and prefix lists can only drop or forward the packet or traffic. Route maps process routes for route redistribution. For example, a
route map can be called to filter only specific routes and to add a metric.
Route maps also have an “implicit deny.” Unlike ACLs and prefix lists; however, where the packet or traffic is dropped, in route maps, if a
route does not match any of the route map conditions, the route is not redistributed.
The implementation of route maps allows route maps with the no match or no set commands. When there is no match command, all
traffic matches the route map and the set command applies.
Configuring UDF ACL
To configure a User Defined Field (UDF) ACL:
1. Enable UDF ACL feature on a switch.
CONFIGURATION mode
feature udf-acl
DellEMC(conf)#feature udf-acl
2. Change the default CAM allocation settings or reconfigure new CAM allocation settings and enable IPV4 UDF.
CONFIGURATION mode
cam-acl {default | l2acl number ipv4acl number ipv6acl number ipv4qos number l2qos number
l2pt number ipmacacl number [vman-qos | vman-dual-qos number] ecfmacl number [nlbclusteracl
number] ipv4pbr number }openflow number | fcoe number} [ipv4udfenable] [iscsioptacl number]
[vrfv4acl number]
DellEMC(conf)#cam-acl l2acl 1 ipv4acl 8 ipv6acl 2 ipv4qos 0 l2qos 2 l2pt 0 ipmacacl 0 vman-
qos 0 ecfmacl 0 ipv4udfenable
3. View the currently configured CAM allocation.
EXEC mode
EXEC Privilege mode
show cam-acl
DellEMC#show cam-acl
-- Chassis Cam ACL --
Current Settings(in block sizes) Next Boot(in block sizes)
1 block = 256 entries
L2Acl : 2 1
Ipv4Acl : 2 8(UdfEnabled)
Ipv6Acl : 0 2
Ipv4Qos : 2 0
L2Qos : 1 2
L2PT : 0 0
IpMacAcl : 0 0
VmanQos : 0 0
EcfmAcl : 2 0
FcoeAcl : 4 0
iscsiOptAcl : 0 0
ipv4pbr : 0 0
vrfv4Acl : 0 0
Openflow : 0 0
fedgovacl : 0 0
nlbclusteracl: 0 0
-- stack-unit 1 --
Current Settings(in block sizes) Next Boot(in block sizes)
1 block = 256 entries
L2Acl : 2 1
Ipv4Acl : 2 8(UdfEnabled)
Ipv6Acl : 0 2
Ipv4Qos : 2 0
L2Qos : 1 2
L2PT : 0 0
IpMacAcl : 0 0
Access Control Lists (ACLs)
123