Dell(conf-policy-map-in)#service-queue 4 class-map cmap2Dell(conf-policy-map-in)#exitDell(conf)#interface te 10/1/1Dell(conf-if-te-10/1/1)#service-policy input pmapConfigure ACL Range ProfilesDell Networking OS allows L3 ACLs to configure range of L4 source and destination ports using the operators and range of ports. Thisresults in multiple ACL entries that use more space in the forwarding table. Staring from Dell Networking OS 9.11(0.0), you can configurethe range of L4 source and destination ports as part of L3 ACLs, which results in only one ACL entry. To configure the range profiles, usethe 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 modefeature aclrange2 Create a range profile after entering the ACL Profile Configuration mode.CONFIGURATION modeaclrange profile-nameCONFIGURATION ACL RANGE modetype [inverse value] lower threshold upper-thresholdExamples of Configuring the ACL Range Profiles and Viewing the ACLs using the configured profiles:Dell(conf)#feature aclrangeDell(conf)#aclrange sportrange1Dell(conf-aclrange-sportrange1)# l4srcport 1024 65535Dell (conf)#aclrange destportrange1Dell(conf-acl-destportrange1)# l4dstport 500 500Dell (conf)#aclrange inverserangeDell(conf-acl-inverserange)# l4dstport inverse 1000Dell# show aclrangeINDEX PROFILE_NAME TYPE INVERSE LOWER UPPER REF_CNTTHRESHOLD THRESHOLD--------------------------------------------------------------------------------------1 dport1 l4dstport No 80 89 02 dport2 l4dstport No 3000 3500 23 dportgt5000 l4dstport No 5001 65535 14 ip-mtu-782 mtu No 782 782 15 sport1 l4srcport No 1024 65535 16 sportinv1 l4srcport Yes 2500 2500 1Dell# show aclrange access-listProfile-name type Acl-name seqno------------------------------------------abc v4 abc 5V4 zyx 10V6 def 8bgp V6 ghi 8Important Points to Remember• For route-maps with more than one match clause:Access Control Lists (ACLs) 111