Link to home
Start Free TrialLog in
Avatar of support_ferret
support_ferret

asked on

Cisco route-map matching multiple access-lists for next hop

Hi, could someone confirm if the below is correct if I want to use logic "OR" when matching traffic for a route-map.  I would like traffic matching test_ACL1 OR test_ACL2 to have the next hop as defined.

route-map my_test_routemap permit 10
 match ip address test_ACL1 test_ACL2
 set ip next-hop 192.168.0.2


ASKER CERTIFIED SOLUTION
Avatar of ptchuba
ptchuba
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of support_ferret
support_ferret

ASKER

Great, thank you for verifying so quickly!