December 2001
Intermediate to advanced
608 pages
25h 14m
English
match length — route-map
match lengthminmaxno match lengthminmax
Route filtering
None
This command lets you build a route map that selects packets whose
size is between min and
max. If a packet’s size falls in
this range, it is processed according to the other statements in the
route map. This command is used with policy routing.
In this example, we want to match packets that are between 10 to 100
bytes long. We then send matching packets out through the
serial0 interface.
interface ethernet1 ip policy route-map example1 ! route-map example1 match length 10 100 set interface serial0
Read now
Unlock full access