cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
654
Views
0
Helpful
4
Replies

ECMP through Transparent Firewall

webmastadj
Level 1
Level 1

I have an interesting question.  We are going to try and run equal-cost multi-pathing through a transparent firewall.  There will be two routers on one side and two on the other running eigrp between them.  The question is, if a packet leaves one port but the response comes back on a different port, would this cause issues?

 

I can explain more if needed.

4 Replies 4

nkarthikeyan
Level 7
Level 7

Hi,

 

When you run Equal cost multi path in ASA, you will not get a return packet on a different port. It will not do round robin fashion. Below mentioned excerpt from cisco document will clarify your doubt.

 

This document provides information on how to configure the Adaptive Security Appliance (ASA) with up to three equal cost routes to the same destination network per interface. The ASA hashes the source and destination IP addresses of the outbound packet to determine which route it will use to determine the next hop for the packet (the ASA does not employ a round-robin algorithm to choose the next hop). As opposed to round-robin load balancing, packets with the same source and destination pair are always sent towards the same next hop, as per the computed hash.
 

Regards

Karthik

That is true with a firewall in Routed mode.  This firewall is in transparent mode therefore no routing is taking place on the firewall it self.  The SYN would come in and leave on one set of interfaces (bridge group) but the SYN-ACK would return on another set of interfaces (different bridge group).

I have built this in the lab and confirmed the ASA will drop the packet breaking the connection.

I would like to know if there is any way around this?

I wonder how do you do ECMP in a FW transparent?

 

Regards

Karthik

webmastadj
Level 1
Level 1

I have found the answer.  You must enable tcp state bypass.  This just doesn't work for transparent only but also routed.  (documentation here)

I will post my scenario with Visio once completed.

Review Cisco Networking products for a $25 gift card