Lab 2.10 - Modifying Radius Configurations

Task - Modifying the Radius Server secret password

  1. Naviage to Local Traffic >> iRules >> Data Group List

    image80

  2. Click ephemeral_config

    image81

  3. Change the Radius Secret

    • Highlight RADIUS_SECRET in the String Records window
    • Click Edit

    image82

  4. Change the value from radius_secret to secret, click ADD, and then click Update

    image83

Task - Modifying the BIG-IP radius secret

  1. SSH into the BIG-IP and enter traffic manangement shell by typing tmsh

  2. Enter the following commands

    modify auth radius-server system_auth_name1 secret secret
    save sys config
    

    image84