SNMP Trap not shown in SCOM-Console

Hansi 116 Reputation points
2022-09-19T07:33:44.473+00:00

Hello!

I am using SCOM 2019 for receiving Traps from Network Devices.

I have installed it like https://kevinholman.com/2015/02/03/snmp-trap-monitoring-with-scom-2012-r2/

The Host receiving the traps is installed correctly

netstat -ano | findstr "162"  
  UDP    0.0.0.0:162            *:*                                    6400  
  UDP    [::]:162               *:*                                    6400  
  
  
tasklist /fi "PID eq 6400"  
  
Image Name                     PID Session Name        Session#    Mem Usage  
========================= ======== ================ =========== ============  
MonitoringHost.exe            6400 Services                   0    279 080 K  

SNMP Service is not running. --> should i deinstall it?

In Wireshark I see that the Traps are received.
242406-2022-09-19-09-32-38-scomwn7903-scomwn7903-royal-ts.png

But in SCOM console I don't see the Events.

I have read a lot of articles, but I don't know where the problem is.

Firewall is open
242442-2022-09-19-09-31-38-scomwn7903-scomwn7903-royal-ts.png

I have two server in the network resourcepool. on each server is running a discovery for network devices.

my problem is, that i sometimes receive traps.

rg
Hansi

System Center Operations Manager
System Center Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,610 questions
0 comments No comments
{count} votes

Accepted answer
  1. SChalakov 10,576 Reputation points MVP Volunteer Moderator
    2022-09-19T08:43:05.303+00:00

    Hi @Hansi ,

    the cause could be that your resource pool contains two members. Are those 2x management servers both configured according to the article?
    If not then this can explain why you sometimes receive traps and sometimes not.
    Can you please try with only one server as Kevin suggests:

    Next, I create a network monitoring resource pool in SCOM. I want to lock down which management server I will use to receive traps, and to lock this to a single management server for any troubleshooting.

    How does it look then? Do you get them?

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
    Regards
    Stoyan Chalakov

    1 person found this answer helpful.
    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Hansi 116 Reputation points
    2022-09-19T10:01:01.503+00:00

    Hello
    I am a little confused.

    I have my "Network Monitoring Resource Pool" with two Members: SCOMSERVER1 and SCOMSERVER2
    These Server I have have set up according to kevin's blog.

    Now I have created a discovery-rule for my ups-devices running on SCOMSERVER1 and the "Network Monitoring Resource Pool"
    I also have reated a second discovery-rule for my other devices on SCOMSERVER2 and the "Netzwork Monitoring Resourcd Pool"

    if I have understood correctly the traps that are collected by rule should be sent to SCOMSERVER1 nd SCOMSERVER2, because only on of the Servers is the active Trap-Receiver.
    But only a Server, that is a Target of Network Discovery, can receive TRAPS.

    is this correct?

    rg
    Hansi


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.