You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/class1/class1.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Symposium 2024 Cert:101 TMOS Fundamentals
1
+
Symposium 2025 Cert:101 TMOS Fundamentals
2
2
================================================
3
3
This lab can be used to learn the fundaments in setting up BIG-IP Local Traffic Managers and learn the basics building blocks for all other BIG-IP solutions. It can also be used to prepare for F5 101, 201 and 301a certification exams.
In this lab we will access the Management GUI. We will then create the
5
-
VLANs, and assign a self IP addresses to our VLAN. As mentioned during
4
+
In this lab we will access the Management Graphical User Interface (GUI). We will then create the
5
+
VLANs, and assign self IP addresses to our VLAN. As mentioned during
6
6
our lecture portion, BIG-IPs may be put in-line or one-armed depending
7
7
on your customer’s requirements and topology.
8
8
9
-
Log on to the BIG-IP TMUI (GUI) Interface:
9
+
Log on to the bigip01 TMUI (GUI) Interface:
10
10
- **UDF** - Under Components, select the **Access** drop-down and then **TMUI**
11
11
12
12
Creating VLANs
13
13
--------------
14
14
15
-
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 need create two untagged VLANs, one client-side VLAN (**client_vlan**) and one server-side VLAN (**server_vlan)** for the devices in your network.
16
16
17
17
1. From the sidebar select **Network** **> VLANs** then select
18
18
**Create**
@@ -48,7 +48,7 @@ c. Under **Resources** in the **Interfaces** section:
48
48
:width:2.39187in
49
49
:height:1.66681in
50
50
51
-
iv. When you have completed your VLAN configuration, hit the
51
+
d. When you have completed your VLAN configuration, hit the
52
52
**Finished** button
53
53
54
54
.. important::
@@ -125,17 +125,17 @@ b. Under **Properties**
125
125
vi. When you have completed defining your default gateway, hit the
126
126
**Finished** button
127
127
128
-
1. Verify your network configuration
128
+
2. Verify your network configuration
129
129
130
-
b. Use SSH or WebShell (UDF Only) to access your BIG-IP.
130
+
a. Use SSH or WebShell (UDF Only) to access your BIG-IP.
131
131
132
132
i. Ping your default gateway, 10.1.10.1
133
133
134
134
ii. Ping a web server at 10.1.20.11.
135
135
136
136
Creating Pools
137
137
--------------
138
-
In this lab we will build a pool and virtual serve to support our web
138
+
In this lab we will build a pool and virtual server to support our web
139
139
site and verify our configurations by accessing our web servers through
140
140
the BIG-IP. Verification will be performed visually and through various
141
141
statistical interfaces.
@@ -173,9 +173,9 @@ b. Under **Resources**
173
173
| 10.1.20.13 | 80 |
174
174
+-------------+------------------+
175
175
176
-
1. As you enter each IP address and port combination hit **Add** button
176
+
2. As you enter each IP address and port combination hit **Add** button
177
177
178
-
c. When you have complete your pool configuration, hit the **Finished**
178
+
a. When you have complete your pool configuration, hit the **Finished**
179
179
button
180
180
181
181
.. image:: /_static/101/image17.png
@@ -242,20 +242,19 @@ c. Under **Resources**
242
242
243
243
v. **Fallback Persistence Profile**: None
244
244
245
-
1. When you have complete your pool configuration, hit the **Finished**
245
+
d. When you have complete your pool configuration, hit the **Finished**
246
246
button
247
247
248
-
2. You have now created a Virtual Server
248
+
e. You have now created a Virtual Server
249
249
250
250
.. image:: /_static/101/image20.png
251
251
:width:6.75892in
252
252
:height:1.44179in
253
253
254
254
.. note:: Items in the GUI that are blue are links ie. shortcuts
255
255
256
-
3. Now let’s see if our virtual server works!
256
+
2. Now let’s see if our virtual server works!
257
257
- **UDF** - from the ubu-jumpbox go to http://10.1.10.100
258
-
- **AWS** - from your PC go to http://<Bigip1VipEipTo100> in your stack Output tab
259
258
260
259
a. Open the browser to the Virtual Server you just created
261
260
@@ -265,20 +264,20 @@ c. Under **Resources**
265
264
:width:2.65963in
266
265
:height:1.40625in
267
266
268
-
a. Go to your BIG-IP and view the statistics for the **www_vs** virtual
267
+
c. Go to your BIG-IP and view the statistics for the **www_vs** virtual
269
268
server and the **www_pool** pool and its associated members
270
269
271
-
c. Go to **Statistics > Module Statistics > Local Traffic**
270
+
d. Go to **Statistics > Module Statistics > Local Traffic**
272
271
273
272
i. Choose **Virtual Servers** from drop down
274
273
275
274
.. image:: /_static/101/image22.png
276
275
:width:2.98593in
277
276
:height:1.44792in
278
277
279
-
a. Go to **Local** **Traffic>Virtual Servers>Statistics**
278
+
e. Go to **Local** **Traffic>Virtual Servers>Statistics**
280
279
281
-
d. Go to **Local** **Traffic>Pools>Statistics**
280
+
f. Go to **Local** **Traffic>Pools>Statistics**
282
281
283
282
i. Did each pool member receive the same number of connections?
284
283
@@ -288,7 +287,7 @@ d. Go to **Local** **Traffic>Pools>Statistics**
288
287
iii. Note the Source and Destination address when you go to directly
289
288
and through the virtual server
290
289
291
-
1. Let’s archive our configuration in case we have to fall back later.
290
+
3. Let’s archive our configuration in case we have to fall back later.
292
291
293
292
a. Go to **System >> Archives** and select **Create**.
294
293
@@ -305,12 +304,12 @@ Diagram for the IP address.
305
304
306
305
a. Review the information of the following command:
307
306
308
-
iii. **bigtop –n**
307
+
i. **bigtop –n**
309
308
310
309
1. Type **q** to quit.
311
310
312
-
a. Take a look at the TMOS CLI, type “\ **tmsh**\ ” to enter the
313
-
Traffic Management Shell.
311
+
b. Take a look at the TMOS CLI, type “\ **tmsh**\ ” to enter the
312
+
Traffic Management Shell
314
313
315
314
i. (tmos)# **show ltm pool**
316
315
@@ -333,8 +332,8 @@ Diagram for the IP address.
333
332
:width:3.13542in
334
333
:height:1.81755in
335
334
336
-
2. Click the Big Red F5 ball. This will take you to the Welcome page.
335
+
b. Click the Big Red F5 ball. This will take you to the Welcome page.
337
336
Here you can find links to:
338
337
339
-
a. User Documentation, Running the Setup Utility, Support, Plug-ins,
338
+
i. User Documentation, Running the Setup Utility, Support, Plug-ins,
0 commit comments