Hi,
route-map rm_NAME permit 10
match condition 1
match condition 2
set action_1
route-map rm_NAME deny 20
match condition_3
set action_2
route-map rm_NAME permit 30
match condition_4
set action_3
When seq 10 conditions are met, action 1 is executed and route-map processing is stopped.
How about when the first match is sequence is 20 with a deny clause, will processing stops after the execution of 20 or it jumps to sequence 20