
Network Bgp Diagnostics
- 2.2k installs
- 238k repo stars
- Updated August 5, 2026
- affaan-m/everything-claude-code
network-bgp-diagnostics troubleshoots BGP peering failures, route advertisements, and policy mismatches from command output.
About
The network-bgp-diagnostics skill from everything-claude-code guides agents through systematic Border Gateway Protocol troubleshooting when peers flap, sessions stay idle, or prefixes stop propagating. The catalog SKILL.md is currently a Japanese translation stub referencing the upstream ECC source, but the skill intent is to interpret show bgp summary, neighbor, and advertised-routes output, verify AS path and prefix filters, check hold timers and authentication mismatches, and correlate recent configuration pushes with session loss. Agents collect neighbor state, last error codes, and policy maps, then recommend corrective steps such as fixing MD5 keys, TTL security, max-prefix limits, or export route maps. Use alongside network-config-validation when a config change preceded the outage. Deliver concise root-cause hypotheses ranked by likelihood with verification commands.
- Structured BGP neighbor state and last-error interpretation.
- Checks AS path, prefix filters, and route map policy mismatches.
- Correlates recent config changes with peering failures.
- Recommends verification commands before suggesting fixes.
- Pairs with network-config-validation after configuration edits.
Network Bgp Diagnostics by the numbers
- 2,247 all-time installs (skills.sh)
- +244 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #88 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
network-bgp-diagnostics capabilities & compatibility
- Capabilities
- bgp neighbor state analysis · policy and filter mismatch detection · verification command planning · config change correlation
- Use cases
- devops · debugging
npx skills add https://github.com/affaan-m/everything-claude-code --skill network-bgp-diagnosticsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2.2k |
|---|---|
| repo stars | ★ 238k |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 5, 2026 |
| Repository | affaan-m/everything-claude-code ↗ |
Why is my BGP peer down or not receiving expected routes?
Diagnose BGP session failures, route advertisement issues, and peering instability using structured checks and show command outputs.
Who is it for?
Network operators debugging BGP session flaps or missing prefixes.
Skip if: Static config syntax review without session symptoms (use network-config-validation).
When should I use this skill?
User mentions BGP diagnostics, peering failures, or paste show bgp neighbor output.
What you get
Ranked root-cause hypotheses with verification commands and targeted fix recommendations.
- diagnostic evidence summaries
- neighbor-state findings
- prefix-policy inspection notes
By the numbers
- Covers six BGP neighbor states from Idle through Established gaps
- Inspects four policy surfaces: route-maps, prefix-lists, max-prefix limits, and AS path filters
Files
network-bgp-diagnostics - 日本語翻訳進行中
このファイルの翻訳は実装中です。英語版は元のスキルファイルを参照してください。
詳細は:D:/tmp/everything-claude-code/skills/network-bgp-diagnostics/SKILL.md
Related skills
Forks & variants (1)
Network Bgp Diagnostics has 1 known copy in the catalog totaling 1.3k installs. They canonicalize to this original listing.
- affaan-m - 1.3k installs
How it compares
Use Network BGP Diagnostics for live BGP peering incidents; choose application-level debugging skills for HTTP, DNS, or container networking problems.
FAQ
What inputs does network-bgp-diagnostics need?
BGP show command output, neighbor IPs, AS numbers, and recent configuration change context.
Can it fix peers automatically?
It recommends verification steps and fixes; operators apply changes on devices.
Is the SKILL.md complete in catalog?
The published file is a Japanese stub pointing to the upstream ECC network-bgp-diagnostics skill.
Is Network Bgp Diagnostics safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.