Concept Guide

DellEMC(config-std-nacl)#exit
DellEMC(conf)#class-map match-all cmap1
DellEMC(conf-class-map)#match ip access-group acl1
DellEMC(conf-class-map)#exit
DellEMC(conf)#class-map match-all cmap2
DellEMC(conf-class-map)#match ip access-group acl2
DellEMC(conf-class-map)#exit
DellEMC(conf)#policy-map-input pmap
DellEMC(conf-policy-map-in)#service-queue 7 class-map cmap1
DellEMC(conf-policy-map-in)#service-queue 4 class-map cmap2
DellEMC(conf-policy-map-in)#exit
DellEMC(conf)#interface te 10/1/1
DellEMC(conf-if-te-10/1/1)#service-policy input pmap
Congure ACL Range Proles
Dell EMC Networking OS allows L3 ACLs to congure range of L4 source and destination ports using the operators and range of ports. This
results in multiple ACL entries that use more space in the forwarding table. Staring from Dell EMC Networking OS 9.11(0.0), you can
congure the range of L4 source and destination ports as part of L3 ACLs, which results in only one ACL entry. To congure the range
proles, use the following commands.
For a complete list of all the commands related to IP ACLs, refer to the Dell EMC Networking OS Command Line Interface Reference
Guide.
1 Enable the ACL range feature.
CONFIGURATION mode
feature aclrange
NOTE
: If you enable this feature, router trac is not ltered by the
ACL.
2 Create a range prole after entering the ACL Prole Conguration mode.
CONFIGURATION mode
aclrange profile-name
CONFIGURATION ACL RANGE mode
type [inverse value] lower threshold upper-threshold
Examples of Conguring the ACL Range Proles and Viewing the ACLs using the congured proles:
DellEMC(conf)#feature aclrange
DellEMC(conf)#aclrange sportrange1
DellEMC(conf-aclrange-sportrange1)# l4srcport 1024 65535
DellEMC(conf)#aclrange destportrange1
DellEMC(conf-acl-destportrange1)# l4dstport 500 500
DellEMC(conf)#aclrange inverserange
DellEMC(conf-acl-inverserange)# l4dstport inverse 1000
DellEMC# show aclrange
INDEX PROFILE_NAME TYPE INVERSE LOWER UPPER REF_CNT
THRESHOLD THRESHOLD
--------------------------------------------------------------------------------------
1 dport1 l4dstport No 80 89 0
2 dport2 l4dstport No 3000 3500 2
3 dportgt5000 l4dstport No 5001 65535 1
4 ip-mtu-782 mtu No 782 782 1
Access Control Lists (ACLs)
103