NSX-T alarm generated: Flow cache disabled
search cancel

NSX-T alarm generated: Flow cache disabled

book

Article ID: 322529

calendar_today

Updated On:

Products

VMware NSX

Issue/Introduction

Flow cache is a feature in the dataplane which helps to speed up packet processing, thus improving performance.
If it is disabled, this will reduce the number of packet processed per second.
There is a new alarm introduced in NSX-T 4.1.1.1, it will check if flow cache is enabled or not on the edge nodes.
If it is not enabled on the edge nodes, it will alert and indicate which edge nodes it is disabled on.

Environment

VMware NSX

Resolution

In the past there may have been situations where flow cache was disabled for troubleshooting purposes and has remained disabled.
If there is no longer any need to have flow cache disabled, it can be re-enabled.


As admin user on the Edge cli, confirm Flow Cache is disabled.

#get dataplane flow-cache config


Enabled            : false
Mega_hard_timeout_ms: 4966
Mega_size          : 262144
Mega_soft_timeout_ms: 4898
Micro_size         : 262144


To enable flow cache reference this KB, NSX-T Edge Flow Cache.