- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-24-2019 10:04 AM - edited 04-24-2019 10:21 AM
04-24-2019 01:27 PM
A couple things you may be able to test to see what's going on:
1. Dump the fib table. It won't help for your PBF rule, but since your VR has a static route it should show that correctly:
> show routing route
2. Test the routing to see what the firewall thinks the correct route should be:
> test routing fib-lookup virtual-router your_vr_name ip 2a00:1450:4001...
The virtual router will always take a more specific route, so make sure your eth1/1 route doesn't have a more specific IPv6 route that is overriding your static route. It may also be helpful to see what your static route and PBF policy does (if you can sanitize it for public consumption here in the forums).
04-24-2019 02:11 PM - edited 04-24-2019 02:19 PM
I got it working. I simply moved the PBF to the top of my PBF list and did not specify a next hop interface (eth 1/3) on the static route and it started working. Which is weird because that PBF rule was the only one referrencing any IPv6 traffic so I figured it would match it regardless of where it resided in the list. Not sure which one of this allowed it start working but it is now.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!