Edgio / vflow

Enterprise Network Flow Collector (IPFIX, sFlow, Netflow)
http://www.verizonmedia.com
Apache License 2.0
1.09k stars 224 forks source link

Getting "IPFIX element key (890) not exist" from VMware #152

Open hitesh-vmware opened 3 years ago

hitesh-vmware commented 3 years ago

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.

siddharth178 commented 2 years ago

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