CLI Guide
already configured on this terminal line. Before applying either IPv4 or IPv6 filtering, first undo the generic
configuration using the no access-class access-list-name command.
Similarly, if you have configured either IPv4 or IPv6 specific filtering on a terminal line, you cannot apply
generic IP ACLs on top of this configuration. Before applying the generic ACL configuration, first undo the
existing configuration using the no access-class access-list-name [ipv4 | ipv6]
command.
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 186— Enable the ACL range.
clear counters ip access-group
Erase all counters maintained for access lists.
Syntax
clear counters ip access-group [access-list-name]
Access Control Lists (ACL) 185