Introduction to Route-maps

Hello Marcel

Take a look at this Cisco Documentation:


On page 20-2 it states the following:

  • If several match commands are present in a clause, all must succeed for a given route in order for that route to match the clause (in other words, the logical AND algorithm is applied for multiple match commands).
  • If a match command refers to several objects in one command, either of them should match (the logical OR algorithm is applied). For example, in the match ip address 101 121 command, a route is permitted if it is permitted by access list 101 or access list 121.

So based on this, Scenario 1 is a logical OR and Scenario 2 is a logical AND.

I hope this has been helpful!

Laz

3 Likes