CompTIA CASP+ (CAS-003) — Question 60

A security administrator wants to implement two-factor authentication for network switches and routers. The solution should integrate with the company's RADIUS server, which is used for authentication to the network infrastructure devices. The security administrator implements the following:
✑ An HOTP service is installed on the RADIUS server.
✑ The RADIUS server is configured to require the HOTP service for authentication.
The configuration is successfully tested using a software supplicant and enforced across all network devices. Network administrators report they are unable to log onto the network devices because they are not being prompted for the second factor.
Which of the following should be implemented to BEST resolve the issue?

Answer options

Correct answer: B

Explanation

The correct answer is B because it allows the RADIUS server to accept the second factor as an extension of the password, enabling seamless integration into the existing authentication flow. Option A is incorrect as it removes the password requirement entirely, which is not suitable for most authentication scenarios. Option C does not align with the RADIUS server configuration as it requires a separate prompt for the token, which is not currently supported. Option D introduces unnecessary complexity by adding a TOTP service instead of directly resolving the issue with the existing HOTP service.