Link to home
Start Free TrialLog in
Avatar of monkeymac
monkeymacFlag for Canada

asked on

How to define a "Quiet-Mode" access control list for a Cisco 1811 (IOS 12.4)

Hi Experts:

I'd like some help in configuring a quiet-mode ACL on a Cisco 1811 with IOS 12.4. Router was recently under SSH login attack, and I've configured quiet-mode to kick in when more than 3 failed login attempts happen within 60 seconds.

What I'd like to do now is configure the ACL that would allow me from the inside to still login via ssh.

Thanks!

Luis
Avatar of Sirius0815
Sirius0815
Flag of Germany image

from the inside ?? from your subnet or what do you mean from inside ?
Avatar of monkeymac

ASKER

From the inside, just like you suggest, is the inside LAN subnet, as opposed to the WAN (outside).

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Sirius0815
Sirius0815
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks - I was missing the part on how to create the access list also, but I didn't ask for it explicitly.
just create it like this :

(config)#access-list 10 permit 10.0.0.0 0.255.255.255

network / wildcard