Difficulty: Easy
Correct Answer: 3, 4 and 5
Explanation:
Introduction / Context:
Knowing the correct IOS subcommands speeds up Frame Relay troubleshooting. The show frame-relay family exposes Local Management Interface (LMI) status, Permanent Virtual Circuit (PVC) health, and address maps. Recognizing legitimate subcommands avoids parser errors and focuses your diagnostics.
Given Data / Assumptions:
Concept / Approach:
Standard, widely supported subcommands include show frame-relay lmi, show frame-relay pvc, and show frame-relay map. These reveal LMI counters, PVC states, and the Layer-3-to-DLCI mappings respectively. Tokens like dlci and neighbors are not standard subcommands in this syntax across classic IOS images.
Step-by-Step Solution:
Verification / Alternative check:
Use context-sensitive help on a live device to confirm available options; you will consistently find lmi, pvc, and map. Some platforms may offer additional device-specific items, but dlci and neighbors are not standard here.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
3, 4 and 5
Discussion & Comments