Unrecognized Sensor Types

Raw Hex : [ 12 34 56 78 9A … (16 bytes hex) ]

28.3SNMP Trap Raw Format

SNMPTrapFormat, in the cmm.cfg file controls whether the “text” portion or the “raw” portion of a trap is sent along with the “header”. The header is always sent. If the SNMPTrapFormat variable is equal to 1 (text) the output is header plus text. The next figure shows what the output will look like.

Figure 6. SNMPTrapFormat = 1

Time : TimeStamp , Location : ChassisLocation , Chassis Serial # :

ChassisSerialNumber , Board : Location , Sensor : SDRSensorName , Event :

HealthEventString , Event Code : EventCodeNumber

If SNMPTrapFormat is 2 (raw), the output is header plus raw. The next figure shows the output.

Figure 7. SNMPTrapFormat = 2

Time : TimeStamp , Location : ChassisLocation , Chassis Serial # :

ChassisSerialNumber , Board : Location , Raw Hex : [ 12 34 56 78 9A … (16 bytes hex) ]

A third value of 3 (text&raw) is used to indicate header, text, and raw. The example output is shown in the following table.

Figure 8. SNMPTrapFormat = 3

Time : TimeStamp , Location : ChassisLocation , Chassis Serial # :

ChassisSerialNumber , Board : Location , Sensor : SDRSensorName , Event :

HealthEventString , Raw Hex : [ 12 34 56 78 9A … (16 bytes hex) ]

MPCMM0001 Chassis Management Module Software Technical Product Specification

255

Page 255
Image 255
Intel MPCMM0001 manual Snmp Trap Raw Format, SNMPTrapFormat =