Hey Everyone,
I am trying to create an inPort ACL on our VSP-8404 to send traffic destined to the internet... hit a different firewall instead of the one setup as the default route.
This is what I have:
filter acl 120 type inPort name "Redirect"
filter acl port 120 1/15
filter acl ace 120 100 name "Redirect to Firewall"
filter acl ace action 120 100 permit redirect-next-hop 1.1.1.1
filter acl ace ethernet 120 100 ether-type eq ip
filter acl ace ip 120 100 src-ip mask 0.0.0.0 255.255.255.255
filter acl ace ip 120 100 dst-ip mask 0.0.0.0 255.255.255.255
filter acl ace 120 100 enable
When I do a trace route on a device directly connected to Port 15 - 1.1.1.1 is not the next hop. The default route for the router is.
Any help would greatly be appreciated.