When applied to a router, which command would help mitigate brute-force password attacks against the router?

Last Updated on January 7, 2019 by Admin

When applied to a router, which command would help mitigate brute-force password attacks against the router?

  • exec-timeout 30
  • service password-encryption
  • banner motd $Max failed logins = 5$
  • login block-for 60 attempts 5 within 60
    Explanation:

    The login block-for command sets a limit on the maximum number of failed login attempts allowed within a defined period of time. If this limit is exceeded, no further logins are allowed for the specified period of time. This helps to mitigate brute-force password cracking since it will significantly increase the amount of time required to crack a password. The exec-timeout command specifies how long the session can be idle before the user is disconnected. The service password-encryption command encrypts the passwords in the running configuration. The banner motd command displays a message to users who are logging in to the device.

For All Questions: ITN Final Exam Answers All in One Full 100% 2019