Tuesday
Hi all,
I have a deployment where i have 2 VSP core switches running in vist cluster.
The edge switches is connected using two links, one is connected to the first switch and the other link is connected to the second switch which is smlt config.
These switches is connected to the isp router using one vlan and ip so all the traffic is routed to this ip.
Core A have vlans and ip addresses of these vlans, core b have the same vlans but with out ip addresses. so i have this problem where the layer 3 is on just one of these voss switches so there is no real layer 3 redundancy for the clients.
My goal is to configure vlans layer 3 interfaces in both switches to provide gateway redundancy for the clients so when one switch goes down the other one takes the routing task.
as i researches i found out that i can configure rsmlt or anycast gate way to achieve this.
which one is better and easier to configure ?
Thanks in advance.
Thursday
VRRP and RSMLT, both can do the job.
SMLT_CLUSTER_MEMBER-1:1(config-if)#ip rsmlt holdup-timer ?
<0-9999> Holdup timer value {0-3600} and infinty = 9999
PRO: You can configure/enable RSMLT on the cluster member were the VLAN IP's are configured without interrupting traffic.
CON: you can configure RSMLT as next-hop router/default-GW on ONE SMLT cluster.
Hope it helps in your decision.
regards
WillyHe
Thursday
Hi,
Thank you for your reply, i will try vrrp bcs there is one link from the isp router connected to one of the vist cluster so the customer will physically replace the cable to the second switch in case of the first switch fails.
I will try it and write un update here.
Thank you.
Wednesday
vrrp
Wednesday
Thanks.