07-27-2004 03:06 AM
I replicated the configurations on CSS 11050 box on a new CSS 11500. The configuration is shown below
ip redundancy master
ip route 0.0.0.0 0.0.0.0 192.168.2.2 1
!************************* INTERFACE *************************
interface e1
phy 100Mbits-FD
bridge vlan 113
description "Connection to DMZ VLAN113"
interface e2
phy 100Mbits-FD
bridge vlan 114
description "Connection to DMZCSS VLAN114"
interface e3
phy 100Mbits-FD
interface e4
phy 100Mbits-FD
interface e5
phy 100Mbits-FD
interface e6
phy 100Mbits-FD
interface e7
phy 100Mbits-FD
interface e8
phy 100Mbits-FD
bridge vlan 99
!************************** CIRCUIT **************************
circuit VLAN113
ip address 192.168.2.20 255.255.255.0
circuit VLAN114
ip address 192.168.4.1 255.255.255.0
!************************** SERVICE **************************
service ba1
ip address 192.168.4.5
keepalive type tcp
active
service ba2
ip address 192.168.4.6
keepalive type tcp
active
service cmsprod1
ip address 192.168.4.9
keepalive type tcp
active
service cmsprod2
ip address 192.168.4.10
keepalive type tcp
active
service daaw1
keepalive type tcp
ip address 192.168.4.19
active
service daaw2
ip address 192.168.4.20
keepalive type tcp
active
!*************************** OWNER ***************************
owner BA
content wwwba
vip address 192.168.2.225
add service ba1
add service ba2
advanced-balance sticky-srcip
protocol tcp
port 80
active
owner BA-ssl
content wwwba-ssl
add service ba1
add service ba2
advanced-balance sticky-srcip
protocol tcp
port 443
vip address 192.168.2.225
active
owner CMS
content wwwcms
vip address 192.168.2.186
add service cmsprod2
protocol tcp
port 80
advanced-balance sticky-srcip
add service cmsprod1
active
owner DAA
content daaweb
add service daaw1
add service daaw2
advanced-balance sticky-srcip
protocol tcp
port 80
vip address 192.168.4.41
active
!*************************** GROUP ***************************
group BA
vip address 192.168.2.225
add service ba1
add service ba2
active
group CMS
vip address 192.168.2.186
add service cmsprod1
add service cmsprod2
active
group DAA
add service daaw1
add service daaw2
vip address 192.168.4.41
active
I am trying to replace the existing 11050 already in production with this new 11500 with the same config but it is not working. when I did "sh service summary" all the services were down when I put the new box into production and I couldnt even ping my default gateway. I wasnt also able to ping any of the services addresses. Is there something am doing wrong..pls help.
By the way, the existing 11050 has the same config and it is working perfectly
07-27-2004 04:50 AM
show phy
show circuit
verify that status of the physical link.
show arp
make sure you have aro entries for the servers and gateways.
Finally, if you are reusing the same ip addresses, make sure to clear the arp table of the servers and gateways.
Regards,
Gilles.
08-02-2004 07:16 AM
Thanks Gilles. It eventually worked. It was VLAN issue and I resolved it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide