The description is empty in the Index of Huawei devices
search cancel

The description is empty in the Index of Huawei devices

book

Article ID: 282140

calendar_today

Updated On:

Products

Network Flow Analysis

Issue/Introduction

The description is empty in the Index of Huawei devices on NFA

Environment

NFA all versions

Cause

The parameter ignoreHuaweiMib was false in the database after NFA upgrade.

Resolution

Change the ignoreHuaweiMib value to true

Logon Harvester machine

Open the Command Prompt as Administrator and run:

C:>mysql -unetqos -p

use harvester
select * from parameter_descriptions where parameter='ignoreHuaweiMib';

update parameter_descriptions set DefaultValue='true' where parameter='ignoreHuaweiMib';

select * from parameter_descriptions where parameter='ignoreHuaweiMib';

Example: