cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
492
Views
0
Helpful
1
Replies

How i configure various ports in the same service in a CSS.

gfiguereo
Level 1
Level 1

Hi,

I have the following scenario:

2 webserver running each one ports 80,81,82,83,84

and i have a content rule defined in port 80.

At the end i want that all the request that comes to the VIP port 80 be balanced through the 2 webservers in the differents ports(80,81,82,83,84).

Note: I have configured a range of ports in the same service but this doesn't function:

service PS

ip address 10.0.0.5

protocol tcp

port 80 range 5

keepalive type http

keepalive method get

active

What can i do?

gfiguereo.

1 Reply 1

pknoops
Level 3
Level 3

Hi,

The only thing that comes to mind is to have a service defined for each tcp port. So since you have 2 physical servers and 5 different ports for each, you would have 10 services.

service PS1

ip address 10.0.0.5

port 80

service PS2

ip address 10.0.0.5

port 81

...

...

then another 3 that look like this one only using ports 82,83,84

then another 5 like the above 5 only the ip address would be differnt.

Then you would have 10 services added to your port 80 content rule..

Regards

Pete..

Review Cisco Networking for a $25 gift card