05-22-2025 01:53 AM
We are updating our design where firewalls with an inbuilt SD WAN functionality were used in the earlier setup. The new setup is as below, where dedicated Cisco SD-WAN routers have been placed at the top of the design. These routers will be responsible for making IPsec tunnels with the remote sites and forwarding the traffic to the internet as well. We have a static route to forward the traffic from the Core switches to firewall A and B (HA with Active and passive).
I want to configure the SD-WAN routers with Active and passive behaviour to achieve the hardware level redundancy. I would like to know the best options to complete the design.
1) How many links required between SD-WAN A and B routers to achieve the HA and what config to be followed?
2) What config to be followed between firewalls and SD-WAN routers and send the traffic outside of the facility?
05-22-2025 07:42 AM
@dijix1990 Hi, Could you please help me here?
05-22-2025 08:33 PM
Hi,
1) How many links required between SD-WAN A and B routers to achieve the HA and what config to be followed?
sdwan edges don't need link between them (except if you need TLOC Extension but by your picture you have all links to your all prividers from both cEdges)
2) What config to be followed between firewalls and SD-WAN routers and send the traffic outside of the facility?
If you want to use it as active/standby (cEdges and FWs) that you can configure vrrp (over BDI) to LAN and chose master router
recently we opened a branch with configuration like this
05-23-2025 06:02 AM - edited 05-23-2025 06:27 PM
Thanks
quick question: what is mean by BDI over VRRP over LAN? We have static route from core to firewall Then firewall is sending traffic to sd wan. How we will setup BDI in fortigate firewall?
05-23-2025 07:35 PM
We use bdi on sdwan side, like
interface GigabitEthernet0/1/6 description -I- ### LAN no ip address load-interval 30 no shutdown negotiation auto service instance 10 ethernet encapsulation untagged bridge-domain 10 interface GigabitEthernet0/1/7 description -I- ### LAN no ip address load-interval 30 no shutdown negotiation auto service instance 10 ethernet encapsulation untagged bridge-domain 10 interface BDI10 description -L3- ### BDI LAN ip address 192.168.100.2 255.255.255.0
Vrrp 1 ip 192.168.100.1
And
I prefer full physical connection between devices but you can use lacp between sdwan and fw or just one link like
Our FW is cisco fpr1150 and there just static route to sdwan
0.0.0.0/0 via 192.168.100.1
05-23-2025 08:12 PM
Thanks for the brief reply.
if We have one connection only between router and firewall and there is no link between routers, how vrrp on cisco router will work here?
05-23-2025 08:27 PM
Yes you are right, for only one connection you need a switch between FW and sdwan or using dinamic routing (ospf) and for this situation you need link betwen sdwan cEdges
05-23-2025 08:43 PM - edited 05-23-2025 08:58 PM
Thanks again.
last question: if we have connection from sd wan to both firewall like your design, how vrrp work in this case on sd wan? I am not able to imagine the case since at a time, one firewall will be sending traffic and other will be stanby. From active firewall, one link will go to router 1 and another to router 2. On sd wan router 1, both ports will send traffic to both firewall and traffic from standby firewall will get ignored. Please clear my understanding.
05-23-2025 11:00 PM
If the fws are running in active standby mode, then only the active node is serving traffic, just like sdwan, there is only one vrrp master and it is an active node. The active fw will send traffic to the active edge and back. In my scheme, sdwans communicate with each other via fw ports that are on the same vlan
05-24-2025 12:15 AM
Yes, This really make sense for me to have connection to each router from firewall and assign those ports on same vlan at firewall side so both routers can talk each other for vrrp.
since on active router, we have one connection to standby firewall, will there be a situation that active sd wann will send traffic towards the standby firewall?
how active router will come to know on which physical ports traffic to be sent?
05-24-2025 06:37 PM
Sdwan can see only ip from active FW, it's like vrrp on the FW when it work active/standby so traffic will send to active FW, if you perform failover than ip will move from active FW to standby FW and sdwan started to see ip from port which connect to standby FW
05-24-2025 08:58 PM
Thanks.
i was thinking to have direct cable between router 1 and 2 for session sync. If this cable is not there, can session sync can happen via sd controller from the cloud?
05-23-2025 10:23 AM
We are using FortiGate firewall. I am not sure how BDI will work on them.
DO we need a connection from each firewall to both routers? How will this benefit here?
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