|
NAME
SYNOPSIS
DESCRIPTIONThe Multiple Only states created by a rule marked with the
pflow keyword are exported by
Each packet seen on this interface has one header and a variable
number of flows. The header indicates the version of the protocol, number of
flows in the packet, a unique sequence number, system time, and an engine ID
and type. Header and flow structs are defined in
The For example, the following command sets 10.0.0.1 as the source and 10.0.0.2:1234 as destination: # pflowctl -s pflow0 src 10.0.0.1 dst 10.0.0.2:1234 The protocol is set to IPFIX with the following command: # pflowctl -s pflow0 proto 10 STANDARDSB. Claise, Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of IP Traffic Flow Information, RFC 5101, January 2008. HISTORYThe BUGSA state created by
pfsync(4) can have a creation or expiration time before the
machine came up. In this case, The IPFIX implementation is incomplete: The required transport protocol SCTP is not supported. Transport over TCP and DTLS protected flow export is also not supported.
|