4.2 Starting, Stopping, Restating RADIUS Agent

Perform the following steps to start or stop or restart the RADIUS Agent:

  1. open docker exec -it aaf_radiusd_1 /bin/bash/.

  2. Run the following commands as per your requirement:

    Action

    Command

    To start RADIUS Agent

    docker start aaf_radiusd_1

    To stop RADIUS Agent

    docker stop aaf_radiusd_1

    To Restart RADIUS Agent

    docker restart aaf_radiusd_1