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
- Packet capture files remain
in place until the packet-capture
clear command is issued.
- Use file put to
transfer the packet-capture
files off the appliance for analysis.
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>