Search found 4 matches

by wallis
Thu Mar 26, 2015 3:29 am
Forum: Nagios Network Analyzer
Topic: Customize query and report output.
Replies: 5
Views: 2584

Re: Customize query and report output.

mark and close

thx
by wallis
Wed Mar 25, 2015 8:37 am
Forum: Nagios Network Analyzer
Topic: Customize query and report output.
Replies: 5
Views: 2584

Re: Customize query and report output.

via SSH nfdump -R nfcapd.201503230700:nfcapd.201503231000 -o extended -c2 'dst ip 172.16.xx.xx and not tos 72' output: Date first seen Duration Proto Src IP Addr:Port Dst IP Addr:Port Flags Tos Packets Bytes pps bps Bpp Flows 2015-03-23 06:59:57.156 0.468 TCP 172.16.zz.zz:52322 -> 172.16.xx.xx:xx .A...
by wallis
Wed Mar 25, 2015 7:01 am
Forum: Nagios Network Analyzer
Topic: Customize query and report output.
Replies: 5
Views: 2584

Re: Customize query and report output.

It will be my English .....

Communication with the destination address 172.16.X.X must be in class with tos = 72
verified through the filter

dst ip 172.16.x.x and 72 tos

then filter

dst ip 172.16.x.x and not tos 72

should be empty, but is not.
by wallis
Mon Mar 23, 2015 8:09 am
Forum: Nagios Network Analyzer
Topic: Customize query and report output.
Replies: 5
Views: 2584

Customize query and report output.

Hi
I would see ToS value, is there any way how to add this column?

When i looking for specific host traffic in specific QoS class, then i use:
ip src xxx.xxx.xxx.xxx and tos xxx
but i have no idea how to list, if is there traffic from this host in another class.

thx for help