Difficulty: Easy
Correct Answer: Supplied by the CSU/DSU
Explanation:
Introduction / Context:On serial WAN links, one side provides clocking (timing) and the other side follows that timing. In Frame Relay service from a carrier, the customer premises router typically connects via a CSU/DSU (Channel Service Unit/Data Service Unit). Understanding who provides the clock is essential for stable, error-free communications and to avoid slips or framing errors.
Given Data / Assumptions:
Concept / Approach:
In a service-provider-provided WAN, the DCE side (CSU/DSU or provider edge) generates the line clock. The customer router, acting as DTE, recovers timing from the carrier and does not set its own clock rate. The IOS clock rate command is only used when the router is acting as DCE (for example, lab back-to-back serial connections).
Step-by-Step Solution:
Identify device roles: CSU/DSU = DCE, customer router = DTE.DCE generates and supplies clock; DTE receives and uses that clock.Confirm that no clock rate command is required on the DTE interface.Validate status with show controllers serial (should show DTE).Verification / Alternative check:
On Cisco IOS, show controllers serial reveals DTE/DCE. If the router detects DTE, the clock rate command is not accepted or has no effect; timing originates from the CSU/DSU.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Supplied by the CSU/DSU
show frame-relay ?, which of the following subcommands are available: dlci, neighbors, lmi, pvc, map?
Discussion & Comments