DNS iQuery Flashcards
What is big3d?
The big3d data collection agent runs on BIG-IP and Enterprise Manager systems and uses the iQuery protocol to collect performance information from remote F5 devices.
What are 6 things that iQuery is used for?
1) Determining the health of objects in BIG-IP DNS configuration.
2) Exchanging information about BIG-IP DNS synchronization group state.
3) Providing a transport for synchronizing BIG-IP DNS configuration throughout the synchronization group.
4) Communicating LDNS path probing metrics.
5) Exchanging wide IP persistence information.
6) Gathering BIG-IP system configuration when using auto-discovery.
What is iQuery?
iQuery is an XML protocol that BIG-IP systems use to communicate with each other. BIG-IP DNS uses iQuery for various tasks.
It uses TCP port 4353 to communicate with other BigIP devices.
True or false: when adding a new BipIP DNS device to a group, you run the gtm_add script on the new device.
True
What does the gtm_add command/script do?
Adds a BigIP DNS device to a synchronization group.
Installs remote GTM config locally. Only run this command on the new BigIP DNS device as it’s inheriting the config from the existing BigIP device. Running this from an existing BigIP device will wipe out it’s config.
What does the bigip_add command/script do?
Enables iQuery communication between the BigIP DNS sync group and LTM.
1) It appends the local BigIP DNS’ SSL certificate to the remote BigIP (DNS or LTM) list of authorized certs.
2) The script then appends the remote BIG-IP system’s iQuery SSL certificate to the BIG-IP DNS system’s local list of authenticated iQuery SSL certificates.
Location of the the certs on the local device is:
/config/big3d/client.crt
Trusted server certs are located in:
/config/gtm/server.crt
True or false: the bigip_add command/script is used to establish a synchronization group.
False. The gtm_add command does this.
True or false: You can configure HA for BigIP DNS.
False, there’s no concept of HA in BigIP DNS.
What is the default synchronization group name?
Default
What are the three items that need to be configured before BigIP DNS is setup?
1) iQuery communications
- bigip_add
- gtm_add
- big3d_install
2) Datacenter
3) Server objects
What is used to troubleshooting iQuery connectivity?
iqdump
What port does iQuery use to communicate with other BigIP DNS devices?
TCP 4353
What needs to be setup in order for iQuery to start communications over TCP 4353?
TCP SSH port 22
Add tshoot example
In what directory is the Trusted Client Certificates located on the LTM?
/config/big3d/client.crt