DNS > Class 1 - Intro to GSLB > 3. Datacenters > 3.1. Servers Source | Edit on
3.1.3. siteA_ltm¶
LTM devices need to be defined. Create a server object for the ltm.siteA

Create a Server Object as defined in the table below:
Setting | Value |
---|---|
Name | sitea_ltm |
Data Center | sitea_datacenter |
Devices Add: | ltma.sitea.f5demo.com : 10.1.10.50 |
Health Monitors | bigip |
Virtual Server Discovery | Enabled |
Link Discovery | Enabled |
Complete the form and associate the “bigip” “Health Monitor” and enable both “Virtual Server” and “Link” discovery
TMSH
tmsh create gtm server sitea_ltm datacenter sitea_datacenter devices add { ltma.sitea.f5demo.com { addresses add { 10.1.10.50 { } } } } link-discovery enabled monitor bigip product bigip virtual-server-discovery enabled