|
Measures reported by NscTrapsTest
The NscTrapsTest reports the count of SNMP trap messages sent on account of errors in the transactions between the network devices.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Num_messages |
The number of trap messages sent since the last measurement period
|
Number
|
The detailed diagnosis of this measure, if enabled, reveals the details reported by the SNMP agent via traps - the details include the time at which the SNMP trap was received, the IP address of the trap sender, the trap type, and the contents of the trap. If the SHOWOID parameter is set to true, then the contents of the trap (i.e., the Trap Details column) will display the OID and its value. If the flag is set to false instead, only the values will be displayed in the Trap details column and not the OIDs.
|
Note:
For more clarity, you might want the OIDs displayed in the detailed diagnosis to be replaced by their corresponding object names. To ensure this, you first need to upload the SNMP MIB files of all those applications/devices from which traps are to be received, to the eG manager.
After the upload is complete, do the following:
- Edit the eg_external.ini file in the {EG_INSTALL_DIR}\manager\config directory.
- In the [MISC_ARGS] section of the file, set the TranslateOIDs flag to yes.
- Then, make sure that the tests reporting the trap details are available in the [SNMP_Tests] section of the file. If not, enter the 'internal names' of these tests in that section. For instance, to ensure that the detailed diagnosis of the Nsc Traps test converts OIDs into corresponding object names, include the internal name of the test - i.e., NscTrapsTest - in the [SNMP_Tests] section in the following format:
[SNMP_Tests]
NscTrapsTest=yes
- Finally, save the file.
|