You are on page 1of 3

datastor {

low water mark 80


high water mark 92
}
deduplication {}
shell write partition Common
configsync {
auto detect enable
}
monitor ICMP_MONITOR_1 {
defaults from icmp
}
profile http CUSTOM_HTTP_1 {
defaults from http
max header size 1024
ramcache enable
}
node 10.0.0.1 {}
node 10.0.0.2 {}
node 10.0.0.11 {}
node 10.0.0.12 {}
node 10.0.1.1 {}
node 10.0.1.2 {}
node 192.0.2.3 {}
node 192.0.2.4 {}
node 192.0.2.13 {}
node 192.0.2.14 {}
node 192.0.2.100 {}
pool POOL_1 {
monitor all min 1 of http tcp
members {
10.0.0.1:http {}
10.0.0.2:http {}
10.0.1.1:http {}
10.0.1.2:http {}
}
}
pool POOL_2 {
monitor all tcp
members {
192.0.2.3:http {}
192.0.2.4:http {}
}
}
pool POOL_3 {
monitor all tcp
members {
10.0.0.11:http {}
10.0.0.12:http {}
10.0.1.1:http {}
10.0.1.2:http {}
}
}
pool POOL_4 {
monitor all tcp
members {
192.0.2.13:http {}
192.0.2.14:http {}
}
}
pool ROUTER {
monitor all gateway_icmp
members 192.0.2.100:any {}
}
snatpool SNAT_POOL_10 {
members {
10.0.0.252
10.0.0.253
}
}
snatpool SNAT_POOL_192 {
members {
192.0.2.252
192.0.2.253
}
}
snat SNAT_IP {
translation 192.0.2.200
origins {
172.24.42.80
172.24.42.81
}
vlans NET_10 enable
}
snat SNAT_TO_AUTO {
automap
snatpool none
origins 172.24.42.84
vlans NET_192 enable
}
snat SNAT_TO_POOL {
snatpool SNAT_POOL_192
origins {
172.24.42.82
172.24.42.83
}
vlans NET_10 enable
}
rule RULE_1 {
when RULE_INIT {
log local0. "Rule initialized"
}
}
virtual VIRTUAL_1 {
snat automap
pool POOL_1
destination 192.0.2.1:http
ip protocol tcp
vlans NET_192 enable
}
virtual VIRTUAL_2 {
snat automap
pool POOL_1
destination 192.0.2.2:http
ip protocol tcp
vlans NET_10 disable
}
virtual VIRTUAL_3 {
snat automap
pool POOL_2
destination 10.0.0.3:https
ip protocol tcp
rules RULE_1
profiles {
CUSTOM_HTTP_1 {}
clientssl {
clientside
}
tcp {}
}
vlans NET_10 enable
}
virtual VIRTUAL_4 {
snatpool SNAT_POOL_192
pool POOL_4
destination 10.0.0.4:http
ip protocol tcp
vlans NET_10 enable
}
virtual VIRTUAL_5 {
translate address disable
translate service disable
pool ROUTER
destination 10.0.2.1:http
ip protocol tcp
vlans NET_10 enable
}
node * monitor ICMP_MONITOR_1

You might also like