Verify the BIG-IP Configurations ================================================================================ #. Each BIG-IP's public management IP address was provided in the Terraform outputs. To show the Terraform output values again, execute ``terraform output`` in the BASH terminal and look for the **bigip1_mgmt_public_ip** and **bigip2_mgmt_public_ip** outputs. .. code-block:: bash bigip1_mgmt_public_ip = "a.b.c.d" bigip2_mgmt_public_ip = "e.f.g.h" bigip1_password = "xxxxxxxxxxxxxxxx" bigip2_password = "xxxxxxxxxxxxxxxx" random_password = "xxxxxxxxxxxxxxxx" Also note the values of **bigip1_password** and **bigip2_password**. They should be the same as **random_password**. #. Open two new web browser tabs to connect to the BIG-IPs: https:// ** and https:// ** #. Accept the SSL security warnings. #. Log in using the following credentials: +------------+----------------------+ | Username: | admin | +------------+----------------------+ | Password: | ** | +------------+----------------------+ | .. image:: ./images/bigip-login.png :align: left | .. attention:: If you are unable to authenticate to the BIG-IP TMUI, then it is possible that the onboarding process has not completed yet. Wait a few minutes and try again. If more than 10 minutes has elapsed since attempting to log in, consult your lab instructor for additional troubleshooting help. Some part of the onboarding process may have failed. | BIG-IP Device Cluster Status -------------------------------------------------------------------------------- BIG-IP Device Service Clustering and config-sync was configured during the onboarding process. #. Confirm that one of the BIG-IPs is in the **ONLINE (ACTIVE)** state and the other is in the **ONLINE (STANDBY)** state. #. Also confirm that both BIG-IPs have a sync status of **In Sync**. .. image:: ./images/bigip-cluster-status.png :align: left | BIG-IP #1: F5 Automation Toolchain Extensions -------------------------------------------------------------------------------- #. Click on **iApps > Package Management LX** from the left panel menu. You will see the list of iControl LX packages that were installed by BIG-IP Runtime Init. .. image:: ./images/ilx_pkg.png :align: left | BIG-IP #1: VLANs -------------------------------------------------------------------------------- #. Click on **Network > VLANs** from the left panel menu and confirm that the following resources were created: .. image:: ./images/bigip-vlans.png :align: left The ATC DO declaration configured the **external** and **internal** VLANs. | BIG-IP #1: Self IPs -------------------------------------------------------------------------------- #. Click on **Network > Self IPs** from the left panel menu and confirm that the following resources were created: .. image:: ./images/bigip-selfips.png :align: left The ATC DO declaration configured self IPs on the **external** and **internal** VLANs. | BIG-IP #1: Network > Routes -------------------------------------------------------------------------------- #. Click on **Network > Routes** from the left panel menu and confirm that no routes exist. Note that this is the **Common** partition. .. image:: ./images/bigip-routes.png :align: left | #. In the **Partition** dropdown list (top-right), select **LOCAL_ONLY** and confirm that the following routes were created. .. image:: ./images/bigip-routes-local_only.png :align: left | The **default** route is via the **internal** VLAN, which enables access to the **app** VPC (via the AWS Transit Gateway). .. note:: The ATC DO declaration configured a default route in the **LOCAL_ONLY** partition instead of the **Common** partition. This is required to support config-sync in the **BIG-IP HA across AWS availabilty zones** use-case where each BIG-IP instance is connected to different subnets. In cloud providers that allow the same subnet across multiple availabilty zones, the default route (and other static routes) can be configured in the **Common** partition and synchronized between the BIG-IP instances. | BIG-IP #1: Local Traffic > Virtual Servers -------------------------------------------------------------------------------- #. In the **Partition** dropdown list, select **Common** to return to the main partition. #. Click on **Local Traffic > Virtual Servers** from the left panel menu and confirm that there are no Virtual Servers configured. .. image:: ./images/bigip-virtuals.png :align: left | BIG-IP #2 -------------------------------------------------------------------------------- #. Switch to the browser tab for BIG-IP #2 and review the same configuration settings: - **iApps > Package Management LX** - **Network > VLANs** - **Network > Self IPs** - **Network > Routes (Common partition)** - **Network > Routes (LOCAL_ONLY partition)** - **Local Traffic > Virtual Servers**