Fetch your organization's traffic based on ip, iccid, or simid.
This is a tool for organizations that are using Onomondo Fleet Storage.
You need to have node.js
and wireshark
installed on your system.
Install this way: $ npm i -g onomondo-traffic-fetcher
Download traffic between 5 and 7:30 on Dec 20th, from s3, filtering out traffic from a specific iccid:
$ onomondo-traffic-fetcher \
--from=2020-12-20T05:00:00Z \
--to=2020-12-20T07:30:00Z \
--iccid=8991101200003204514 \
--token=abc123def456ghi \
--s3-bucket=mycompany-bucket \
--s3-region=eu-central-1 \
--aws-access-key-id=AKAI1234ABCDEFGF \
--aws-secret-access-key=ghjKJH1234KJHkjhbnmY
Fetch traffic from this time
Fetch traffic until this time
Filter traffic based on this IP.
You can specify multiple ip''s like --ip=... --ip=...
Filter traffic based on this iccid.
Requires you to specify --token
You can specify multiple iccid''s like --iccid=... --iccid=...
Filter traffic based on this simid.
Requires you to specify --token
You can specify multiple simid''s like --simid=... --simid=...
You only need to specify this if you use --iccid
or --simid
. This is because onomondo-traffic-fetcher
need to convert the iccid/simid into an ip address.
If you are using AWS S3 then these paramters are required.
If you are uzing Azure Blob Storage then these parameters are required.