blueyesdude wrote: I used a route map lab permit 10 match ip address prefix-list 1 2
route-map lab permit 10 match ip address prefix-list 1 match ip address prefix-list 2
Like matches in the same route map subblock are filtered with "or" semantics. If any one match clause is matched in the entire route map subblock, this match is treated as a successful match. Dissimilar match clauses are filtered with "and" semantics. So dissimilar matches are filtered logically.