Netmon Docs · Product Guide

Network Tools & Packet Capturev7.0.20

Run ping, traceroute, MTR, SNMP walk, port scan, and throughput tests from the appliance itself, and capture packets straight off its monitored interfaces — no separate tap, no SSH session, no tcpdump syntax.

Two features share the same idea: the appliance is a better vantage point than your desk. The Network Tools menu runs the standard diagnostics from where the monitoring lives, and Packet Capture writes a filtered slice of the traffic Netmon is already inspecting to standard capture files.

Network Tools

The Network Tools menu collects the diagnostics every network administrator reaches for — run from the appliance, which is the point. Your workstation’s traceroute describes your desk’s view of the problem; the appliance’s describes the monitoring system’s view, from the same vantage that produced the alert you are chasing. Each tool page carries the device picker, so “run this against that device” is two clicks.

An MTR run from the appliance showing per-hop loss percentage and latency statistics
MTR from the appliance: per-hop loss and latency.

The set:

The Throughput tool showing an internet Speed Test alongside iPerf Client and iPerf Server modes, with a test-history sidebar
The Throughput tool: an internet Speed Test plus iPerf Client and iPerf Server modes, with a test-history sidebar.

The browser-based System Terminal is not a diagnostic tool but appliance administration: it lives under System (not in this menu), requires the System Settings permission, and is covered in System Settings.

Note

Results reflect the appliance’s network position. A path that differs from your desk’s path is not an error — it is frequently the clue.

Packet Capture

When graphs and logs run out, packets settle it — and Netmon is already holding them. The appliance inspects the traffic on its monitored interfaces continuously; that always-on stream is what the packet analyzer, the topology map, and the IDS feed are made from. A packet capture does not switch anything on: it asks the running engine to write a filtered slice of what it is already seeing to disk, as standard .pcapng files that open in Wireshark and every other capture tool. No separate tap appliance, no SSH session, no tcpdump syntax — and no spin-up gap while the interesting packets go by.

The Packet Captures list showing active and stopped captures with packet and byte counters
Packet Captures.

Creating a capture

From Network Tools → Packet Captures (or directly from a device’s context in the Visual Network Explorer):

  1. New capture. Give it a label and choose the interface(s) to listen on.
  2. Filter. Narrow by host, port, protocol, and VLAN — a capture scoped to the conversation under suspicion stays small and readable. The byte cap protects you from the capture that was accidentally left running: when it is reached, the capture stops on its own.
  3. Start. The capture runs live; its row shows packet and byte counters climbing. Stop it manually or let the cap do it.
The capture definition dialog with fields for label, filter axes, interface, and byte cap
Defining a capture: label, filter axes, interface, and byte cap.

Because a capture is a filter on the continuous stream rather than a new process, it starts instantly and adds almost nothing while it runs. A small number can run concurrently; the appliance enforces the limit so capture work can never degrade the monitoring itself.

Retrieving the result

Download the assembled .pcapng from the capture’s row and open it in Wireshark. Capture files age out on a schedule (they are diagnostic artifacts, not records), so download anything you intend to keep.

Captures are private to the user who created them; Super Admin accounts see all. The Packet Capture permission gates the entire feature.

Live streaming into Wireshark

For the workflow where you want packets as they arrive, the Wireshark integration (under System → System Settings → Downloadables) installs a Netmon entry in Wireshark’s interface list on your workstation. Selecting it streams a running appliance capture straight into the Wireshark window — start the capture in Netmon, watch it live at your desk. Installation and sign-in for that integration are covered in API & Integrations.

Important

Packet captures contain whatever crossed the wire, including credentials and personal data on unencrypted protocols. Treat capture files as sensitive, share them deliberately, and delete them when the investigation closes.