Route Map Syntax
Route maps are created with the global command:
Router(config)#route-map {tag} permit | deny [sequence_number]
Each statement in a route map begins this same way, with the same route map
name but different sequence numbers, and with match and/or set conditions
below it. Permit means that any traffic matching the match conditions is
used. Deny means that any traffic matching the match conditions is not used.