Question

Difficulty: MediumInterface and Cable Troubleshooting Issues

Match each Cisco IOS interface status or error symptom on the left to its most probable underlying root cause on the right.

  • Interface is down, line protocol is downA physical Layer 1 issue is present, such as an unplugged cable, damaged pinout, or powered-down remote device.
  • Interface is up, line protocol is downA Layer 2 framing issue exists, such as an encapsulation mismatch or missing keepalives.
  • Interface is administratively down, line protocol is downThe port is manually disabled in configuration mode via the shutdown command.
  • Interface is up, line protocol is up (with rapidly incrementing late collisions)A duplex mismatch exists where the local port operates in half-duplex while the remote host operates in full-duplex.

Answer

Interface down/down matches physical Layer 1 failure; Interface up/down matches Layer 2 encapsulation or keepalive failure; Interface administratively down matches manual shutdown command; Interface up/up with late collisions matches duplex mismatch.
Interface diagnostic states directly correlate with specific OSI layers and configurations: physical cable disconnects cause 'down/down'; Layer 2 framing errors cause 'up/down'; the 'shutdown' command displays 'administratively down'; and late collisions on an active link indicate a duplex mismatch.

Step-by-Step Solution

1
Analyze 'Interface is down, line protocol is down'.
Identified physical Layer 1 signal loss.
When electrical/optical carrier signal is missing due to a disconnected or broken cable, both status and line protocol report down.
2
Analyze 'Interface is up, line protocol is down'.
Identified Layer 2 protocol/framing failure.
Physical carrier (Layer 1) is detected, but Data Link layer communication failed due to mismatched encapsulation or lost keepalives.
3
Analyze 'Interface is administratively down, line protocol is down'.
Identified manual administrative disablement.
This explicit status string appears only when an administrator applies the 'shutdown' configuration command.
4
Analyze 'Interface is up, line protocol is up (with rapidly incrementing late collisions)'.
Identified duplex mismatch error pattern.
Late collisions occur when an interface set to half-duplex transmits while a full-duplex remote end transmits without checking for collisions past the slot time window.

Key Concept

Cisco IOS Interface Status Diagnostics and Troubleshooting
Rate this question