White Papers

Table Of Contents
CONFIGURATION ACL RANGE mode
type [inverse value] lower threshold upper-threshold
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
5 sport1 l4srcport No 1024 65535 1
6 sportinv1 l4srcport Yes 2500 2500 1
DellEMC# 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:
Two or more match clauses within the same route-map sequence have the same match commands (though the values
are different), matching a packet against these clauses is a logical OR operation.
Two or more match clauses within the same route-map sequence have different match commands, matching a packet
against these clauses is a logical AND operation.
If no match is found in a route-map sequence, the process moves to the next route-map sequence until a match is found, or
there are no more sequences.
When a match is found, the packet is forwarded and no more route-map sequences are processed.
If a continue clause is included in the route-map sequence, the next or a specified route-map sequence is processed after
a match is found.
Configuration Task List for Route Maps
Configure route maps in ROUTE-MAP mode and apply the maps in various commands in ROUTER RIP and ROUTER OSPF
modes.
The following list includes the configuration tasks for route maps, as described in the following sections.
Create a route map (mandatory)
Configure route map filters (optional)
Configure a route map for route redistribution (optional)
Configure a route map for route tagging (optional)
114
Access Control Lists (ACLs)