Difficulty: Easy
Correct Answer: show controllers serial 0
Explanation:
Introduction / Context:
In lab environments and some WAN setups, one side of a serial link provides clocking (DCE) while the other is DTE. Determining which side is DCE is essential because the DCE end must be configured with a clock rate for the link to function. Cisco IOS provides controller-level commands to view this hardware-level detail.
Given Data / Assumptions:
Concept / Approach:
The command show controllers serial 0 displays hardware and controller information for the serial interface, including whether the interface detects a DTE or DCE cable. If DCE is present, you typically must set a clock rate on that interface. High-level commands like show interface will not reliably show the cable role.
Step-by-Step Solution:
Verification / Alternative check:
You can also check both ends of the link; only one side should show DCE. On the DCE side, clock rate is required for lab back-to-back cables.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
show controllers serial 0
Discussion & Comments