LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SNMP Trap Broker service in Linux (https://www.linuxquestions.org/questions/linux-software-2/snmp-trap-broker-service-in-linux-431543/)

siddegok 04-04-2006 12:36 AM

SNMP Trap Broker service in Linux
 
Hi All,

Is there any linux application that acts as an SNMP trap broker for multiple applications. I am looking for something on the same lines as the 'SNMP Trap Service' in Microsoft windows.

Regards,
Kishore

unSpawn 04-05-2006 12:21 PM

"snmptrapd" receives and logs traps.
AFAIK a default package in any major distribution.

siddegok 04-05-2006 11:29 PM

Thanks unSpawn, I am actually looking for a service which can forward SNMP traps to registered applications.

As you would know, if an application has bound to port 162, only it can recieve snmp traps. On windows , to avoid a single appplication holding up this port, a service - 'SNMP Trap Service' is used as a broker. This service binds to port 162, other applications interested in recieving SNMP traps than register with the 'SNMP Trap Service' through standard windows APIs. With this model, many applications can receive SNMP traps.

AFAIK snmptrapd does not offer a brokerage service for traps, can you please advise if there are any such services in linux.

unSpawn 04-06-2006 09:49 AM

Dunno. Maybe check "man snmptrapd" under "NOTIFICATION-LOG-MIB SUPPORT" if that's what you're looking for.


All times are GMT -5. The time now is 08:26 PM.