04-27-2011 02:57 AM - edited 03-06-2019 04:48 PM
Hello,
With local authentication (with no aaa new-model -no tacacs, no radius device/function)) I would like to get an information message that the authentication failed not at all error of mis-writting the password, but only when the 3th attempt/try is failed ?
Does someone knows if we can do this ?
Regards,
Solved! Go to Solution.
04-27-2011 05:15 AM
This is possible, but you need to be running an IOS Security Feature Set. Your command would look like this:
security authentication failure rate 3 log
For more info:
http://www.cisco.com/en/US/docs/ios/12_3/security/command/reference/sec_r1g.html#wp1098833
Please rate this post if it helps.
Edit: Keep in mind that this command introduces a 15-second delay once the failure threshold is reached. This is a Brute-force attack mitigation technique by design, but it does meet your requirement. Besides this, I would recommend leaning on EEM and perhaps some TCL scripting, which far too much for such a small task.
04-27-2011 05:15 AM
This is possible, but you need to be running an IOS Security Feature Set. Your command would look like this:
security authentication failure rate 3 log
For more info:
http://www.cisco.com/en/US/docs/ios/12_3/security/command/reference/sec_r1g.html#wp1098833
Please rate this post if it helps.
Edit: Keep in mind that this command introduces a 15-second delay once the failure threshold is reached. This is a Brute-force attack mitigation technique by design, but it does meet your requirement. Besides this, I would recommend leaning on EEM and perhaps some TCL scripting, which far too much for such a small task.
04-27-2011 10:58 AM
Hello Antonio,
Thank you for your answer. THis would help me.
I'll also have a look at EEM.
Best Regards,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide