CSS question

Is it possible to have the CSS on the same vlan (Vlan 7) as the load balanced cluster? Below is a working copy of the CSS config but the cluster is on a seperate VLAN (Vlan 99). Our oracle db's have told me this is not an option as the ip addresses cannot be changed on the oracle servers which make up the cluster. To load balance I'm using a CSS 11150. thanks in advance, Brian.

!Active version: sg0750103

configure

!*************************** GLOBAL ***************************

ip route 0.0.0.0 0.0.0.0 10.100.7.254 1

!************************* INTERFACE *************************

interface e8 bridge vlan 99 interface e9 bridge vlan 7 !************************** CIRCUIT **************************

circuit VLAN7 ip address 10.100.7.200 255.255.255.0 circuit VLAN99

ip address 10.100.99.200 255.255.255.0

!************************** SERVICE ************************** service OraWebserver1 keepalive method get keepalive uri "/up_page" keepalive type http ip address 10.100.99.61 active

service OraWebserver1-b keepalive method get keepalive uri "/up_page" keepalive type http ip address 10.100.99.62 active

!*************************** OWNER *************************** owner BC

content OraWebserver-cluster vip address 10.100.7.6 add service OraWebserver1 add service OraWebserver1-b protocol tcp port 80 active

Reply to
bricarroll
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.