ADC Telecommunications, Inc.
234 CHAPTER 11: CREATING ROUTE FILTERS
Creating RIP Import Route Maps

You can use RIP import route maps to alter the preference of incoming RIP

routes. When there are multiple routes to the same destination, the route

with the numerically highest preference is preferred.

RIP import route maps are created within router-rip import mode using the

route-map command. To create a RIP import route map, use this procedure:

Task Command
1. Enter router-rip mode. router rip
2. Enter import mode. import
3. Specify the route map or create a
new one if it does not already
exist.
route-map <map-tag>
4. Define that match criteria for this
route map.
match {ip-address <ip-address> <mask> |
tag <tag-value> {exact | exclude} |
peer-address <ip-address> <mask>}
5. Define the override criteria that
you want the system to apply to
any routes that match.
override {metric <metric-value> |
tag <tag-value> |
preference <preference-value>}
6. Optional: You can then verify the
route map with the show
route-map command.
show route-map <map-tag>