I would like to know when the Route Map means AND and when it Means OR:
For instance:
Route-Map OSPF2EIGRP 10
Match tag 5
Match Route-Type Internal
Does this mean match them both or the condition is false.
=======
Route-Map OSPF2EIGRP 10
Match tag 5
Route-Map OSPF2EIGRP 10
Match Route-Type Internal
Does this mean Match either the routes with tag 5 OR type Internal ?
=======
Route-Map OSPF2EIGRP 10
Match tag 5
Match Route-Type Internal
=======
Route-Map OSPF2EIGRP 10
Match tag 5
Route-Map OSPF2EIGRP 20
Match Route-Type Internal
==========================
So Multiple Match in one sequence is an AND
Multiple match in difference sequences is an OR
Correct?