Skip to end of banner
Go to start of banner

Eratta 3.2.2 - Manufacturers of SNMP Devices not set

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

There is a bug in the matching of a manufacturer to their SNMP Enterprise ID.

To fix this without waiting for the next release, edit the file

Linux - 

/usr/local/open-audit/code_igniter/application/helpers/snmp_oid_helper.php

Windows -

c:\xampp\open-audit\application\helpers\snmp_oid_helper.php

Change line 54072 from:

		return ($new->manufacturer);

to

		return ($manufacturer);

Apologies for the inconvenience.

  • No labels