snmptrapd -F options

2010-05-10 Thread Queenie de Melo
Hello, I was tring to get the traps in the a particualar format like TIME, AgentIP, TRAP-STRING I use the -F option and in quotes "" i specify the option as shown in the man pages for Time - the %h:%j:%k option for AgentIP --- the %B option for TRAP-STRING what option should i use. If i use

Re: net-snmp compilation problem still unresolved

2010-05-10 Thread Group
Hi Bart, Thanks for the command. I could see the debug messages now. I have added a new MIB. To add those objects to snmpd. Do i need to do configure again?. Is there any other way to do this. Please let me know. On Sun, May 9, 2010 at 7:11 AM, Bart Van Assche wrote: > On Sat, May 8, 2010 at 10

cache load problems

2010-05-10 Thread Kathy McLeod
Hi - Have the cache load/reload problems that I have been reporting been fixed in the new releases of net-snmp? Kathy McLeod Dept S82 CCB - SNMP IBM Rochester, MN (507) 253-4803 -- __

snmpd error

2010-05-10 Thread Wohlmuth Arno
Hello net-snmp support, I have since a few days the problem, I could not start snmpd. If I try to restart the service I get following error: /etc/init.d/snmpd restart * Restarting network management services: /usr/sbin/snmpd: symbol lookup

Re: Online MIB check tools --share with you!

2010-05-10 Thread Dave Shield
On 10 May 2010 10:57, Alexander King wrote: > My MIB file in net-snmp-5.4.2 environment can use snmptranslate got the > whole structure rightly(no warning). snmptranslate simply confirms that the Net-SNMP parser is happy with your MIB file. It does *not* provide any real guarantee of validity.

Re: Online MIB check tools --share with you!

2010-05-10 Thread Alexander King
I am sorry,I didnot know it before. My MIB file in net-snmp-5.4.2 environment can use snmptranslate got the whole structure rightly(no warning). I googled some webpages told me the smilint tool can check the mib file,so I tried it,I want to this tool can give me some king of promise that my mib

Re: Online MIB check tools --share with you!

2010-05-10 Thread Dave Shield
On 10 May 2010 09:31, Alexander King wrote: > http://wwwsnmp.cs.utwente.nl/ietf/mibs/validate/ > I cannot find where the check tool smilint is wrong,it just check SNMPv1 MIB > files.when the MIB file use SNMPv2,I got a lot of warning information. Three comments: - the 'smilint' tool is not

Online MIB check tools --share with you!

2010-05-10 Thread Alexander King
http://wwwsnmp.cs.utwente.nl/ietf/mibs/validate/ http://www.muonics.com/Tools/smicheck.php The two websites can check MIB files online,I test it,it is very convenient,the first website can choice the Severity level(1-Most tolerant,6-Most strict). I cannot find where the check tool smilint is wr