packet-capture stop

Purpose

Stop an in-progress packet capture for a specified network interface.

Syntax

packet-capture stop interface

Parameters

interface
Network interface for which packet capture needs to be stopped

Usage Notes

Related Commands

See packet-capture clear, packet-capture list, and packet-capture start.

Example

Display active packet capture and then stop packet-capture activity on interface eth1.
Console> packet-capture list
interface       status          file(s)
eth1    Capturing               eth1pc1
                                eth1pc2
-------------------------------
eth0    Finished                eth0pc
-------------------------------
Ok
Console> packet-capture stop eth1
Stopping capture on eth1
Ok
Console>