Difficulty: Medium
Correct Answer: RouterA(config-if)#clock rate 64000
Explanation:
Introduction / Context:
When a Cisco router provides clocking on a serial connection (acting as a CSU/DSU), the clock rate
command is required to set the data rate on the interface. This is typically used in lab environments or DCE (Data Communications Equipment) configurations.
Given Data / Assumptions:
Concept / Approach:
The clock rate
command configures the DCE interface's clock speed. The value is entered in bits per second. For 64,000 bps, the correct command is clock rate 64000
.
Step-by-Step Solution:
Verification / Alternative check:
Cisco IOS reference guides confirm clock rate 64000
as the proper syntax for a 64 kbps link.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
RouterA(config-if)#clock rate 64000
Discussion & Comments