Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hitesh-vmware opened this issue Jun 9, 2021 · 1 comment
Open

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

hitesh-vmware opened this issue Jun 9, 2021 · 1 comment

Comments

@hitesh-vmware
Copy link

Followed the steps mentioned in #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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants