August 2005
Intermediate to advanced
798 pages
31h 12m
English
match interface — route-map
match interfaceinterface[...interface] no match interfaceinterface[...interface]
Route filtering
None
This command lets you build a route map that selects routes according to the interfaces they use. For the route to match, its next hop must be through one of the interfaces listed. Routes that match are processed according to the other statements in the route map.
In the following route map, all routes must have a next hop through the serial0 or serial1 interface for the route to match.
route-map example1 match interface serial0 serial1