Difficulty: Easy
Correct Answer: debug ppp authentication
Explanation:
Introduction / Context:
When troubleshooting PPP links, it is often necessary to observe authentication events in real time. CHAP (Challenge-Handshake Authentication Protocol) is supported over PPP and provides a secure challenge-response. Cisco IOS offers debug commands to watch the negotiation unfold, which is invaluable for diagnosing mismatched usernames, secrets, or hostname issues.
Given Data / Assumptions:
Concept / Approach:
The IOS command debug ppp authentication prints live messages showing CHAP challenges, responses, and results (success or failure). It also shows PAP if configured. show commands display static summaries and interface status but do not provide live, event-by-event details the way debug does.
Step-by-Step Solution:
Verification / Alternative check:
Use undebug all or no debug all to stop debugging after collecting evidence. For additional depth, debug ppp negotiation shows LCP/NCP events.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
debug ppp authentication
show frame-relay ?, which of the following subcommands are available: dlci, neighbors, lmi, pvc, map?
Discussion & Comments