You can configure a route map that matches on a destination network.
device# configure terminal
device(config)# route-map mynetroutemap1 permit 10
device(config-route-map-mynetroutemap1/permit/10)# match ip address prefix-list mylist
This example summarizes the commands in this procedure.
device# configure terminal device(config)# route-map mynetroutemap1 permit 10 device(config-route-map-mynetroutemap1/permit/10)# match ip address prefix-list mylist