Configuring RADIUS Timeout

Use the following sample configuration to configure the RADIUS timeout.

config 
   profile radius 
      timeout value_in_seconds 
      commit 

NOTES:

  • profile radius : Enter the RADIUS configuration mode.

  • timeout value_in_seconds : Set the time to wait for response from the RADIUS server before retransmitting.

    value_in_seconds must be an integer in the range of 1–65535. Default: 2 seconds.

  • commit : Commit the configuration.

Example

The following is an example of the RADIUS timeout configuration.

config 
   profile radius 
      timeout 4 
      exit