show interfaces fa0/1 ( Output explanation )
show interfaces fa0/1.
π§ Interface Status (Most Important First)
✅ FastEthernet0/1 is up, line protocol is up (connected)
- Physical layer = up
- Data link layer = up
-
✔ This means:
- Cable is connected
- Interface is working
- No L1/L2 issue
π If you see:
-
up/down→ cable or duplex issue -
down/down→ cable unplugged or shutdown
⚙️ Hardware & MAC Address
Hardware is Lance
- Interface type chipset (not important for troubleshooting)
address is 0000.0c69.8701
- MAC address of the switch port
- Used for switching decisions
πΆ Bandwidth & Delay
BW 100000 Kbit
- Interface speed = 100 Mbps
- Used for routing metrics (EIGRP/OSPF cost)
DLY 1000 usec
- Delay of interface
- Used in routing calculations
π§ Duplex & Speed (VERY IMPORTANT)
Half-duplex, 100Mb/s
-
Interface is:
- Half duplex (can send OR receive, not both)
- Speed = 100 Mbps
π Troubleshooting importance:
-
Half duplex can cause:
- collisions
- performance issues
- late collisions
π In modern networks:
- Should be FULL duplex
π‘ Reliability & Load
reliability 255/255
- 255 = perfect reliability
- If this drops → interface issues
txload 1/255
- Transmit load (outgoing traffic usage)
rxload 1/255
- Receive load (incoming traffic usage)
π Low values = normal network
π Encapsulation
Encapsulation ARPA
- Ethernet frame type (IEEE 802.3 / Ethernet II)
- Standard for LANs
π Keepalive
Keepalive set (10 sec)
- Switch sends keepalive packets every 10 seconds
- Detects dead links
π ARP Information
ARP type: ARPA
- Ethernet ARP format
ARP Timeout 04:00:00
- ARP cache lifetime = 4 hours
⏱️ Interface Activity Timing
Last input 00:00:08
- Last packet received 8 seconds ago
Last output 00:00:05
- Last packet sent 5 seconds ago
π Useful for:
- Checking if interface is actively used
π Queue Information
Input queue: 0/75/0/0
Format:
current / max / drops / flushes
- 0 current packets waiting
- 75 max queue size
- 0 drops → GOOD
Total output drops: 0
- No packets dropped outbound
- ✔ Network is healthy
Queueing strategy: fifo
- First In First Out
- Simple queueing method
Output queue :0/40
- 0 packets waiting to be sent
- 40 max buffer size
π Traffic Rates
5 minute input rate 0 bits/sec
5 minute output rate 0 bits/sec
- Average traffic over last 5 minutes
- 0 = idle interface
π¦ Packet Statistics
956 packets input
- Total packets received
193351 bytes
- Total data received
Received 956 broadcasts
- All broadcast packets received
- Important for STP, ARP, DHCP
0 runts
- Frames too small (<64 bytes)
- ❌ Should be 0 always
0 giants
- Frames too large (>1518 bytes)
- ❌ Should be 0
0 CRC
- Frame checksum errors
- ❌ If >0 → cable or noise issue
0 frame
- Alignment errors
- ❌ indicates physical issues
0 overrun
- Buffer overflow at interface
0 ignored
- Packets dropped due to buffer issues
0 abort
- Transmission aborted packets
⚠️ Collision Section (VERY IMPORTANT for your case)
0 collisions
- No collisions detected
π Important:
- In half duplex, collisions CAN happen
- In full duplex, collisions should ALWAYS be 0
10 interface resets
- Interface was reset 10 times
π Possible reasons:
- link flaps
- configuration changes
- duplex mismatch
- physical instability
0 late collision
- Very important error
-
Happens when:
- cable too long
- duplex mismatch
0 deferred
- Packets delayed before transmission (normal in busy networks)
π Carrier Signals
0 lost carrier
- Link signal lost (bad cable or port)
0 no carrier
- No physical signal detected
π€ Buffer Errors
0 output buffer failures
- No memory issues in sending packets
0 output buffers swapped out
- No buffer overflow problems
Comments
Post a Comment