Layer 3 Routing Commands 1484
Request denied. Another application using this ACL restricts the number of
rules allowed.
console(config)#ip access-list madan
console(config-ipv4-acl)#permit udp any any
Request denied. Another application using this ACL restricts the number of
rules allowed.
match length
Use this command to configure packet length matching criteria for a route
map. Use the no form of this command to delete a match statement from a
route map.
Syntax
match length min max
no match length
•
min
—
Specifies the minimum Layer 3 length for the packet, inclusive, allowing
for a match.
•
max
—
Specifies the maximum Layer 3 length for the packet, inclusive, allowing
for a match.
Default Configuration
There is no default configuration for this command.
Command Mode
Route Map mode
User Guidelines
The match criteria specified by this command acts on the packet length as it
appears in the IP header and is not necessarily correlated with the frame
length as it appears on the wire.
Example
console(config-route-map)#match length 64 1500