cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
9
Helpful
3
Replies

Help neded: CSS VIPs visible from servers

Branimir Turk
Level 1
Level 1

Hi,

I have CSS configured with two vlans. VLAN 202 (client side) and VLAN 201 (server side). I have defined virtual interface on vlan 202 that is bound to content Oracle_INFRA. Load balancing works just fine,clients can see VIP etc., but the problem is that contents VIP (10.0.18.129) needs to be visible from content servers(10.0.19.131,132). Is there any way to do this?

Config is in the attachment.

Thanks

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

You need to nat the server ip when they contact the vip in order for this to work.

The following config will just achieve this.

group client-nat

vip add 10.0.18.129

add service CRSIDM01_INFRA

add service CRSIDM02_INFRA

active

Gilles.

View solution in original post

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

You need to nat the server ip when they contact the vip in order for this to work.

The following config will just achieve this.

group client-nat

vip add 10.0.18.129

add service CRSIDM01_INFRA

add service CRSIDM02_INFRA

active

Gilles.

Hi Gilles,

It works.

Thanks,

Branimir

Also if you want to mask the source IP as the VIP you can use "add destination service" vs "add service".

If you want to see the source as the VIP's IP.

FYI

Dr. Rajinder Uppal