Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/class2/modules/module01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Log on to the bigip01 TMUI (GUI) Interface:
Creating VLANs
--------------

First, you will need to log into **bigip01**. You will need create two untagged VLANs, one client-side VLAN (**client_vlan**) and one server-side VLAN (**server_vlan)** for the devices in your network.
First, you will need to log into **bigip01**. You will create two untagged VLANs, one client-side VLAN (**client_vlan**) and one server-side VLAN (**server_vlan)** for the devices in your network.

1. From the sidebar select **Network** **> VLANs** then select
**Create**
Expand Down
8 changes: 4 additions & 4 deletions docs/class2/modules/module02.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@ e. Click on the **Update** button to finalize your changes.
Content Monitors
----------------

The default monitor simply tells us the IP address is accessible, but we really don’t know the status of the particular application the node supports. We are now going to create a monitor to specifically test the application we are interested in. We are going to basic contnet check of our web site to determine it the servers are responding properly.
The default monitor simply tells us the IP address is accessible, but we really don’t know the status of the particular application the node supports. We are now going to create a monitor to specifically test the application we are interested in. We are going to perform a basic content check of our web site to determine it the servers are responding properly.

1. Browse to **http://10.1.10.100**. A number of content items you could use to check the site status. You could check for text on this page. You could view the source code and check for a text string not normally visible to the user. You can also look in the HTTP header information being returned.
1. Browse to **http://10.1.10.100**. There are a number of content items you could use to check the site status. You could check for text on this page. You could view the source code and check for a text string not normally visible to the user. You can also look in the HTTP header information being returned.

2. We will be looking for the HTTP status “\ **200 OK**\ ” in the HTTP header information as our receive string to determine availability.

3. Select **Local Traffic>Monitor** on the side-bar and select the plus
(**+**) sign or the **Create**
3. Select **Local Traffic>Monitors** on the side-bar and select the plus
(**+**) sign, or the **Create** button.

.. image:: /_static/101/image32.png
:width: 3.78002in
Expand Down
2 changes: 1 addition & 1 deletion docs/class2/modules/module10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Step 5: Test Packet Filter Rules for Self-IPs

- **Name**: ``imcpdrop``
- **Action**: ``Discard``
- **Protocol**: ``TCP``
- **Protocol**: ``ICMP``
- **Source Hosts and Network**: 10.1.20.0/24

.. image:: /_static/101//icmp-filter.png
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Welcome to the |classbold| last updated on 10/20/20
.. caution::
The F5 Certification Program does not produce any educational materials to support their program. All material in this repo is created and maintained by exam canidates, which work for F5 Networks, and are not officially supported by the F5 Certification Program.

Official exam preparation materials can be found here: `Resources for Exam Preparation <https://support.education.f5.com/hc/en-us/articles/4404740929819-Resources-for-Exam-Preparation>`__

|

**The creaters of this material do not have any direct access to exam content, other than taking the publicly available exams, with which to create the most effective study material.**
Expand Down
Loading