cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
5
Helpful
1
Replies

VIP's port number different than backend servers port number

julxu
Level 1
Level 1

Greeting,

Is it possible to configure css11506 as:

VIP port is 80

three real web servers' port is 8100.

If so, please advice the configuration?

Many Regards

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

this is possiblem

Here is a sample config

server XXX-8100

ip address x.x.x.x

port 8100 <---- this is all you need.

active

owner MyCompany

content www

vip x.x.x.x

port 80

add service XXX-8100

active

Regards,

Gilles.

Thanks for rating this answer.

View solution in original post

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

this is possiblem

Here is a sample config

server XXX-8100

ip address x.x.x.x

port 8100 <---- this is all you need.

active

owner MyCompany

content www

vip x.x.x.x

port 80

add service XXX-8100

active

Regards,

Gilles.

Thanks for rating this answer.