Configuring RADIUS Dead Time

Use the following sample configuration to configure the RADIUS dead time.

config 
   profile radius 
      deadtime value 
      commit 

NOTES:

  • profile radius : Enter the RADIUS configuration mode.

  • deadtime value : Set the time to elapse between RADIUS server marked unreachable and when we can reattempt to connect.

    value must be an integer in the range of 1–65535. Default: 10 minutes.

  • commit : Commit the configuration.

Example

The following is an example of the RADIUS dead time configuration.

config 
   profile radius 
     deadtime 15 
     exit