Forum Discussion
kartheeswaran_1
Cirrus
Jul 19, 2017IRULE FOR GTM TOPOLOGY LOADBALANCING
In bigipdns user configured a wide ip with topology load balancing with 2 existing Datacenter (US and japan).
Now user needs to configure 2nd wide ip with same setup with below modification.
I...
bvberkel_103040
Nimbostratus
Aug 16, 2017Maybe this will work for you.
gtm rule IRULE {
when DNS_REQUEST {
if { [ matchregion ldns Banglore ] } {
pool Banglore-pool
} elseif { [ matchregion ldns Hyderabad ] } {
pool Hyderabad-pool
} elseif { [ matchregion ldns Singapore ] } {
pool Singapore-pool
} else {
pool US_Asia-pool
}
}
create gtm region Banglore { region-members add { subnet x.x.x.x/32 } }
create gtm region Hyderabad { region-members add { subnet x.x.x.x/32 } }
create gtm region Singapore { region-members add { subnet x.x.x.x/32 } }
x.x.x.x is the LDNS for each region/country
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects
