Skip to content

Commit 0780624

Browse files
committed
updates301a
1 parent 9ad695e commit 0780624

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

docs/class8/module07/lab1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Ratio Load Balancing
3030

3131
*Q3. Does the ratio setting have any impact now?*
3232

33+
.. NOTE::
34+
35+
Remember that if you have a browser open already connected to http://10.1.10.100 the connection will continue to use the settings from before you modified the pool. Make sure to close chrome and open a new instance or open an incognito instance to start a completely new session.
36+
3337
Priority Groups Lab
3438
-------------------
3539

docs/class8/module09/lab1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the common partition.
99

1010
#. To create a new partition, go to **System > Users > Partition List** and select create
1111

12-
#. Create a new partition named **my\_partition**. There is really not a whole lot to it.
12+
#. Create a new partition named **test\_partition**. There is really not a whole lot to it.
1313

1414
Create and place a user in a partition
1515
--------------------------------------
@@ -59,15 +59,15 @@ Create and place a user in a partition
5959
cat bigip.conf
6060
more bigip.conf
6161

62-
*Q4. Did you find it in /config/bigip.conf?*
62+
*Q4. Did you find it in /config/bigip.conf?*
6363

6464
#. Each partition gets its own "folder" where its configuration is stored under the **partitions** directory in the **/config** directory. At the BIG-IP CLI prompt::
6565

6666
cd /config/partitions/test_partition
6767
ls
6868
cat bigip.conf
6969

70-
*Q5. Did you find your virtual server? Is the tmsh change you made in there?*
70+
*Q5. Did you find your virtual server? Is the tmsh change you made in there?*
7171

7272
#. As **testuser** at the tmsh prompt type: **save sys config**
7373

docs/class8/module09/lab2.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
Remote Authentication
22
=====================
33

4-
.. NOTE::
5-
6-
Due to the lab environment this will no longer work, but it does give
7-
you the general concept of how remote authentication is set up.
4+
We will setup a LDAP authentication on the BIG-IP for user authentication to perform BIG-IP tasks.
85

96
Authenticate against LDAP
107
-------------------------
@@ -15,7 +12,9 @@ Authenticate against LDAP
1512

1613
+-------------------------+------------------------+
1714
| Host | 10.1.20.252 |
18-
+-------------------------++-----------------------+
15+
+-------------------------+------------------------+
16+
| Port | 389 |
17+
+-------------------------+------------------------+
1918
| Remote Directory Tree | dc=f5demo,dc=com |
2019
+-------------------------+------------------------+
2120
| Bind DN: | cn=Directory Manager |
@@ -24,6 +23,8 @@ Authenticate against LDAP
2423
+-------------------------+------------------------+
2524
| Role | Administrator |
2625
+-------------------------+------------------------+
26+
| SSL | Disabled |
27+
+-------------------------+------------------------+
2728

2829
#. Open a new private browser window to **bigip01** at **https://10.1.1.4** and logon using the LDAP account **adminuser/password**.
2930

@@ -32,3 +33,5 @@ Authenticate against LDAP
3233
#. Try logging with the local account **testuser/testpass**.
3334

3435
*Q2. Were you successful?*
36+
37+
#. Set Authentication back to Local (**System > Users > Authentication** and select **Local** under **User Directory**)

docs/class8/module10/lab1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Prepare bigip01
2121

2222
#. Go to you **10.1.30.245** self IP and set **Port Lockdown** to **Allow Defaults**. This will ensure the ports we require are open.
2323

24-
#. Go to **https://10.1.1.246** which is **bigip02.f5demo.com** and login with **admin/admin**.
24+
#. Go to **https://10.1.1.246** which is **bigip02.f5demo.com** and login with **admin/admin.F5demo.com**.
2525

2626
Prepare bigip02
2727
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)