1,775
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The Allegro Network Multimeter can generate NetFlow/IPFIX message | The Allegro Network Multimeter can generate NetFlow/IPFIX message for the traffic it anlayses. The [[Settings]] allows to configure the '''IPFIX''' output. | ||
for the traffic it anlayses. The [[Settings]] allows to configure | The IPFIX output can be configure to use a TCP or UDP connection to send IPFIX messages to a specific IP and port. | ||
See the [[Settings]] for detailed information about how to set the correct values. | |||
==IPFIX settings== | |||
It is possible to export standard IPFIX records as well as Allegro-specific interface statistics. | |||
''' IPFIX flow export''' | |||
The settings dialog allows to specify an active flow timeout. Even if a flow is active, the Allegro Network Multimeter will generate and send a flow record in the specified amount of time. | |||
The settings dialog allows to specify an active flow timeout. Even if a flow | |||
is active, the | |||
in the specified amount of time. | |||
The flow export contains the following data: | The flow export contains the following data: | ||
Line 35: | Line 21: | ||
*Number of bytes and packets per direction | *Number of bytes and packets per direction | ||
Instead of the ingress/egress network interface, it is possible to | Instead of the ingress/egress network interface, it is possible to report the Virtual Link Group of the flow by enabling the corresponding option in the [[Settings#Global_settings|IPFIX settings]]. | ||
report the Virtual Link Group of the flow by enabling the | |||
corresponding option in the [[Settings#Global_settings|IPFIX settings]]. | |||
==''' Interface throughput measurement'''== | ==''' Interface throughput measurement'''== | ||
The Allegro Network Multimeter is able to measure the throughput of interfaces on a millisecond basis to identify micro bursts in network connections. | |||
If the Allegro-specific interface statistics is enabled in the :ref:'''ipfix_settings''', regular messages are sent containing the number of packets and bytes within a configurable time interval. | |||
The Allegro Network Multimeter is able to measure the throughput of | The Allegro Network Multimeter can measure time intervals as small as one millisecond, the exact value can be chosen in the [[Settings#Module_settings|Interface and MAC throughput]] configuration section. | ||
interfaces on a millisecond basis to identify micro bursts in network | |||
connections. If the Allegro-specific interface statistics is enabled | |||
in the :ref: | |||
number of packets and bytes within a configurable time interval. The | |||
Allegro Network Multimeter can measure time intervals as small as | |||
one millisecond, the exact value can be chosen in the | |||
[[Settings#Module_settings|Interface and MAC throughput]] configuration section. | |||
The message format is described as follows. | The message format is described as follows. | ||
Line 71: | Line 47: | ||
observationTimeMilliseconds = ... | observationTimeMilliseconds = ... | ||
*message type 5 is the "interface throughput update" message. | *message type 5 is the "interface throughput update" message. | ||
Line 84: | Line 59: | ||
bps = octectDeltaCount * 8 * 1000000 / updateInterval | bps = octectDeltaCount * 8 * 1000000 / updateInterval | ||
'''Detailed IPFIX message description''' | '''Detailed IPFIX message description''' | ||
The IPFIX module sends IPFIX templates for all its message which is | The IPFIX module sends IPFIX templates for all its message which is needed to decode the message. | ||
needed to decode the message. As reference, the format of the | As reference, the format of the interface throughput updates is as follows: | ||
interface throughput updates is as follows: | |||
{| class="wikitable sortable" | {| class="wikitable sortable" |
edits