Match length <minimum> <maximum – ADTRAN 5000 Series User Manual
Page 1179

Command Reference Guide
Route Map Command Set
61200990L1-35E
Copyright © 2005 ADTRAN
1179
match length <minimum> <maximum>
Use the match length command to configure the route map to route traffic based on the packet length. Use
the no form of this command to discontinue matching.
Syntax Description
<minimum>
Specifies the minimum packet length you want to match.
(Valid range: 1 to 4,294,967,295.)
<maximum>
Specifies the maximum packet length you want to match.
(Valid range: 1 to 4,294,967,295.)
Default Values
No default value necessary for this command.
Applicable Platforms
This command applies to the NetVanta 2000 and 5000 Series, and Total Access 900 Series units.
Command History
Release 11.1
Command was introduced.
Usage Examples
The following example instructs the route map named MyMap to match packets with a minimum length of
1 and a maximum length of 200:
(config)#route-map MyMap permit 100
(config-route-map)#match length 1 200