vflow icon indicating copy to clipboard operation
vflow copied to clipboard

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

Open hitesh-vmware opened this issue 4 years ago • 1 comments
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.

hitesh-vmware avatar Jun 09 '21 16:06 hitesh-vmware

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

siddharth178 avatar Sep 23 '21 09:09 siddharth178