Difficulty: Medium
Correct Answer: show frame-relay pvc
Explanation:
Introduction / Context:
Frame Relay was a WAN protocol widely used before MPLS. Troubleshooting Frame Relay requires verifying interface status, Data Link Connection Identifiers (DLCIs), and Local Management Interface (LMI) information. Cisco IOS provides specific commands for this purpose.
Given Data / Assumptions:
Concept / Approach:
The show frame-relay pvc
command provides detailed information about Frame Relay Permanent Virtual Circuits (PVCs). It displays DLCI status, interface statistics, and LMI status, making it the go-to command for verifying PVC operation.
Step-by-Step Solution:
Verification / Alternative check:
Cisco's Frame Relay configuration and troubleshooting guides confirm this command as the standard for PVC/LMI info.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
show frame-relay pvc
Discussion & Comments