Brian Ipsen wrote:
Is there a quick way to get the
INTELCORPORATIONBASEBOARD-MIB::trap1ForPowerSupply translated to a "pure
numeric" oid - just to see if it really solves my problem ??
snmptranslate -On INTELCORPORATIONBASEBOARD-MIB::trap1ForPowerSupply
+Thomas
--
Thomas Anders (thomas.anders at bl
Hi,
I'm trying to set up eventhandlers for some snmp traps. But somehow it
seems like only trapandlers with numeric OID's are executed - the ones
defined with the OID names from the MIB files aren't ecenuted...
E.g:
traphandle .1.3.6.1.4.1.343.2.10.3.2.1.5.1.0.16 /usr/bin/tee -a
/var/tmp/trap-i
> On Thu, 17 Jun 2004 18:17:42 +0200, [EMAIL PROTECTED] said:
>> ./usr/local/sbin/snmptrapd -f
Lucia> 183294:./usr/local/sbin/snmptrapd: /sbin/loader: Fatal Error: call to
Lucia> unresolved symbol from /usr/local/lib/libnetsnmp.so.5 (pc=0x300010734c8)
Looks to me like you have shared library
> I encountered the "broken pipe" error during my tests.
> the snmptrapd.conf file only contains the line "traphandle default /bin/pwd"
A couple of quick tests seem to indicate that this error is being
generated because /bin/pwd doesn't actually read from standard input
(and may well close it comp
hi,
I'm a student of Computer Science and I'm working to a project involving the
net-snmp tools. In particular I need the snmptrapd daemon to load a program
(some snmp get requests, and other things) when a particular trap is
received. I encountered the âbroken pipeâ error during my tests. I th
I'm running the 5.1 net-snmp package
but I cannot run the snmptrapd
I get the following error
> ./usr/local/sbin/snmptrapd -f
183294:./usr/local/sbin/snmptrapd: /sbin/loader:
Fatal Error: call to unresolved symbol from /usr/local/lib/libnetsnmp.so.5
(pc=0x300010734c8)
And I have no idea oh what