cml-packet-capture

Capture network traffic on Cisco Modeling Labs links as pcap files.

627|175|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill cml-packet-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cml-packet-capture
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/cml-packet-capture
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill cml-packet-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of capturing network traffic within Cisco Modeling Labs (CML) environments, enabling detailed troubleshooting and analysis of network behavior.

Core Features & Use Cases

  • Start/Stop Captures: Initiate and terminate packet captures on specific links within a running CML lab.
  • Download PCAP: Retrieve captured packet data (pcap files) for offline analysis.
  • Integration: Seamlessly integrates with the Packet Buddy skill for in-depth analysis using tools like tshark.
  • Use Case: When troubleshooting BGP peering issues, you can use this skill to capture traffic on the relevant link, download the pcap, and then use Packet Buddy to analyze BGP messages for errors or misconfigurations.

Quick Start

Use the cml-packet-capture skill to start capturing packets on the link between R1 and R2 in lab 'my-lab'.

Frequently Asked Questions about cml-packet-capture

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

FAQPage Schema
How do I capture network traffic on a Cisco Modeling Labs link?

To capture network traffic on a Cisco Modeling Labs (CML) link, you can start a packet capture directly on a specified link within your running lab, apply filters, and then download the pcap file for offline analysis.

Can I download pcap files from CML for Wireshark analysis?

Yes, you can download pcap files from CML. After stopping a packet capture on a lab link, retrieve the captured data for offline inspection and use it with analysis tools like Wireshark or tshark.

What is the best way to troubleshoot BGP peering issues in a CML environment?

The best way to troubleshoot BGP peering issues in CML is to start a packet capture on the relevant link, download the pcap file, and analyze the BGP messages for errors or misconfigurations using integrated packet analysis tools.

Does CML packet capture support filtering specific protocols like OSPF and ICMP?

Yes, CML packet capture supports filters for specific protocols. You can apply packet counts and protocol filters during capture to isolate traffic like OSPF and ICMP for detailed performance analysis and troubleshooting.

How do I start and stop packet captures on CML lab links?

You can start and stop packet captures on CML lab links by specifying the target link in your running lab. Initiate the capture to begin recording traffic, then stop it to finalize and download the pcap file.