Manual Chapter : Configuring BIG-IP DNS to Determine PGW Health and Availability

Applies To:

Show Versions Show Versions

BIG-IP DNS

  • 12.1.5, 12.1.4, 12.1.3, 12.1.2, 12.1.1, 12.1.0
Manual Chapter

Configuring BIG-IP DNS to Determine PGW Health and Availability

Overview: Configuring BIG-IP DNS to determine packet gateway health and availability

Service providers can configure the BIG-IP® DNS system to increase the availability of their customer services on the System Architecture Evolution (SAE) network. One way is to configure a GTP monitor for the health and availability of a packet gateway (PGW). The GTP monitor issues an echo request to a list of PGW systems. If a PGW fails to respond to the GTP echo request, it is marked as down, and removed from the list of available PGW systems that are returned to an MME in a DNS response. BIG-IP DNS can also be configured to load balance DNS queries for the access point name (APN) across the PGW systems that are active and available.

Note: BIG-IP DNS handles only A and AAAA records for global server load balancing (GSLB).

This illustration presents a simplified depiction of how the process works on the SAE network.

BIG-IP DNS monitoring packet gateways

BIG-IP DNS monitoring packet gateways

  1. A smartphone that is preprogrammed with an APN, for example, apn.servprov.com, initiates a data connection.
  2. The EPC MME performs a DNS lookup on apn.servprov.com in order to select a packet gateway.
  3. BIG-IP DNS handles the DNS request and returns only IP addresses for PGW systems that are active and available.

Task summary

Configure BIG-IP DNS using these tasks to determine PGW system health and availability, and to load balance DNS queries across the active and available PGW systems.

Defining a data center

On BIG-IP®DNS, create a data center to contain the servers that reside on a subnet of your network.
  1. On the Main tab, click DNS > GSLB > Data Centers .
    The Data Center List screen opens.
  2. Click Create.
    The New Data Center screen opens.
  3. In the Name field, type a name to identify the data center.
    Important: The data center name is limited to 63 characters.
  4. In the Location field, type the geographic location of the data center.
  5. In the Contact field, type the name of either the administrator or the department that manages the data center.
  6. From the State list, select Enabled.
  7. Click Finished.
Now you can create server objects and assign them to this data center.
Repeat these steps to create additional data centers.

Defining BIG-IP DNS systems

Ensure that at least one data center exists in the configuration before you start creating a server.
On BIG-IP® DNS, create a server object to represent the BIG-IP DNS system itself.
  1. On the Main tab, click DNS > GSLB > Servers .
    The Server List screen opens.
  2. Click Create.
    The New Server screen opens.
  3. In the Name field, type a name for the server.
    Important: Server names are limited to 63 characters.
  4. From the Product list, select BIG-IP System.
  5. In the Address List area, add the non-floating IP addresses of the server.
    You can add more than one IP address, depending on how the server interacts with the rest of your network.
    Important: You must use a self IP address for a BIG-IP system; you cannot use the management IP address.
  6. From the Data Center list, select the data center where the server resides.
  7. In the Health Monitors area, assign the bigip monitor to the server by moving it from the Available list to the Selected list.
  8. From the Virtual Server Discovery list, select how you want virtual servers to be added to the system.
    Option Description
    Disabled The system does not use the discovery feature to automatically add virtual servers. This is the default value. Use this option for a standalone BIG-IP DNS system or for a BIG-IP DNS/LTM® combo system when you plan to manually add virtual servers to the system, or if your network uses multiple route domains.
    Enabled The system uses the discovery feature to automatically add virtual servers. Use this option for a BIG-IP DNS/LTM combo system when you want the BIG-IP DNS system to discover LTM virtual servers.
    Enabled (No Delete) The system uses the discovery feature to automatically add virtual servers and does not delete any virtual servers that already exist. Use this option for a BIG-IP DNS/LTM combo system when you want the BIG-IP DNS system to discover LTM virtual servers.
  9. In the Virtual Server List area, if you selected Disabled from the Virtual Server Discovery list, specify the virtual servers that are resources on this server.
    1. In the Name field, type the name of the virtual server.
    2. In the Address field, type the IP address of the virtual server.
    3. From the Service Port list, select the port the server uses.
    4. Click Add.
  10. From the Link Discovery list, select how you want links to be added to the system.
    Option Description
    Disabled The system does not use the discovery feature to automatically add links. This is the default value. Use this option for a standalone BIG-IP DNS system or for a BIG-IP DNS/LTM combo system when you plan to manually add links to the system.
    Enabled The system uses the discovery feature to automatically add links. Use this option for a BIG-IP DNS/LTM combo system when you want BIG-IP DNS to discover links.
    Enabled (No Delete) The system uses the discovery feature to automatically add links and does not delete any links that already exist. Use this option for a BIG-IP DNS/LTM combo system when you want BIG-IP DNS to discover links.
  11. Click Create.
    The Server List screen opens displaying the new server in the list.

Defining packet gateway systems

Before you create servers to represent the packet gateway (PGW) systems, ensure there is an existing server in the BIG-IP® DNS system that you are configuring.
Define the PGW systems to which BIG-IP DNS load balances access point name (APN) traffic.
  1. On the Main tab, click DNS > GSLB > Servers .
    The Server List screen opens.
  2. Click Create.
    The New Server screen opens.
  3. In the Name field, type a name for the server.
    Important: Server names are limited to 63 characters.
  4. From the Product list, select Generic Host.
    The server type determines the metrics that the system can collect from the server.
  5. In the Address List area, add the IP addresses of the PGW system.
    1. Type an external (public) IP address in the Address field, and then click Add.
    2. If you use NAT, type an internal (private) IP address in the Translation field, and then click Add.
    You can add more than one IP address, depending on how the PGW system interacts with the rest of your network.
  6. From the Data Center list, select the data center where the server resides.
  7. In the Health Monitors area, you can assign the GTP monitor to the server by moving it from the Available list to the Selected list; however, best practice is to assign the GTP monitor to the pool of PGW systems.
    Tip: The GTP monitor simply checks that the PGW system responds to a GTP echo request.
  8. In the Virtual Server List area, if you selected Disabled from the Virtual Server Discovery list, create a virtual server to represent (in a pool) the PGW system.
    1. In the Name field, type a name for the virtual server.
    2. In the Address field, type the IP address of the host server.
    3. In the Service Port field, type 2152 (F5 Networks recommends using this GTP-user plane tunneling data port); however, the BIG-IP system also supports the use of 2123 (GTP-control plane port).
    4. Click Add.
  9. Click Create.
    The Server List screen opens displaying the new server in the list.
Define the other PGW systems on your network.

Creating listeners to identify DNS traffic for an APN

Ensure that a self IP address exists on BIG-IP® DNS that you can use as the Destination of the listener.
Create listeners to identify DNS traffic for a specific access point name (APN). The best practice is to create two listeners: one that handles UDP traffic and one that handles TCP traffic.
  1. On the Main tab, click DNS > Delivery > Listeners .
    The Listeners List screen opens.
  2. Click Create.
    The Listeners properties screen opens.
  3. In the Name field, type a unique name for the listener.
  4. For the Destination setting, in the Address field, type the IP address on which BIG-IP DNS listens for access point name (APN) traffic.
    Note: F5 Networks recommends that you assign a unique IP address, not a self IP address.
  5. In the Service area, from the Protocol list, select UDP.
  6. Click Finished.
Create another listener with the same IP address, but select TCP from the Protocol list.

Creating a custom GTP monitor

Ensure that you know the version of the GTP protocol that your network uses.

Create a custom GTP monitor to detect the presence and health of a packet gateway (PGW) system. The GTP monitor issues a GTP echo request, and if the PGW system fails to respond, it is automatically marked as down and removed from the available list of PGW systems that the BIG-IP® system returns to an MME.

  1. On the Main tab, click DNS > GSLB > Monitors .
    The Monitor List screen opens.
  2. Click Create.
    The New Monitor screen opens.
  3. Type a name for the monitor in the Name field.
  4. From the Type list, select GTP.
  5. From the Import Monitor list, select an existing monitor.
    The new monitor inherits initial configuration values from the existing monitor.
  6. Type a number in the Interval field that indicates, in seconds, how frequently the system issues the monitor check. The default is 30 seconds.
    The frequency of a monitor check must be greater than the value of the global-level Heartbeat Interval setting. Otherwise, the monitor can acquire out-of-date data.
  7. Type a number in the Timeout field that indicates, in seconds, how much time the target has to respond to the monitor check. The default is 120 seconds.
    If the target responds within the allotted time period, it is considered up. If the target does not respond within the time period, it is considered down.
  8. Type a number in the Probe Interval field that indicates the number of seconds between the probes sent by the system. The default is 1 second.
  9. Type a number in the Probe Timeout field that indicates the number of seconds after which the system times out the probe request to the system. The default is 5 seconds.
  10. Type a number in the Probe Attempts field that indicates the number of probes the system sends before marking the resource down. The default is 3 attempts.
  11. Type a number in the Protocol Version field that indicates the version of the GTP protocol the system uses. The default is 1.
  12. For the Ignore Down Response setting, do one of the following:
    • Accept the No default option.
    • Select the Yes option to specify that the monitor accepts more than one probe attempt per interval.
  13. Click Finished.
Now you can associate the new custom monitor with the pool that contains the GTP resources.
Tip: Associate the monitor only with the pool. If you associate the monitor with both the pool and a server, you might encounter inaccurate health check failures.

Creating a pool of packet gateway systems with an applicable pool type

Before you can create a pool of packet gateway (PGW) systems, you need to:
  • Create servers to represent the PGW systems, and manually add at least one virtual server or wide IP to each server.
  • Create a GTP monitor.
You can create a pool of packet gateway systems with an applicable pool type to which the BIG-IP® system can load balance global traffic.

Creating a pool with pool type A or AAAA

Create an A or AAAA pool type in order to configure the BIG-IP® system to load balance global traffic.
  1. On the Main tab, click DNS > GSLB > Pools .
    The Pool List screen opens.
  2. Click Create.
  3. In the General Properties area, in the Name field, type a name for the pool.
    Names must begin with a letter, and can contain only letters, numbers, and the underscore (_) character.
    Important: The pool name is limited to 63 characters.
  4. From the Type list, depending on the type of the system (IPv4 or IPv6), select either an A or AAAA pool type.
  5. In the Configuration area, for the Health Monitors setting, in the Available list, select a monitor type, and move the monitor to the Selected list.
    Tip: Hold the Shift or Ctrl key to select more than one monitor at a time.
  6. In the Members area, for the Load Balancing Method setting, from the Preferred List, select Round Robin.
    Note: When you create a pool of one or more packet gateway systems (PGW) systems, it is the best practice to apply the GTP monitor and the round robin load balancing method to the pool. However, the BIG-IP® system supports the use of any static load balancing method in this implementation.
    Tip: When deploying this implementation in a lab environment, to determine whether the BIG-IP system returns the DNS response that you expect, try selecting the Global Availability method and disabling the first pool member in the list.
  7. From the Alternate and Fallback lists, select a static load balancing method, based on your network environment. Ensure that you select a load balancing method that does not take current server performance or connection load into account.
  8. In the Members area, for the Member List setting, add virtual servers as members of this load balancing pool.
    The system evaluates the virtual servers (pool members) in the order in which they are listed. A virtual server can belong to more than one pool.
    1. Select a virtual server from the Virtual Server list.
    2. Click Add.
  9. Click Finished.

Creating a pool with pool type NAPTR

Create an NAPTR pool type in order to configure the BIG-IP® system to load balance global traffic.
  1. On the Main tab, click DNS > GSLB > Pools .
    The Pool List screen opens.
  2. Click Create.
  3. In the General Properties area, in the Name field, type a name for the pool.
    Names must begin with a letter, and can contain only letters, numbers, and the underscore (_) character.
    Important: The pool name is limited to 63 characters.
  4. From the Type list, select the NAPTR type.
  5. In the Members area, for the Load Balancing Method setting, from the Preferred List, select Round Robin.
    Note: When you create a pool of one or more packet gateway systems (PGW) systems, it is the best practice to apply the GTP monitor and the round robin load balancing method to the pool. However, the BIG-IP® system supports the use of any static load balancing method in this implementation.
    Tip: When deploying this implementation in a lab environment, to determine whether the BIG-IP system returns the DNS response that you expect, try selecting the Global Availability method and disabling the first pool member in the list.
  6. From the Alternate and Fallback lists, select a static load balancing method, based on your network environment. Ensure that you select a load balancing method that does not take current server performance or connection load into account.
  7. In the Members area, for the Member List setting, from the Flags list, select a flag.
  8. Add wide IPs as members of this load balancing pool.
    The system evaluates the wide IPs (pool members) in the order in which they are listed. A wide IP can belong to more than one pool.
    1. From the Wide IP list, select a wide IP or type a name that matches an existing wildcard wide IP.
    2. In the Service field, type the name of a service or protocol.
    3. Click Add.
  9. Click Finished.

Creating a pool with pool type SRV

Create a SRV pool type in order to configure the BIG-IP® system to load balance global traffic.
  1. On the Main tab, click DNS > GSLB > Pools .
    The Pool List screen opens.
  2. Click Create.
  3. In the General Properties area, in the Name field, type a name for the pool.
    Names must begin with a letter, and can contain only letters, numbers, and the underscore (_) character.
    Important: The pool name is limited to 63 characters.
  4. From the Type list, select the SRV type.
  5. In the Members area, for the Load Balancing Method setting, from the Preferred List, select Round Robin.
    Note: When you create a pool of one or more packet gateway systems (PGW) systems, it is the best practice to apply the GTP monitor and the round robin load balancing method to the pool. However, the BIG-IP® system supports the use of any static load balancing method in this implementation.
    Tip: When deploying this implementation in a lab environment, to determine whether the BIG-IP system returns the DNS response that you expect, try selecting the Global Availability method and disabling the first pool member in the list.
  6. From the Alternate and Fallback lists, select a static load balancing method, based on your network environment. Ensure that you select a load balancing method that does not take current server performance or connection load into account.
  7. In the Members area, for the Member List setting, from the Flags list, select a flag.
  8. Add wide IPs as members of this load balancing pool.
    The system evaluates the wide IPs (pool members) in the order in which they are listed. A wide IP can belong to more than one pool.
    1. From the Wide IP list, select a wide IP or type a name that matches an existing wildcard wide IP.
    2. In the Service field, type the name of a service or protocol.
    3. Click Add.
  9. Click Finished.

Creating a pool with pool type CNAME

  1. On the Main tab, click DNS > GSLB > Pools .
    The Pool List screen opens.
  2. Click Create.
  3. In the General Properties area, in the Name field, type a name for the pool.
    Names must begin with a letter, and can contain only letters, numbers, and the underscore (_) character.
    Important: The pool name is limited to 63 characters.
  4. From the Type list, select the CNAME type.
  5. In the Members area, for the Load Balancing Method setting, from the Preferred List, select Round Robin.
    Note: When you create a pool of one or more packet gateway systems (PGW) systems, it is the best practice to apply the GTP monitor and the round robin load balancing method to the pool. However, the BIG-IP® system supports the use of any static load balancing method in this implementation.
    Tip: When deploying this implementation in a lab environment, to determine whether the BIG-IP system returns the DNS response that you expect, try selecting the Global Availability method and disabling the first pool member in the list.
  6. From the Alternate and Fallback lists, select a static load balancing method, based on your network environment. Ensure that you select a load balancing method that does not take current server performance or connection load into account.
  7. Add wide IPs as members of this load balancing pool.
    The system evaluates the wide IPs (pool members) in the order in which they are listed. A wide IP can belong to more than one pool.
    1. In the Members area, for the Member setting, from the Wide IP list, select a wide IP or type a name that matches either an existing wildcard wide IP or wide IP alias.
    2. If necessary, to allow the member to point to a name that does not exist as a wide IP on DNS, select the Static Target check box.
    3. Click Add.
  8. Click Finished.

Creating a pool with pool type MX

Create a MX pool type in order to configure the BIG-IP® system to load balance global traffic.
  1. On the Main tab, click DNS > GSLB > Pools .
    The Pool List screen opens.
  2. Click Create.
  3. In the General Properties area, in the Name field, type a name for the pool.
    Names must begin with a letter, and can contain only letters, numbers, and the underscore (_) character.
    Important: The pool name is limited to 63 characters.
  4. From the Type list, select the MX type.
  5. In the Members area, for the Load Balancing Method setting, from the Preferred List, select Round Robin.
    Note: When you create a pool of one or more packet gateway systems (PGW) systems, it is the best practice to apply the GTP monitor and the round robin load balancing method to the pool. However, the BIG-IP® system supports the use of any static load balancing method in this implementation.
    Tip: When deploying this implementation in a lab environment, to determine whether the BIG-IP system returns the DNS response that you expect, try selecting the Global Availability method and disabling the first pool member in the list.
  6. From the Alternate and Fallback lists, select a static load balancing method, based on your network environment. Ensure that you select a load balancing method that does not take current server performance or connection load into account.
  7. Add wide IPs as members of this load balancing pool.
    The system evaluates the wide IPs (pool members) in the order in which they are listed. A wide IP can belong to more than one pool.
    1. In the Members area, for the Member setting, from the Wide IP list, select a wide IP or type a name that matches an existing wildcard wide IP.
    2. Click Add.
  8. Click Finished.

Configuring a wide IP for load balancing APN lookups

Before you configure a wide IP for an access point name (APN), ensure that a pool of packet gateway (PGW) systems is available to associate with the wide IP that you are configuring for APN load balancing.
Configure a wide IP to represent the APN for which BIG-IP® DNS load balances DNS lookups across the PGW systems on your network.
  1. On the Main tab, click DNS > GSLB > Wide IPs .
    The Wide IP List screen opens.
  2. Click Create.
    The New Wide IP List screen opens.
  3. In the General Properties area, in the Name field, type the APN, for example apn.servprov.com.
  4. From the Type list, select one of these record types for the wide IP:
    Option Description
    NAPTR The Name Authority Pointer record, NAPTR, aids in the standardization of Uniform Resource Names (URNs). NAPTR records map between sets of URNs, URLs and plain domain names, and suggest to clients the protocols available for communication with the mapped resource.
    A The Address record, or A record, lists the IP address for a given host name.
    SRV The Service resource record, SRV, is a pointer with which an alias for a given service is redirected to another domain.
    CNAME The Canonical Name resource record, CNAME, specifies an alias or nickname for the official, or canonical, host name.
    AAAA The IPv6 Address record, or AAAA record, lists the 128-bit IPv6 address for a given host name.
    MX The Mail Exchange resource record, MX, defines the mail system(s) for a given domain.
  5. In the Pools area, from the Load Balancing Method list, select Round Robin.
  6. From the Pool list, select the pool of PGW systems, and then click Add.
  7. Click Finished.