- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 12:28 PM
Hi,
I am trying to configure SNMP traps with Servicenow. So far i have successfully installed the mid-server and event management module. Events are being generated by mid-server but the problem is their state is always set to Error. Please refer to the attachment below
How can i test/debug the SNMP traps? Any suggestions?
Regards
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 05:33 PM
Field Mapping is not setup OOTB for all source. If you created a new source you must setup the field mapping for the data you are sending over via snmp to match the fields and values within SN.
So your error is around severity field and the data you sending over does not match. To prove this issue, I went ahead and deleted my mapping and I got the same error below.
Now, for this example, the data coming over from trap is above in the additional information field. You will see eventType value. We want to map this value to severity and have a mapped value for value 1.
Below is a field mapping for eventType to severity. See all the values I have for the required fields.
Once I made the mapping, I reran the same trap and it process through and I have an alert now.
Alert record, with severity = Critical Label value with value of 1.
I hope this helps. If it does, please make sure to make answer correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 12:52 PM
Have you setup the event field mapping for the field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 01:34 PM
The field mappings are OOTB, i haven't setup anything there. I can add the field mapping but not sure what to add there...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 05:33 PM
Field Mapping is not setup OOTB for all source. If you created a new source you must setup the field mapping for the data you are sending over via snmp to match the fields and values within SN.
So your error is around severity field and the data you sending over does not match. To prove this issue, I went ahead and deleted my mapping and I got the same error below.
Now, for this example, the data coming over from trap is above in the additional information field. You will see eventType value. We want to map this value to severity and have a mapped value for value 1.
Below is a field mapping for eventType to severity. See all the values I have for the required fields.
Once I made the mapping, I reran the same trap and it process through and I have an alert now.
Alert record, with severity = Critical Label value with value of 1.
I hope this helps. If it does, please make sure to make answer correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018 02:56 AM
Thank you for your time and detailed answer.