Skip to content

Updates2BIG-IPAdmin #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2025
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/module08.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/class8/module07/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/class8/module09/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------
Expand Down Expand Up @@ -59,15 +59,15 @@ 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::

cd /config/partitions/test_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**

Expand Down
13 changes: 8 additions & 5 deletions docs/class8/module09/lab2.rst
Original file line number Diff line number Diff line change
@@ -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
-------------------------
Expand All @@ -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 |
Expand All @@ -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**.

Expand All @@ -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**)
2 changes: 1 addition & 1 deletion docs/class8/module10/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~
Expand Down
Loading