10-11-2024 09:42 AM
Hi,
Based on picture above, assuming that's cisco SD-WAN in DC. How cisco SD-WAN in DC serve the traffic from sd-wan branch? Will both device in DC be active-active? or only one will serve the traffic from branch?
If the answer is active-active, how to ensure symmetric traffic? I mean traffic from branch towards WAN edge A DC, the return traffic will also come towards WAN Edge A DC, not WAN Edge B DC.
10-11-2024 09:48 AM
It can work as active/passive or active/active
This depends if you use preference or not with OMP route / TLOC
If you dont use preference then you will get load balance.
MHM
10-11-2024 10:13 AM
If active active, how sd wan DC advertise branch prefix to campus LAN? Will both sdwan router advertise the same branch prefix (potentially asymmetric)? Or both sdwan router will advertise different branch prefix (symmetric)?
10-12-2024 02:41 AM
Case of using VRRP and use active/passive (symmetric)
LAB 1 - Service side redundancy using VRRP | NetworkAcademy.io
VRRP master vEdge send TLOC with preference this make traffic symmetric Inbound/Outbound via same vEdge
MHM
10-12-2024 03:02 AM
Case of load balance to both hub's (asymmetric can happened here)
So again it depends on your config' but as rule when you use FW in edge try use symmetric when you dont have FW abd both path have same delay/jitter try use load balance (asymmetric)
MHM
10-11-2024 09:50 AM
Its all depends on how you configure - what route you like to use (here we call colors in sd-wan terminology)
check below some examples provide you that information.
https://www.cisco.com/c/en/us/td/docs/solutions/CVD/SDWAN/cisco-sdwan-design-guide.html
10-12-2024 12:07 AM
Hi,
this totally depends on how did you configure overlay network (OMP) and LAN network in DC side.
If you use VRRP based approach (active/standby) on DC LAN then traffic will leave active VRRP (master) router. The return traffic can be any type (primarily A or primarily B or ECMP) depending on OMP result of the remote branch. Here, tloc-change-pref can be used where TLOC preference is increased automatically on master router.
If you use routing protocol on DC LAN and select primary router via routing protocol techniques (e.g cost/metric or any respective in BGP), then you need to configure centralized control design to select primary router's prefixises best path based on metric or protocol attribute (which is translated to another OMP value).
If you use ECMP on DC LAN, you can use ECMP on overlay as well. Here important point is, on DC LAN you use either central device (HA-based core switch) which is then connected to DC Firewall or your DC Firewall understands asymmetric traffic. On the overlay you need to ensure traffic ingress and egress transport network (regardless of router) is the same or they have the same level SLA to avoid application impact (or you simple use AAR).
10-12-2024 02:51 AM
Is it common (best practice) for having active active sd wan router (using ECMP on DC LAN)? This could lead to asymmetric traffic. Or it is better if i use active/passive (VRRP)? this ensure symmetric traffic.
Please advise
10-13-2024 01:05 PM
If you use pure routing then you can use active/active on DC side. Just behind routers you may need "centralized" device like HA-Core to pass traffic and then easily send to FW/NGFW to avoid asymmetric flow with respect to security device.
In general, service insertion (like firewall insertion) is not easy when you have active/active router and any type of HA based security system.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide