limit
Default: 100
Defines the threshold
for registration failures based on a calculation using weighted
multipliers defined in auth-failure-weight and bad-request-weight.
limit must
be an integer from 5 to 10,000.
Usage:
Use this command to
set a failure limit for registration attempts from an identified
IP address. The following calculation determines when this threshold
is reached for any IP address:
Current authorization
failures ÷ auth-failure-weight = current
failures per AoR
or
Total bad registration
requests ÷ bad-request-weight = current
failures per AoR
If auth-failure-weight = 2 and bad-request-weight = 1, and the per-ip-failure-limit = 200, then
the tolerance for registration authentication failures = 100
per each IP address and the tolerance for bad registration requests = 200
per each IP address.
When an IP address
reaches the failure limit, it is added to a “grey list” for
a period of time as defined by the greylist-duration command.