Lab 2.10 - Modifying Radius Configurations ----------------------------------------------- Task - Modifying the Radius Server secret password ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #. Naviage to **Local Traffic >> iRules >> Data Group List** |image80| #. Click **ephemeral_config** |image81| #. Change the **Radius Secret** - Highlight **RADIUS_SECRET** in the **String Records** window - Click **Edit** |image82| #. Change the value from **radius_secret** to **secret**, click **ADD**, and then click **Update** |image83| Task - Modifying the BIG-IP radius secret ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #. SSH into the BIG-IP and enter traffic manangement shell by typing **tmsh** #. Enter the following commands .. code-block:: console modify auth radius-server system_auth_name1 secret secret save sys config |image84| .. |image80| image:: /_static/module2/image080.png .. |image81| image:: /_static/module2/image081.png .. |image82| image:: /_static/module2/image082.png .. |image83| image:: /_static/module2/image083.png .. |image84| image:: /_static/module2/image084.png