在 netflow 中有in_bytes和in_pkts字段。IPFIX 中的等效值是多少?
我正在使用 softflowd 发送 IPFIX 数据,并且得到以下字段:
destinationIPv4Address
destinationTransportPort
egressInterface
flowEndMilliseconds
flowStartMilliseconds
icmpTypeCodeIPv4
ingressInterface
ipClassOfService
ipVersion
octetDeltaCount
packetDeltaCount
protocolIdentifier
sourceIPv4Address
sourceTransportPort
tcpControlBits
version
vlanId
是octetDeltaCount和packetDeltaCount相当于in_bytes和in_pkts?