Implementing Cisco Secure Access Solutions (SISAS, legacy) — Question 11
Which command can check a AAA server authentication for server group Group1, user cisco, and password cisco555 on a Cisco ASA device?
Answer options
- A. ASA# test aaa-server authentication Group1 username cisco password cisco555
- B. ASA# test aaa-server authentication group Group1 username cisco password cisco555
- C. ASA# aaa-server authorization Group1 username cisco password cisco555
- D. ASA# aaa-server authentication Group1 roger cisco555
Correct answer: A
Explanation
The correct command is A, which correctly uses 'test aaa-server authentication' followed by the appropriate parameters. Option B has 'group' in lowercase, which is incorrect in this context. Options C and D are not valid for authentication testing as they refer to authorization and use an incorrect username respectively.