SROS Command Line Interface Reference Guide
Route Map Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
1285
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.
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
:
ProCurve(config)#
route-map MyMap permit 100
ProCurve(config-route-map)#
match length 1 200