Previous: Route Map Exit Action Command, Up: Route Map [Contents][Index]
A simple example of a route-map:
route-map test permit 10 match ip address 10 set local-preference 200
This means that if a route matches ip access-list number 10 it’s local-preference value is set to 200.
See BGP Configuration Examples for examples of more sophisticated useage of route-maps, including of the ‘call’ action.