Lets say I have the following scenario. CSS11152 with ethernet e0 IP address
192.168.1.1 VLAN outside. I have 2 sets of servers addresses 10.10.10.0/24
on eth5 VLAN server1 and 10.20.20.20/24 on eth6 VLAN server2. I configure
services as per below. On my content rules can a make a VIP on the
192.168.1.0 network and on another 192.168.100.0 network. Since VIP is
NAT'ing I am thinking that you do not need a VIP address that has the same
network as any VLAN's on the CSS. Is this true?

 content cnt-www.web1
    balance aca
    url "/*"
  service svc-w1.web1
 service svc-w2.web1
 vip address 192.168.1.50
active

 content cnt-www.web1
    balance aca
    url "/*"
  service svc-w1.web2
  service svc-w2.web2
  vip address 192.168.100.50
 active

service svc-w1.web1
  ip address 10.10.10.10
  port 80
  keepalive type http
  keepalive uri "/test.html"
  active
service svc-w2.web1
  ip address 10.10.10.11
  port 80
  keepalive type http
  keepalive uri "/test.html"
  active

and

service svc-w1.web2
  ip address 10.20.20.10
  port 80
  keepalive type http
  keepalive uri "/test.html"
  active
service svc-w2.web2
  ip address 10.10.20.11
  port 80
  keepalive type http
  keepalive uri "/test.html"
  active




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=61229&t=61229
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to