cancel
Showing results for 
Search instead for 
Did you mean: 

Connfiguring multiple gateway S-Series

Connfiguring multiple gateway S-Series

Nachiket_Pathak
New Contributor
Hello,
Is there any configuration in S-Series where we can configure multiple gateway for same route in redundancy. Condition is when first gateway or next hop is not rechable then packet should flow to next gateway or hop
1 REPLY 1

Luke_French
Extreme Employee
You can configure multiple next hops for the same route and the one with the lowest administrative distance will be preferred (Top route below).

ip route 0.0.0.0/0 192.168.0.50 1
ip route 0.0.0.0/0 192.168.0.1 2

You can also use a probe to monitor the next hop and the article below shows how to use the probe for redundant internet connections but you could simply probe the next hop and it would be removed from the route table if the probe failed.

https://gtacknowledge.extremenetworks.com/articles/How_To/How-To-Configure-Redundancy-to-a-Cloud-wit...
GTM-P2G8KFN