network-interface-health

Diagnose network interface health issues using CLI counter analysis.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill network-interface-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-interface-health
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/network-interface-health
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill network-interface-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose network interface health issues across routers, switches, and Linux hosts when symptoms indicate link problems, CRC errors, duplex mismatches, or congestion.

Core Features & Use Cases

  • Baseline and trend analysis of interface counters to identify root causes across ends of a link.
  • Quick guidance on commands and steps for common symptoms (CRC errors, drops, duplex mismatches, flapping).
  • Real-world use case: compare show interface outputs on both ends to confirm misconfig or faulty cable.

Quick Start

Capture baseline interface counters, wait for a measurement interval, capture again, and compare increments to identify faults.

Frequently Asked Questions about network-interface-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose network interface CRC errors and input drops on Linux hosts?

Diagnose network interface CRC errors and drops by capturing baseline interface counters, waiting for a measurement interval, capturing again, and comparing increments to identify the fault source using common CLI commands.

What is the best way to troubleshoot a duplex mismatch causing interface flapping?

Troubleshoot a duplex mismatch and interface flapping by applying deterministic diagnostics that compare show interface outputs on both ends of a link to confirm misconfigurations or faulty cables.

How do I check router and switch interface counters for congestion scenarios?

Check router and switch interface counters for congestion by analyzing end-to-end counter baselines and trends across physical links to determine if drops or errors indicate a fault source.

Can I use CLI commands to find the root cause of physical link problems across network devices?

Yes, you can use common CLI commands to find the root cause of physical link problems by comparing baseline counters across routers, switches, and Linux hosts to isolate the faulty end of the link.

What steps are needed to identify a faulty cable from interface output errors?

Identify a faulty cable from interface output errors by capturing baseline counters, waiting through a measurement interval, capturing again, and comparing the increments to pinpoint the physical fault source.

When should I compare interface counters on both ends of a link?

Compare interface counters on both ends of a link when symptoms indicate CRC errors, duplex mismatches, or congestion, requiring end-to-end counter analysis to determine the exact fault source.