Dell EMC Specialist – Systems Administrator, VNX — Question 20
The network administrator wants to configure RADIUS authentication for VTY access, and for console access to use the local configuration. Which two commands should be used to achieve this goal?
Answer options
- A. aaa authentication login vty group radius aaa authentication login console local
- B. aaa authentication login default group radius aaa authentication login console local
- C. aaa authentication login vty radius aaa authentication login console group local
- D. aaa authentication login default group radius aaa authentication login console group local
Correct answer: B
Explanation
The correct answer is B because it specifies 'default' for VTY access using the RADIUS group and 'local' for console access, aligning with the requirements. Option A incorrectly uses 'vty' instead of 'default', while options C and D have similar issues with the group configurations and do not meet the specified requirements.