Configuring RADIUS Retries
Use the following sample configuration to configure the maximum RADIUS retries.
config
profile radius
max-retry value
commit
NOTES:
-
profile radius : Enter the RADIUS configuration mode.
-
max-retry value : Set the maximum number of times that the system will attempt retry with the RADIUS server.
value must be an integer in the range of 0–65535. Default: 2
-
commit : Commit the configuration.
Example
The following is an example of the RADIUS retries configuration.
config
profile radius
max-retry 2
exit