Max.
Authentication Requests (global_auth_q.limit) divided by Hold Authentication
Requests (default_reply_holdtime) is greater than the transaction
rate
For example, if global_auth_q.limit=1000, default_reply_holdtime=5, and
transaction rate=100 authentications/second, then:
1000 divided by 5 = 200 and
200 is greater than 100
For the first five seconds the queue is filling up to 500
authentication requests. From that point on the requests are still
arriving at 100/sec, but the oldest requests are being released
at 100/sec.
Now, suppose global_auth_q.limit=1000, default_reply_holdtime=5,
and transaction rate=250 authentications/second, then:
1000 divided by 5 = 200 and
200 is less than 250
For the first four seconds the queue is filling up to 1000
authentication requests. For the fifth second another 250 requests
arrive, but there is no room in the queue. No requests will be released
until the end of the fifth second, since that is the holdtime. Either
the Max. authentication requests must be increased, or the Global
retry limit must be decreased.
 |
 |  |
 |
 | NOTE: When the authentication
queue limit is exceeded, the server stops responding to the radcheck
command. |
 |
 |  |
 |