I was wondering if anyone knew if you had two next hops in a route-map, in two different subnets and they were equal cost if they will do load balancing or are is it going to just use the first "next-hop" address? (See sample configuration below) I want them to load balance or load share on two different links, but didn't how to do this in the PBR configurations. I read something about "recursive" next-hop, but didn't know if that would do load balancing or not.
Thanks,
Martin
access-list 75 permit 10.100.0.0 0.0.255.255
route-map This-Way permit 10
match ip address 75
set ip next-hop 10.255.5.116
set ip next-hop 10.255.5.124
set ip next-hop verify-availability