200-101 · Question #75
Which command displays the CHAP authentication process as it occurs between two routers?
The correct answer is D. debug ppp authentication. The correct command to observe the CHAP (or PAP) authentication process on a Cisco router is (D) 'debug ppp authentication'. CHAP is a sub-protocol of PPP (Point-to-Point Protocol), so its authentication exchange is debugged through the PPP debug hierarchy. This command…
Question
Options
- Adebug chap authentication
- Bdebug authentication
- Cdebug chap ppp
- Ddebug ppp authentication
How the community answered
(48 responses)- A4% (2)
- B2% (1)
- D94% (45)
Explanation
The correct command to observe the CHAP (or PAP) authentication process on a Cisco router is (D) 'debug ppp authentication'. CHAP is a sub-protocol of PPP (Point-to-Point Protocol), so its authentication exchange is debugged through the PPP debug hierarchy. This command displays the three-way CHAP handshake in real time: the challenge sent, the response received, and whether authentication succeeded or failed. The other options are not valid Cisco IOS commands - 'debug chap authentication' (A), 'debug authentication' (B), and 'debug chap ppp' (C) are not recognized commands in IOS. Always use 'undebug all' or 'no debug all' after troubleshooting to stop debug output.
Topics
Community Discussion
No community discussion yet for this question.