cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
447
Views
0
Helpful
1
Replies

Load Balance on two network

moorthy1977
Level 1
Level 1

I had two networks 172.16.1.0 & 192.168.1.0 network we require load balance on both the network.I had extended the 172.16.1.0 network & created circuit on the content switch & same way for 192.168.1.0 network.Please find the below config.can any body let me know whether config is right or wrong.I am able to telnet on VIP for 172.16.1.0 N/W for SMTP port but i am not able to telnet on 192.168.1.0 n/W on smtp port.Please suggest.Defualt route is 172.16.1.0 network vlan.

!Active version: sg0740103

configure

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

ip route 0.0.0.0 0.0.0.0 172.16.16.1

ip route 172.0.0.0 255.0.0.0 172.16.16.1.1 1

ip route 192.168.1.0 255.255.255.0 192.168.1.1 1

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

interface 2/1

bridge vlan 102

interface 2/2

bridge vlan 4

!************************** CIRCUIT **************************

circuit VLAN102

ip address 172.16.1.254 255.255.255.0

circuit VLAN4

ip address 192.168.1.254 255.255.255.0

!************************** SERVICE **************************

service SMTP-1

ip address 192.168.1.10

protocol tcp

port 25

active

service SMTP-2

ip address 192.168.1.11

protocol tcp

active

service SMTP-3

ip address 172.16.1.20

protocol tcp

port 25

active

service SMTP-4

ip address 172.16.1.21

protocol tcp

port 25

active

service SMTP-5

ip address 172.16.1.30

protocol tcp

port 25

active

service SMTP-6

ip address 172.16.1.31

protocol tcp

port 25

active

!*************************** OWNER ***************************

owner RCL

content SMTP-VIP

vip address 192.168.1.100

add service SMTP-1

add service SMTP-2

active

content SMTP-VIP1

vip address 172.16.1.100

add service SMTP-3

add service SMTP-4

active

content SMTP-VIP2

vip address 172.16.1.120

add service SMTP-5

add service SMTP-6

active

!*************************** GROUP ***************************

group SMTP-VIP

vip address 192.168.1.101

add destination service SMTP-1

add destination service SMTP-2

active

group SMTP-VIP1

vip address 172.16.1.101

add destination service SMTP-3

add destination service SMTP-4

active

group SMTP-VIP2

vip address 172.16.1.121

add destination service SMTP-5

add destination service SMTP-6

active

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

the config looks good.

See if you can ping the vip and/or the css circuit address.

Make sure the servers have a gateway pointing at the CSS.

Gilles.