cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
368
Views
0
Helpful
3
Replies

Vserver with single TCP port redirect to reals with different ports

achrich
Level 1
Level 1

Hi,

Can anyone help me out with this one or point me in the right direction.

I'm looking to implement a single VIP & TCP port load balanced against backend real servers that don't listen on that same port.

eg

vip 10.1.1.1 www

real

192.168.1.1 1000

192.168.1.1 1001

etc

Is this possible ? Have been looking at redirect`s and port translations.

Any clues much appreciated.

1 Accepted Solution

Accepted Solutions

Same idea for CSM. I confirm.

Gilles.

View solution in original post

3 Replies 3

jomize
Cisco Employee
Cisco Employee

I assume you're referring to ACE?...

You pretty much have it in your original post. A config snippet might look like:

serverfarm host ServerFarm

rserver Server192.168.1.1 1000

inservice

rserver Server192.168.1.1 1001

inservice

The ACE will answer on whatever port you've configured (in your case, port 80), and then, since you specified the port in the serverfarm config, the ACE will forward the request on the port you specified instead of inheriting it from the VIP configuration.

Great - I was hoping it would be something simple like that.

This is for a CSM not a ACE but I assume the concept / config is almost identical ?

Cheers

Same idea for CSM. I confirm.

Gilles.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: