diff --git a/docs/class2/modules/module08.rst b/docs/class2/modules/module08.rst index cbb7c9d..4a6081f 100644 --- a/docs/class2/modules/module08.rst +++ b/docs/class2/modules/module08.rst @@ -3,7 +3,7 @@ Lab 8: BIG-IP Monitoring Monitoring BIG-IP LTM Using Syslog and SNMP v3 with LibreNMS -================================================================== +-------------------------------------------------------------------- This guide demonstrates how to configure Syslog and SNMP v3 on a BIG-IP LTM device and integrate it with LibreNMS for monitoring. diff --git a/docs/class8/module07/lab1.rst b/docs/class8/module07/lab1.rst index 08e6e01..92ae330 100644 --- a/docs/class8/module07/lab1.rst +++ b/docs/class8/module07/lab1.rst @@ -30,6 +30,10 @@ Ratio Load Balancing *Q3. Does the ratio setting have any impact now?* +.. NOTE:: + + 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. + Priority Groups Lab ------------------- diff --git a/docs/class8/module09/lab1.rst b/docs/class8/module09/lab1.rst index 700969d..90940bb 100644 --- a/docs/class8/module09/lab1.rst +++ b/docs/class8/module09/lab1.rst @@ -9,7 +9,7 @@ the common partition. #. To create a new partition, go to **System > Users > Partition List** and select create -#. Create a new partition named **my\_partition**. There is really not a whole lot to it. +#. Create a new partition named **test\_partition**. There is really not a whole lot to it. Create and place a user in a partition -------------------------------------- @@ -59,7 +59,7 @@ Create and place a user in a partition cat bigip.conf more bigip.conf - *Q4. Did you find it in /config/bigip.conf?* + *Q4. Did you find it in /config/bigip.conf?* #. 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:: @@ -67,7 +67,7 @@ Create and place a user in a partition ls cat bigip.conf - *Q5. Did you find your virtual server? Is the tmsh change you made in there?* + *Q5. Did you find your virtual server? Is the tmsh change you made in there?* #. As **testuser** at the tmsh prompt type: **save sys config** diff --git a/docs/class8/module09/lab2.rst b/docs/class8/module09/lab2.rst index 7b6ed82..249c4df 100644 --- a/docs/class8/module09/lab2.rst +++ b/docs/class8/module09/lab2.rst @@ -1,10 +1,7 @@ Remote Authentication ===================== - .. NOTE:: - - Due to the lab environment this will no longer work, but it does give - you the general concept of how remote authentication is set up. +We will setup a LDAP authentication on the BIG-IP for user authentication to perform BIG-IP tasks. Authenticate against LDAP ------------------------- @@ -15,7 +12,9 @@ Authenticate against LDAP +-------------------------+------------------------+ | Host | 10.1.20.252 | - +-------------------------++-----------------------+ + +-------------------------+------------------------+ + | Port | 389 | + +-------------------------+------------------------+ | Remote Directory Tree | dc=f5demo,dc=com | +-------------------------+------------------------+ | Bind DN: | cn=Directory Manager | @@ -24,6 +23,8 @@ Authenticate against LDAP +-------------------------+------------------------+ | Role | Administrator | +-------------------------+------------------------+ + | SSL | Disabled | + +-------------------------+------------------------+ #. Open a new private browser window to **bigip01** at **https://10.1.1.4** and logon using the LDAP account **adminuser/password**. @@ -32,3 +33,5 @@ Authenticate against LDAP #. Try logging with the local account **testuser/testpass**. *Q2. Were you successful?* + +#. Set Authentication back to Local (**System > Users > Authentication** and select **Local** under **User Directory**) diff --git a/docs/class8/module10/lab1.rst b/docs/class8/module10/lab1.rst index 513be09..db12697 100644 --- a/docs/class8/module10/lab1.rst +++ b/docs/class8/module10/lab1.rst @@ -21,7 +21,7 @@ Prepare bigip01 #. 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. -#. Go to **https://10.1.1.246** which is **bigip02.f5demo.com** and login with **admin/admin**. +#. Go to **https://10.1.1.246** which is **bigip02.f5demo.com** and login with **admin/admin.F5demo.com**. Prepare bigip02 ~~~~~~~~~~~~~~~