cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1025
Views
0
Helpful
2
Replies

ACE 4710 asymetric routing

owalter
Level 1
Level 1

Is there any possibility to allow asymetric routing for non-balanced flows.

We face a situation in which a server in a LB serverfarm tries to connect another server

in a different segment. The ACE is gateway for this segment but has an own interface in the

destination VLAN. The destination server has as default gateway to another router.

The ACE receives the return packet on a different interface and drops it.

Log :

Oct 23 2010 14:19:58 : %ACE-4-313004: Denied ICMP type=0, from laddr 10.23.12.12 on interface vlan1403 to 10.10.10.34: no matching session

I understood from some Cisco presentations that we can allow asymetric routing when we disable

normalization (no normalization). I tested this, but did not work. Also no icmp-guard did not help.

In addition i do not see non-loadbalanced flows in the connection table (sh conn).

I there a way to see non-balanced flows through the ACE ?

Do the non-balanced flows also use the default inactivity timers (TCP = 1h) ?

Thank you for your help.

2 Replies 2

david.stout
Level 1
Level 1

Is it not possible to have a host route added to the destination server ? This would allow the traffic to be routed back the same way it came and thus the connection work ?

Try adding a static route onto the destination server along the lines of ...

route add [source address of server] mask 255.255.255.255 [IP address of ACE interface]

This would cause the traffic to be routed between the two hosts via the ACE module which is good because the ACE is acting as a router between the two network segments.

That's just what I would do but I understand that it may not be the option you want.

Good luck

Gilles Dufour
Cisco Employee
Cisco Employee

turning off normalization on the receiving interface should work.

But maybe not for icmp...but icmp is not really important.  You should test with tcp or udp.

Gilles.

Review Cisco Networking for a $25 gift card