Difficulty: Easy
Correct Answer: The administrator has manually shut down the interface.
Explanation:
Introduction / Context:
Cisco IOS interface status messages help quickly diagnose whether a problem is due to configuration, physical cabling, or protocol negotiation. Understanding the difference between “administratively down” and “down” saves time during triage and points to the right corrective action.
Given Data / Assumptions:
Concept / Approach:
“Administratively down” means the interface has been disabled via configuration, typically with the shutdown command under the interface. Because the interface is disabled, the line protocol is also down. This is distinct from an interface that is physically down due to cabling or clocking problems, which would show “Serial0 is down, line protocol is down.”
Step-by-Step Solution:
Verification / Alternative check:
After issuing no shutdown, the first status should change to “up” if the physical layer is good; line protocol will then attempt to come up depending on encapsulation and keepalives.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
The administrator has manually shut down the interface.
Discussion & Comments