- 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-06-2018 02:04 PM
Hi Patrick,
Is there any way i can test the SNMP traps? some utility that you know of for generating pseudo snmp traps maybe...
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2018 06:57 AM
Hi Patrick,
please refer to the screenshot below:
i am getting event type in a wired format, any suggestions to convert them to human readable form?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 09:09 PM
IP tables in the mid-server were not forwarding the udp traffic by default.
Hence traps were not sent to the mid-server application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 11:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018 02:51 AM
I have created a SNMP trap collector to get the events from a portal. I want to get the source as "ABC" in events but it is getting as "Trap From Enterprise 9" is there is any way that I can set this to "ABC " in ServiceNow?