LinuxCommandLibrary

ipaggmanip

manipulates IP address aggregate files created by ipaggcreate

TLDR

Manipulate IP aggregate files

$ ipaggmanip [input.agg]
copy
Merge multiple aggregate files
$ ipaggmanip --merge [file1.agg] [file2.agg] > [combined.agg]
copy
Filter aggregates by count threshold
$ ipaggmanip --min-count=[100] [input.agg]
copy
Sort aggregates by count
$ ipaggmanip --sort [input.agg]
copy
Convert aggregate format
$ ipaggmanip --output-format=[ascii] [input.agg]
copy

SYNOPSIS

ipaggmanip [options] [files]

DESCRIPTION

ipaggmanip manipulates IP address aggregate files created by ipaggcreate. It can merge multiple aggregate files, filter by thresholds, re-aggregate with different parameters, and convert between formats.
This tool completes the ipsumdump suite's workflow for network traffic analysis: capture with ipsumdump, aggregate with ipaggcreate, and manipulate/analyze with ipaggmanip.

PARAMETERS

--merge

Merge multiple aggregate files
--sort
Sort output by count or address
--min-count N
Only output aggregates with at least N entries
--max-count N
Only output aggregates with at most N entries
--output-format FORMAT
Specify output format (ascii, binary)
--prefix LENGTH
Re-aggregate with different prefix length

CAVEATS

Input files must be in the ipagg format produced by ipaggcreate. Merging files with incompatible aggregation parameters may produce unexpected results.

HISTORY

Part of the ipsumdump package developed by Eddie Kohler. Designed for large-scale network measurement research where traffic summarization and analysis across multiple data sources is required.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community