Skip to content

Commit

Permalink
Merge pull request #57 from f5devcentral/develop
Browse files Browse the repository at this point in the history
PR for j-hammer updates
  • Loading branch information
6a6d authored Jun 26, 2024
2 parents 26abc6e + cc7011e commit 480f2e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/class1/module5/module5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Create an F5 "Wide IP"

.. https://gtm1.site1.example.com/tmui/Control/jspmap/tmui/globallb/wideip/list.jsp
.. admonition:: TMSH(Run on dns.sitea)
Run the following on dns.sitea only

.. admonition:: TMSH

tmsh create gtm wideip a www.wip.f5demo.com { pools add { www.f5demo.com_pool { order 0 } } load-balancing-decision-log-verbosity { pool-member-selection pool-member-traversal pool-selection pool-traversal} }
6 changes: 3 additions & 3 deletions docs/class1/module7/module7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Results
.. image:: /_static/class1/gtm1_site1_disable_interfaces.png
:width: 800

.. admonition:: TMSH(run on only dns.siteb)
.. admonition:: TMSH

tmsh modify net interface all disabled

Expand All @@ -34,7 +34,7 @@ Results
#. Re-enable interfaces on dns.siteb, disable interfaces on dns.sitea.
Observe statistics on dns.siteb and make sure DNS requests are still resolving.

.. admonition:: TMSH(run on only dns.siteb)
.. admonition:: TMSH

tmsh modify net interface all enabled

Expand All @@ -49,7 +49,7 @@ Results

#. Re-enable interfaces on dns.sitea

.. admonition:: TMSH(run on only dns.sitea)
.. admonition:: TMSH

tmsh modify net interface all enabled

Expand Down
6 changes: 3 additions & 3 deletions docs/class1/module8/module8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Modify the GSLB configuration so that LDNS servers continually receive the same

#. Recheck Persistence Records - You should see a persistence record for the Windows 2019 Server that is making the query for the Windows 10 client

.. admonition:: TMSH - Run from either dns.sitea or dns.siteb
.. admonition:: TMSH

tmsh show gtm persist

#. Disable persistence
#. Disable persistence - Change can be made on either dns.site1 or dns.siteb

.. admonition:: TMSH - Run from either dns.sitea or dns.siteb
.. admonition:: TMSH

tmsh modify gtm wideip a www.wip.f5demo.com persistence disabled

0 comments on commit 480f2e9

Please sign in to comment.