Check the specific trap definition configured for the enterprise OID that is experiencing the above issue to ensure it is properly configured. The following shows how to correct the improper trap configuration referenced above:
BEGIN_TRAPMake sure there is no white space before the BEGIN_TRAP entry and the start of the line.
Incorrect Example Before:
BEGIN_TRAP
Corrected Example After (no leading space):
BEGIN_TRAP
OID specificationMake sure that the leading period in front of the enterprise oid is present:
Incorrect Example Before:
BEGIN_TRAP 1.3.6.1.2.1.17.2 6 *
Corrected Example After:
BEGIN_TRAP .1.3.6.1.2.1.17.2 6 *
Trap number and specific number specification
Make sure you include a trap-number and specific-number:
Incorrect Example Before:
BEGIN_TRAP .1.3.6.1.2.1.17.2
Corrected Examples After (See Notes):
BEGIN_TRAP .1.3.6.1.2.1.17.2 6 1003
BEGIN_TRAP .1.3.6.1.2.1.17.2 6 *
BEGIN_TRAP .1.3.6.1.2.1.17.* *