vflow
vflow copied to clipboard
Getting "IPFIX element key (890) not exist" from VMware
trafficstars
Followed the steps mentioned in https://github.com/VerizonDigital/vflow/issues/71 but still getting the same error. changed the file /etc/vflow/ipfix.elements and restarted vflow usinf service vflow restart but still getting the error.
While adding elements in ipfix.elements, add it under enterprise id 6876 - the vmware's enterprise id.
like this -
0:
1:
- octetDeltaCount
- unsigned64
2:
- packetDeltaCount
- unsigned64
...
...
6876:
880:
- tenantProtocol
- unsigned8
881:
- tenantSourceIPv4
- ipv4Address
882:
- tenantDestIPv4
- ipv4Address
883:
- tenantSourceIPv6
- ipv6Address
884:
- tenantDestIPv6
- ipv6Address
886:
- tenantSourcePort
- unsigned16
887:
- tenantDestPort
- unsigned16
888:
- egressInterfaceAttr
- unsigned16
889:
- vxlanExportRole
- unsigned8
890:
- ingressInterfaceAttr
- unsigned16