Trap Info format

2004-10-06 Thread Will Chen
I use “snmptrapd –Lf trap.log” to log the incoming trap.  The trap information logged in the trap.log file is like this:  SNMPv2-SMI::enterprises.5517.4.1.1.2.0 = INTEGER: 0.  For string 5517.4.1.1.2.0 is part of the OID, is there any command to log MIB translated info (text based)  to the

RE: SNMP Trap Decode

2004-09-24 Thread Will Chen
Thanks for your inputs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, September 23, 2004 4:10 AM To: Will Chen Cc: [EMAIL PROTECTED] Subject: Re: SNMP Trap Decode > I downloaded the source code. Would you kindly point

RE: SNMP return OID

2004-09-24 Thread Will Chen
Thanks for the clear-up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Friday, September 24, 2004 6:22 AM To: Will Chen Cc: [EMAIL PROTECTED] Subject: Re: SNMP return OID > I have one question regarding to the SNMP return OID.

SNMP return OID

2004-09-23 Thread Will Chen
Hi,   I have one question regarding to the SNMP return OID.  I have one SNMP OID as 12.83.73.80.85.65.45.49.45.84.77.67.49  Which would mean SIPUA-1-TMC1 after translation.    My question is this translation work is usually at the SNMP agent side or at the SNMP manager side if a huma

RE: SNMP Trap Decode

2004-09-17 Thread Will Chen
Robert, Thanks for your input! I downloaded the source code. Would you kindly point me which source files can lead me to decoding? Thanks again, William -Original Message- From: Robert Story (Users) [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 11:46 AM To: Will Chen

SNMP Trap Decode

2004-09-17 Thread Will Chen
Hello Helper,   When I am coding with incoming SNMP traps from SNMP agent which uses net-snmp SNMP package, I met a problem. What I want to do is printing out all the bindings for incoming SNMP traps, just like the information logged in snmptrap.log if I use âsnmptrapd âo