All Supported versions of NFA
The NFA Harvester places devices in a RebootRefresh state when it detects non-sequential FlowSequence numbers in the incoming Netflow packets. This often occurs due to Sequence Gaps: NFA expects sequence numbers to increment by a specific threshold (default 3000). If the difference exceeds this, the device is flagged.
Explanation on RebootRefresh is available in Why are my routers in a RebootRefresh poll state and what does that mean?
Updating pollstate to 'initialpoll' does not help, device is placed again in 'RebootRefresh'
To fix the sequence gap, follow below:
mysql -unetqos -pselect * from parameter_descriptions; to find current value set for 'sequenceNumberFudge'update parameter_descriptions set defaultvalue='<value from wireshark>' where parameter='sequenceNumberFudge';