Radiator Server Documentation — v10.33.2
Table of Contents
  • timeout
  • Duration Units

timeout

This optional parameter specifies the amount of time that the client will wait for a response from the RADIUS server before considering the request to have timed out.

Duration Units

This parameter supports duration units for improved readability:

clients {
    radius {
        client "192.168.1.0/24" {
            secret "ClientSecret";
            timeout 30s;  # 30 seconds
        }
    }
}

When no unit suffix is provided, the value is interpreted as seconds.

Table of Contents
Navigation
  • @verification

  • aaa

  • backends

  • caches

  • captures

  • certificates

  • clients

    • http

    • ip

    • protocol

    • radius

    • require_message_authenticator

    • secret

    • source

    • tacacs-plus

    • timeout

  • conditions

  • dictionary

  • hmac-otp

  • include

  • init

  • ip-accept

  • license

  • logging

  • management

  • proxy-protocol

  • scripts

  • servers

  • statistics

  • stats

  • template

  • ui