network tcpdump stop
Stop an active tcpdump trace
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The network tcpdump stop command stops a running packet trace (via tcpdump) on a given network interface. The trace files could be located in /mroot/etc/log/packet_traces/.
Parameters
- -node {<nodename>|local} - Node Name
- Use this parameter to specify the node on which the packet tracing must be stopped.
- -port {<netport>|<ifgrp>} - Port
- Use this parameter to specify the network interface on which the packet tracing must be stopped.
Examples
The following example stops a packet trace on network interface "e0a" from node "node1":
cluster1::> network tcpdump stop -node node1 -port e0a
Give documentation feedback