Forum Discussion

Nathan_67739's avatar
Nathan_67739
Icon for Nimbostratus rankNimbostratus
Jan 15, 2010

Forcing "routed" traffic back to gateway

We currently have a LTM 3600 (running 10.0.1), set up in a router-on-a-stick model (vlan based network with backend servers and VIPs logically, but not physically, behind the LTM).

 

 

We are expanding our network access controls on our core network, and would really like to be able to do our access controls on the core network devices instead of on the LTM. (We have one active LTM pair and LOTS of routers from another vendor.)

 

 

The volume of traffic that crosses between LTM subnets is relatively small, so I'm not concerned about the overhead of sending traffic out and back in.

 

 

Scenario:

 

 

core(10.0.0.1)--interconnect-->LTM(10.0.0.2)

 

 

LTM(10.1.0.1)--real-server-net-1--->Real-10(10.1.0.10)

 

LTM(10.2.0.1)--real-server-net-2--->Real-20(10.2.0.20)

 

LTM(10.3.0.1)--real-server-net-3--->Real-30(10.3.0.30)

 

 

Currently, all traffic between 10.3.0.30 and 10.2.0.20 will hit the LTM self-ip on real-server-net-3, and then immediately back out to real-server-net-2.

 

 

I would like to configure the LTM to not route between those two networks, but instead, send the traffic up to core(10.0.0.1).

 

 

It looked like I might be able to do this with route domains, but it wasn't entirely clear. Note though - I am _NOT_ going to have any overlapping IP ranges. They will all be distinct, I just don't want the LTM routing the traffic directly between the subnets.

 

 

Does anyone have a quick walkthru to accomplish something like this? Is it even possible?