What you see in the route table is what I'd expect. From my sandbox, where 10.110.33.12 is host attached via ESI-LAG to the local leaf switch:
aosadmin@stor-leaf-01> show route 10.110.33.12
RED.inet.0: 18 destinations, 32 routes (18 active, 0 holddown, 0 hidden)
Restart Complete
@ = Routing Use Only, # = Forwarding Use Only
+ = Active Route, - = Last Active, * = Both
10.110.33.12/32 *[EVPN/7] 2w0d 03:01:16
> via irb.1310 ### <--- This is the local IRB
[EVPN/170] 1d 06:26:23
to 10.8.0.4 via ge-0/0/6.0 ### <--- These are the fabric links to the other leaf in the LAG
> to 10.8.0.12 via ge-0/0/7.0 ### <---
Check all the usual firewall things (e.g., "host-inbound-traffic system-services ...", policy, etc.). Also make sure your leaf is learning the proper MAC and ARP entries for the firewall. Here's where you will see the outbound LAG interface:
aosadmin@stor-leaf-01> show arp no-resolve | match 10.110.33.12
9a:35:0e:93:98:cc 10.110.33.12 irb.1310 [ae1.0] permanent remote
aosadmin@stor-leaf-01> show ethernet-switching table 9a:35:0e:93:98:cc
MAC flags (S - static MAC, D - dynamic MAC, L - locally learned, P - Persistent static, C - Control MAC
SE - statistics enabled, NM - non configured MAC, R - remote PE MAC, O - ovsdb MAC,
B - Blocked MAC)
Ethernet switching table : 5 entries, 5 learned
Routing instance : evpn-1
Vlan MAC MAC GBP Logical SVLBNH/ Active
name address flags tag interface VENH Index source
vn1310 9a:35:0e:93:98:cc DLR ae1.0
Last, remember that your L3 is in one or more routing instances. Make sure you source your ping from the proper instance, and definitely not the default instance.
------------------------------
Greg Bensimon
------------------------------
Original Message:
Sent: 07-10-2025 11:24
From: Mourad Kaddache
Subject: Urgent...How to add an SRX firewall cluster as external device in Apstra
The other problem is that I have a virtual network (vlan) that needs to connect to the FW cluster. I have configured a tagged subinterface on the FW for that vlan, but I cannot ping from the border leafs to the firewall on that vlan. The route on the border leaf for the FW IP points to the local irb, not to the directly connected interface to the firewall.
------------------------------
Mourad Kaddache
------------------------------
Original Message:
Sent: 07-10-2025 07:32
From: Greg Bensimon
Subject: Urgent...How to add an SRX firewall cluster as external device in Apstra
Hi Mourad,
Are you operating the SRX pair as older-style chassis cluster or newer MNHA? You used the term "cluster" in your original question, so I'll assume old-style for now.
There's an old KB that describes how to create a RETH on an SRX cluster that's comprised of multiple links from each node:
https://supportportal.juniper.net/s/article/SRX-EX-Link-aggregation-LACP-supported-non-supported-configurations-on-SRX-and-EX?language=en_US
In the topology example, imagine the EX4200 replaced by an EVPN/VXLAN fabric.
Key points:
- All 4 links from the SRX chassis cluster can be part of the same RETH
- On the border leaf side, the links that connect to node0 are treated as one LAG, while the links that connect to node 1 are treated as a different LAG.
- I would strongly recommend using LACP in this design, and setting it for periodic fast if you're using something larger than a branch SRX.
Once the LAG bundles are set correctly in Apstra, you can assign the appropriate Connectivity Templates to each.
------------------------------
Greg Bensimon
Original Message:
Sent: 07-08-2025 18:38
From: Mourad Kaddache
Subject: Urgent...How to add an SRX firewall cluster as external device in Apstra
The silence is deafening...It is very strange that no SME has stepped forward to help with this request. There are many people out there trying to set up a firewall cluster in an Apstra-driven datacenter and the absence of documentation (as far as I can tell) is very frustrating. Can someone from the Apstra team please help?
------------------------------
Mourad Kaddache
Original Message:
Sent: 06-28-2025 14:51
From: Mourad Kaddache
Subject: Urgent...How to add an SRX firewall cluster as external device in Apstra
Ben, Thank you for your reply. However, beyond the generic explanation, what would really help is how to configure the links to the SRX cluster in Apstra, on one side, and how to do it on the SRX cluster. Are we using one reth interface or two reths interfaces on the cluster? how to physically attach the links from the border leafs to the SRX cluster? from each border leaf is one link going to node0 and the other link to node1, or both links going to the same node0 on the firewall side? same for the second border leaf...
That would be very helpful if we get responses to those questions or if someone could point us to the right documentation. I looked everywhere and I could not find anything. This is a very common deployment for datacenter customers and I am surprised to find no related documentation from Juniper which owns both technologies...
------------------------------
Mourad Kaddache
Original Message:
Sent: 06-18-2025 06:35
From: BEN DALE
Subject: Urgent...How to add an SRX firewall cluster as external device in Apstra
Hi Mourad,
If you want to use an LACP LAG on an SRX cluster, then you will need to configure a distinct LAG to each SRX node (so 2 LAGs). In a typical deployment, when the primary SRX node is active, traffic will only be forwarded by the primary node, so you don't want your switches sending traffic to the secondary node at all (which would happen if you used a single LACP bundle - traffic would eventually be hashed across the links connected to the secondary node) otherwise it will be dropped.
In an SRX chassis cluster if you configure a reth interface (with two physical ports bound to it on each node), then enable LACP on it, the SRX will automatically create sub-LAGs - essentially two distinct LACP bundles, one from each node. These will both be in an active state, and then the SRX will use GARP towards the switch in order to hint at which link is currently active.
You can read more about this at the link[1] below.
[1] https://www.juniper.net/documentation/us/en/software/junos/chassis-cluster-security-devices/topics/topic-map/security-chassis-cluster-redundant-ethernet-lag-interfaces.html
------------------------------
BEN DALE