I changed the default GW for all the members of a group. Traffic is still flowing, but a traceroute from the CLI has traffic going to the old router before turning around and getting re-routed to the proper router.
It looks like the SAN learned a particular route, and is not updating it's routing table.
Will this timeout after a while? How do I view the group's route table?
After a chat with Equallogic support it seems that the only supported way to update the default GW is to failover the members. That seems a bit fishy - Anyone have a better plan?
I did learn that the routing table can be viewed with a 'su exec nstat_test -r'. This did confirm that the members are using an incorrect gateway address.
Ed.Willson
1 Rookie
•
14 Posts
668
1
Posted March 4th, 2013 14:00
I was able to get this issue solved today without having to reset the members. Dell support ran the following from a bash prompt:
route delete default old_default_IP
That cleared things up immediately.
Thanks,
Ed