Configuration Example
#----------------------------------------------------------------
# servers
#----------------------------------------------------------------
config server index 1 ip 64.1.1.50 port 80 max-con 5000 weight 1 config server index 2 ip 64.1.1.51 port 80 max-con 5000 weight 1
config | server index | 3 ip | 64.1.1.52 | port 80 max-con | 5000 | weight 1 |
#---------------------------------------------------------------- | | | | | |
# server-groups | | | | | |
#---------------------------------------------------------------- | | | | | |
config server-group name yourdomain policy rr | | |
config | server-group | name | yourdomain | add-server index | 1 - | 3 |
#----------------------------------------------------------------
# service-table
#----------------------------------------------------------------
config service vip 64.1.2.10 port 80 protocol tcp l4 server-group-name yourdomain
#----------------------------------------------------------------
# system configuration
#----------------------------------------------------------------
config system-ip 64.1.1.10 / 24 config default-gateway 64.1.1.1 disable vlan
config mgmt ipaddress 10.10.10.10 / 24 vlan 100 enable vlan
enable syslog
config syslog ip 10.10.10.20 config nat-mode full enable clipaging
disable port gigabit
#----------------------------------------------------------------
# proxy-ip's
#----------------------------------------------------------------
config proxy-ip 64.1.1.11 - 64.1.1.42
#----------------------------------------------------------------
# SNMP configuration
#----------------------------------------------------------------
config snmp sysName “balancer”
config snmp sysLocation “Exodus Colo” config snmp sysContact “Web Admin”
config add trap receiver 10.10.10.21 “public” 162 config snmp add community readonly “readme” config snmp add community readwrite “doall”