gns3-packet-capture

Solid

Capture network traffic on GNS3 links - start/stop captures, retrieve PCAP data

Data & Documents 519 stars 141 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
90
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# GNS3 Packet Capture Start and stop packet captures on links in GNS3 projects. Capture network traffic for analysis and troubleshooting. ## When to Use - Troubleshooting network connectivity issues in a lab - Capturing traffic for analysis with Wireshark - Verifying routing protocol exchanges (OSPF, BGP, etc.) - Debugging application traffic - Learning about network protocols - Validating QoS or security policies ## MCP Server - **Command**: `python3 -u mcp-servers/gns3-mcp-server/gns3_mcp_server.py` (stdio transport) - **Requires**: `GNS3_URL`, `GNS3_USER`, `GNS3_PASSWORD` environment variables ## Available Tools | Tool | Parameters | What It Does | |------|------------|--------------| | `gns3_start_capture` | project_id, link_id, capture_file_name? | Start packet capture on a link | | `gns3_stop_capture` | project_id, link_id | Stop packet capture and finalize PCAP file | | `gns3_get_capture` | project_id, link_id | Get capture file path and stream URL | ## Workflow Examples ### Capture Traffic for Analysis ```bash # First, identify the link to capture "List all links in routing-test" # Start capture on the link between router1 and router2 "Start capturing traffic on link abc123 in routing-test" # Generate some traffic (ping, routing updates, etc.) # ... # Stop capture when done "Stop the capture on link abc123 in routing-test" # Get the PCAP file location "Get capture info for link abc123 in routing-test" ``` ### Custom Capture Filename ```bash # Start cap...

Details

Author
automateyournetwork
Repository
automateyournetwork/netclaw
Created
3 months ago
Last Updated
2 weeks ago
Language
JavaScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

gemini-mcp

Use Google Gemini for image generation, text chat, file analysis, URL/YouTube analysis, and multi-turn conversations via MCP. Triggers on requests to generate images with Gemini, chat with Gemini, analyze files/URLs/videos with Gemini, use Gemini models, or when user asks to create/edit images and needs prompting guidance. Do NOT use for DALL-E, Midjourney, Stable Diffusion, or OpenAI image generation.

27 Updated 3 days ago
AndyShaman
AI & Automation Featured

mcp-apps-builder

**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

9,994 Updated today
mcp-use
AI & Automation Solid

agent-memory

Recall past mistakes and capture feedback so your agent stops repeating errors. Works locally via MCP server — no API key needed.

20 Updated today
IgorGanapolsky
Data & Documents Solid

capture-knowledge

Capture structured knowledge about a code entry point and save it to the knowledge docs. Use when users ask to document, understand, or map code for a module, file, folder, function, or API.

1,213 Updated today
codeaholicguy