we will test it in 8.1.1 if available.
Hi iâd like to check 2 things:
- do i need to configure anything on the switch that is downstream from the 2 peplink to receive the vrrp heartbeats?
- if there is a physical link issue between the switch and the master peplink, does that mean the slave will come us master and take over?
Hi @clarissa.
- No
- Likely yes. VRRP wonât know thatâs it a switch issue and will assume the master is kaput.
Hi @Rick-DC , i see!
Thanks for the prompt response!
what if the link in blue (wan1 from the diagram in the tips) is the one that goes down? example a faulty cable. the peplink will assume that wan1 is down. what if i have some policies that are enforced to take only wan1 connection out?
any way to increase HA for this scenario?
Hi. If WAN 1 dies the routers will not âswitchâ as there is no fault detected via VRRP.
So, thatâs where Peplink shines â your load will be transferred/split/etc to the remaining healthy WAN(s). WAN Health checks and Outbound Policies are your friends here.
To protect against WAN failures the best solution is simply more of them â ideally diverse paths (e.g., not two cable or DSL Modems from the same provider.)
Does that make sense?
Hi @Rick-DC , yeah that makes sense! i understand thatâs indeed a beauty of Peplink. However iâm asking this because my customer has a particular outbound policy that forces the traffic out only wan 1 for Guests! so that makes the single link vulnerable to failure but i guess in that sense it canât be avoided then right? since they donât want to use the link sharing functionality of peplink!
Hi clarissa,
use an prioty outbound rule for the Guest VLAN. Prio 1 is WAN 1 and Prio 2 e.g. WAN 2. So the will use WAN 1 as long as it is available.
If they donât want to share WAN 2 you can also select âdrop paket if not availableâ
Regards
Dennis
Sure, thatâs a requirement that is both common and reasonable. @dennis.hofheinzâs suggestion is the way weâd do it if we wanted to the guests to fail-over to WAN2. But suppose WAN2 is really not all that good and the owner may not want to share the limited bandwidth with guests. You could also set the guests to âenforcedâ [to WAN1] â which would keep them from using WAN2.
Iâm sure youâve already studied the various OBP algorithms â theyâre really well thought-out and very powerful. (âSD-WANâ at its best! )
Hi @dennis.hofheinz and @Rick-DC , Great Advice! Exactly what i needed to know.
Thank you so much!