16-Sep-2022 12:33
Hello Guys!
We have an internet facing LTM with public IPs. Currently, this LTM's default route points to a VRRP address (we have 2 routers for redundancy).
On the same public VLAN, we have multiple virtual-servers.
We are scheduling a maintenance window to bounce both routers and it came to us that since auto-last-hop is enabled (default configuration all around), if we bounce the master router, this LTM is going to return the traffic to the incorrect MAC address for all established connections (we have some long lived VS connections).
Following article K9487, we are planning to disable auto-last-hop on the internet facing VLAN.
My question is: When I disable auto-last-hop on that VLAN, will this affect currently established connections or will it only affect new connections?
Thanks, Rafael.
Solved! Go to Solution.
16-Sep-2022 22:12
Changing that value will impact new connections, those connections already in the connection table will continue to return to the auto-last-hop setting established. You can do a couple things about that:
16-Sep-2022 22:12
Changing that value will impact new connections, those connections already in the connection table will continue to return to the auto-last-hop setting established. You can do a couple things about that:
19-Sep-2022 06:40
Thanks Jason!