118 | Access Control Lists (ACLs)w w w . d e l l . c o m | s u p p o r t . d e l l . c o m Figure 6-24. Command Example: show route-mapTo delete a route map, use the no route-map map-name command in the CONFIGURATION mode.Configure route map filtersWithin the ROUTE-MAP mode, there are match and set commands. Basically, match commands searchfor a certain criterion in the routes and the set commands change the characteristics of those routes, eitheradding something or specifying a level.When there are multiple match commands of the same parameter under one instance of route-map, thenFTOS does a match between either of those match commands. If there are multiple match commands ofdifferent parameter, then FTOS does a match ONLY if there is a match among ALL match commands.The following example explains better:Example 1In the above route-map, if a route has any of the tag value specified in the match commands, then there is amatch.Example 2In the above route-map, only if a route has both the characteristics mentioned in the route-map, it ismatched. Explaining further, the route must have a tag value of 1000 and a metric value of 2000. Only thenis there a match.FTOS#show route-map dillingroute-map dilling, permit, sequence 10Match clauses:Set clauses:route-map dilling, permit, sequence 15Match clauses:interface Loopback 23Set clauses:tag 3444FTOS#FTOS(conf)#route-map force permit 10FTOS(config-route-map)#match tag 1000FTOS(config-route-map)#match tag 2000FTOS(config-route-map)#match tag 3000FTOS(conf)#route-map force permit 10FTOS(config-route-map)#match tag 1000FTOS(config-route-map)#match metric 2000