Hi,
the question is what are you trying to achieve ?
1) redirect to direct connected IP address
host IP1 < -- > switch L3 < --- > host IP2 => redirect to IP2 will work
2) redirect to IP address that is behind a next switch/router
host IP1 < -- > switch L3 < --- > router <---> host IP2 => redirect to IP2 will not work
The concept guide says:
"When a switch finds a matching ACL rule, it forwards the packet to the redirect IP address as specified
in the rule without modifying the packet (except as noted above).
The traffic flow is redirected only after applying the ACL to the port and only when the redirect IP
address’s adjacency is resolved. When the ARP or NDP table does not have the information to reach
the redirect IP address, the packet is routed based on the Layer 3 routing table. When the switch does
not know how to reach the redirect IP address in the rule, the rule is installed with a warning, and traffic
is not redirected until the address is resolved in the ARP or NDP table. After the address is resolved, the
traffic is redirected."
--
Jarek