Hi,
I am trying to run the below commands on a Cisco ASA 5525 V01 to set the next hop for specific subnets.
route-map PBR permit 10
match ip address NET1_ACL
set ip next-hop x.x.x.x
The "set ip next-hop x.x.x.x" is not recognized. Is there anything I need to do to enable this?
Thanks,