-
snmp trap contents
hello, there
I am newbie with SNMP and terms still are quite mess to me
so try to understand if I ask silly or simple things. :)
I am able to receive SNMP traps with Perl SNMP_Session module,
but translating content to 'human readable' format seem's
a little bit difficult.
1: Is MIB's description field somewhere inside in the trap ?
2: The OID pick up from trap seems to be quite easy, but if
I want to get the corresponding description field from
the MIB must I have whole worlds MIB files loaded on
the receiving host ? or is there other ways to it ?
3: Is there any www recources, which translates OID to
correspond MIB information or vice versa ?
best regards,
Sami
-
Re: snmp trap contents
Samppa wrote:
[color=blue]
> hello, there
>
> I am newbie with SNMP and terms still are quite mess to me
> so try to understand if I ask silly or simple things. :)
>
> I am able to receive SNMP traps with Perl SNMP_Session module,
> but translating content to 'human readable' format seem's
> a little bit difficult.[/color]
You should have a look at this:
[url]http://snmptt.sourceforge.net/[/url]
Regards
Ralf
-
Re: snmp trap contents
Ralf Schmitt <usenet_september@arcor.de> wrote in message news:<3f9a80b3$0$19083$9b4e6d93@newsread2.arcor-online.net>...[color=blue]
> You should have a look at this:
>
> [url]http://snmptt.sourceforge.net/[/url]
>[/color]
This seems to be interesting.
Thank you for your answer, Ralf. :)
-Sami