Users Guide

Dell(conf-policy-map-in)#service-queue 4 class-map cmap2
Dell(conf-policy-map-in)#exit
Dell(conf)#interface te 10/1/1
Dell(conf-if-te-10/1/1)#service-policy input pmap
Congure ACL Range Proles
Dell 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 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 Networking OS Command Line Interface Reference Guide.
1 Enable the ACL range feature.
CONFIGURATION mode
feature aclrange
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:
Dell(conf)#feature aclrange
Dell(conf)#aclrange sportrange1
Dell(conf-aclrange-sportrange1)# l4srcport 1024 65535
Dell (conf)#aclrange destportrange1
Dell(conf-acl-destportrange1)# l4dstport 500 500
Dell (conf)#aclrange inverserange
Dell(conf-acl-inverserange)# l4dstport inverse 1000
Dell# 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
5 sport1 l4srcport No 1024 65535 1
6 sportinv1 l4srcport Yes 2500 2500 1
Dell# show aclrange access-list
Profile-name type Acl-name seqno
------------------------------------------
abc v4 abc 5
V4 zyx 10
V6 def 8
bgp V6 ghi 8
Important Points to Remember
For route-maps with more than one match clause:
100
Access Control Lists (ACLs)