Specifications

LSNAT Configuration Example
September 8, 2010 Page 24 of 28
Configuring the myinternalSMTP Server Farm and Real Servers
ConfigurethemyinternalSMTPserverfarmby:
•NamingtheserverfarmmyinternalSMTP
Configuringsimpleroundrobinastheloadbalancingalgorithmforthisserverfarm
ConfiguretherealserversonthemyinternalSMTPserverfarmby:
Configuringthefollowingrealservers:10.10.10.6:25and10.10.10.7:25
ConfiguringtheSMTPserversforbothpingandTCPportservice
verification
•Enablingeachrealserverbyplacingeachserverinservice
myinternalSMTP Server Farm and Real Servers CLI Input
System(rw-config)->ip slb serverfarm myinternalSMTP
System(rw-config-slb-sfarm)->predictor roundrobin
System(rw-config-slb-sfarm)->real 10.10.10.6 port 25
System(rw-config-slb-real)->faildetect type both
System(rw-config-slb-real)->inservice
System(rw-config-slb-real)->exit
System(rw-config-slb-sfarm)->real 10.10.10.7 port 25
System(rw-config-slb-real)->faildetect type both
System(rw-config-slb-real)->inservice
System(rw-config-slb-real)->exit
Configuring myinternal-25 Virtual Server
ConfigurethevirtualserverforthemyinternalSMTPserverfarmby:
•Namingthevirtualservermyinternal25
AssociatingthevirtualserverwiththemyinternalSMTPserverfarm
AssigningthevirtualserverIPaddresswiththeidletimeoutvalueof360seconds
•Placingthevirtualserverinservice
myinternal-25 Virtual Server CLI Input
System(rw-config)->ip slb vserver myinternal-25
System(rw-config-slb-vserver)->serverfarm myinternalSMTP
System(rw-config-slb-vserver)->virtual 194.56.13.3 tcp 25
System(rw-config-slb-vserver)->idle timeout 360
System(rw-config-slb-vserver)->inservice
System(rw-config-slb-vserver)->exit
System(rw-config)->
Notes: We will not modify the maximum number of active connections allowed on any real server
for this configuration example.