route-map zakho, permit, sequence 20Match clauses:interface TengigabitEthernet 0/1Set clauses:tag 35level stub-areaDell#To delete all instances of that route map, use the no route-map map-name command. To delete just oneinstance, add the sequence number to the command syntax.Dell(conf)#no route-map zakho 10Dell(conf)#endDell#show route-maproute-map zakho, permit, sequence 20Match clauses:interface TengigabitEthernet 0/1Set clauses:tag 35level stub-areaDell#The following example shows a route map with multiple instances. The show config command displaysonly the configuration of the current route map instance. To view all instances of a specific route map, usethe show route-map command.Dell#show route-map dillingroute-map dilling, permit, sequence 10Match clauses:Set clauses:route-map dilling, permit, sequence 15Match clauses:interface Loopback 23Set clauses:tag 3444Dell#To delete a route map, use the no route-map map-name command in CONFIGURATION mode.Configure Route Map FiltersWithin ROUTE-MAP mode, there are match and set commands.• match commands search for a certain criterion in the routes.• set commands change the characteristics of routes, either adding something or specifying a level.When there are multiple match commands with the same parameter under one instance of route-map, thesystem does a match between all of those match commands. If there are multiple match commands withdifferent parameters, the system does a match ONLY if there is a match among ALL the match commands.In the following example, there is a match if a route has any of the tag values specified in the matchcommands.Example of the match Command to Match Any of Several ValuesDell(conf)#route-map force permit 10Dell(config-route-map)#match tag 1000Dell(config-route-map)#match tag 2000Dell(config-route-map)#match tag 3000Access Control Lists (ACLs) 156