Difference Between Interface States
Q: What does "Interface is up, line protocol is down" mean?
Answer:
It means the physical layer (Layer 1) is working—the interface has detected a valid electrical or optical signal—but the data link layer (Layer 2) is not operational. Common causes include VLAN or trunk configuration problems on Ethernet links, encapsulation mismatches on serial links, keepalive failures, or other Layer 2 configuration mismatches.
Difference Between Interface States
| Status | Meaning | Common Cause |
|---|---|---|
| Administratively down, line protocol down | Interface is manually disabled | shutdown command |
| Down, line protocol down | Physical connection failed | Cable unplugged, device off |
| Up, line protocol down | Physical layer is OK, Layer 2 failed | Encapsulation, VLAN, trunk, keepalive, or protocol mismatch, Errors..speedmismatch |
| Up, line protocol up | Interface is fully operational | Normal state |
Comments
Post a Comment