CLI Guide

Table Of Contents
aclrange profile-name
Create ACL range profiles for L4 ports.
Syntax
aclrange profile-name
After entering the configuration mode of the ACL range, enter the following: type [inverse value]
lower threshold upper-threshold
Parameters
profile-name
Enter a valid name for the range profile.
type Specify the type of the L4 port as source or destination.
inverse Enter the keyword inverse followed by a value. This is used as a negative (not
equal to) match.
lower threshold
Enter the minimum inclusive value of the range.
upper-threshold
Enter the maximum inclusive value of the range.
Defaults None
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, refer to the relevant Dell
EMC Networking OS Command Line Reference Guide.
The following is a list of the Dell EMC Networking OS version history for this command.
Version Description
9.11(0.0) Introduced on the S6000-ON, S6100-ON, Z9100-ON.
Usage
Information
Ensure that the ACL range feature is enabled before creating the profile names for the ranges using the
feature aclrange command. Reboot the system for the range profiles to come up.
Example
DellEMC(conf)#aclrange profile-name
DellEMC(conf-aclrange-profile-name)#
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
Related
Commands
feature aclrange on page 188 Enable the ACL range.
access-class
Apply a standard ACL to a terminal line.
Syntax
access-class access-list-name [ipv4 | ipv6]
To remove an ACL, use the no access-class command.
Parameters
access-list-name
Enter the name of a configured Standard ACL, up to 140 characters.
ipv4 Enter the keyword ipv4 to configure an IPv4 access class.
ipv6 Enter the keyword ipv6 to configure an IPv6 access class.
Defaults Not configured.
Access Control Lists (ACL) 185