Forum Discussion
GTM: https monitor
Here you are the config:
(gtm2.domain.external.it yyy.yyy.yyy.161) dumped 06/11/2014 17:52:47 CEST - GTM Version 9.4.8
globals { probe_protocol { icmp } }
// *** Data Center Definitions (2) ***
datacenter { // 2 server(s) name "NY" location "NY" server "LTM_NY" server "GTM_NY" }
datacenter { // 2 server(s) name "W" location "W" server "LTM_W" server "GTM_W" link "firewall_internet" }
// *** Monitor Definitions (10) ***
monitor "testA" { defaults from "https" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest www.www.www.127:443 // https cert "" send "GET /" username "" recv "" compatibility "enabled" password "" key "" cipherlist "DEFAULT:+SHA:+3DES:+kEDH" partition "Common" }
monitor "bigip_GTM_W" { defaults from "bigip" interval 30 timeout 90 probe_interval 0 probe_timeout 1 probe_num_probes 1 probe_num_successes 1 dest yyy.yyy.yyx.161:4353 // 4353 partition "Common" }
monitor "https_B" { defaults from "https" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest www.www.www.144:443 // https compatibility "enabled" recv "" cipherlist "DEFAULT:+SHA:+3DES:+kEDH" cert "" username "" key "" send "GET /" password "" partition "Common" }
monitor "testgtm_NY" { defaults from "http" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest yyy.yyy.yyy.199:80 // http username "" password "" recv "" send "GET /" partition "Common" }
monitor "B" { defaults from "https" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest www.www.www.144:443 // https send "GET /" cert "" compatibility "enabled" username "" key "" recv "" password "" cipherlist "DEFAULT:+SHA:+3DES:+kEDH" partition "Common" }
monitor "B_NY" { defaults from "https" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest yyy.yyy.yyy.102:443 // https cert "" username "" recv "" key "" send "GET /" cipherlist "DEFAULT:+SHA:+3DES:+kEDH" password "" compatibility "disabled" partition "Common" }
monitor "testgtm" { defaults from "http" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest yyy.yyy.yyx.128:80 // http username "" password "" recv "" send "GET /" partition "Common" }
monitor "https_testA" { defaults from "https" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest www.www.www.127:443 // https key "" recv "" cert "" cipherlist "DEFAULT:+SHA:+3DES:+kEDH" send "GET /" password "" compatibility "enabled" username "" partition "Common" }
monitor "B_NY_http" { defaults from "http" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest yyy.yyy.yyy.102:80 // http username "" password "" send "GET /" recv "" partition "Common" }
monitor "C_NY" { defaults from "https" interval 30 timeout 120 probe_interval 0 probe_timeout 5 probe_num_probes 1 probe_num_successes 1 dest yyy.yyy.yyy.212:443 // https username "" compatibility "enabled" password "" send "GET /" cipherlist "DEFAULT:+SHA:+3DES:+kEDH" cert "" recv "" key "" partition "Common" }
// *** Link Definitions (1) ***
link { // datacenter=W name "firewall_internet" address yyy.yyy.yyx.2 monitor "gateway_icmp" }
// *** Server Definitions (4) ***
server { // datacenter=W, VS=3 name "LTM_W" type bigip box { address yyy.yyy.yyx.52 unit_id 1 } box { address yyy.yyy.yyx.53 unit_id 2 } monitor "bigip" vs { name "B" address zzz.zzz.zzz.102:443 // https monitor "B" translates to www.www.www.144:443 } vs { name "testA" address zzz.zzz.zzz.151:443 // https monitor "testA" translates to www.www.www.127:443 } vs { name "testgtm" address zzz.zzz.zzz.199:80 // http monitor "testgtm" translates to yyy.yyy.yyx.128:80 } }
server { // datacenter=W, VS=0 name "GTM_W" type bigip box { // gtm address yyy.yyy.yyx.161 unit_id 1 } monitor "bigip" }
server { // datacenter=NY, VS=2 name "LTM_NY" type bigip box { address yyy.yyy.yyy.148 unit_id 1 } box { address yyy.yyy.yyy.149 unit_id 2 } monitor "bigip" vs { name "B_NY" address zzz.zzz.zzx.102:443 // https monitor "gateway_icmp" translates to yyy.yyy.yyy.102:443 } vs { name "testgtm_NY" address zzz.zzz.zzx.199:80 // http monitor "testgtm_NY" translates to yyy.yyy.yyy.199:80 } }
server { // datacenter=NY, VS=0 name "GTM_NY" type bigip box { // gtm address yyy.yyy.yyy.161 unit_id 1 } monitor "bigip" }
// *** Pool Definitions (3) ***
pool { name "B" ttl 30 preferred ga alternate null fallback drop_packet partition "Common"
member { address zzz.zzz.zzz.102:443 monitor "B" partition "Common" } member { address zzz.zzz.zzx.102:443 monitor "B_NY" disabled partition "Common" } }
pool { name "testgtm" ttl 30 monitor all min 1 of "testgtm_NY" "testgtm" preferred ga alternate null fallback null partition "Common"
member { address zzz.zzz.zzz.199:80 monitor "testgtm" partition "Common" } member { address zzz.zzz.zzx.199:80 monitor "testgtm_NY" partition "Common" } }
pool { name "testA" ttl 30 preferred rr partition "Common"
member zzz.zzz.zzz.151:443 }
// *** Wide IP Definitions (3) ***
wideip { name "B.external.it" pool_lbmode rr partition "Common" pool "B" }
wideip { name "testgtm.domain.external.it" pool_lbmode ga partition "Common" pool "testgtm" }
wideip { name "testA.external.it" pool_lbmode rr partition "Common" pool "testA" }
// *** Application Definitions (1) ***
application { name "testB.external.it" partition "Common" }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com