Skip to content

Commit 019bdd2

Browse files
committed
feedback_updates
1 parent fdc0a19 commit 019bdd2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/class2/modules/module01.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Log on to the bigip01 TMUI (GUI) Interface:
1212
Creating VLANs
1313
--------------
1414

15-
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.
15+
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.
1616

1717
1. From the sidebar select **Network** **> VLANs** then select
1818
**Create**

docs/class2/modules/module02.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ e. Click on the **Update** button to finalize your changes.
204204
Content Monitors
205205
----------------
206206

207-
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.
207+
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.
208208

209-
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.
209+
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.
210210

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

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

216216
.. image:: /_static/101/image32.png
217217
:width: 3.78002in

docs/class2/modules/module10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Step 5: Test Packet Filter Rules for Self-IPs
136136
137137
- **Name**: ``imcpdrop``
138138
- **Action**: ``Discard``
139-
- **Protocol**: ``TCP``
139+
- **Protocol**: ``ICMP``
140140
- **Source Hosts and Network**: 10.1.20.0/24
141141
142142
.. image:: /_static/101//icmp-filter.png

0 commit comments

Comments
 (0)