SNMPTRAPD problem without -f option

2012-09-05 Thread Sun Paul
Hi I have a problem on running snmptrapd (5.4.1) in Solaris 11. My setup is actually using snmptrapd and calling traphandle.pl to perform a conversion from SNMPv3 to SNMPv2c. The perl script is also able to accept SNMPv2c trap. I start the snmptrapd by "/usr/sbin/snmptrapd -On -Lsd -c /etc/snm

Question on Net-SNMP (SNMPD) + Embedded Perl

2011-04-04 Thread Sun Paul
Hi is ther anyone can help on embedded perl under SNMPD? When I tried to use "$request->setValue(ASN_COUNTER64, 2147483647);" , there is no problem, but if I put in the value larger than 2147483647, it failed. - RBK ---

RE: Question on Net-SNMP (SNMPD)

2011-03-31 Thread Sun Paul
deamon. http://www.net-snmp.org/wiki/index.php/TutorialsThe agent coding tutorial section will teach you how to do it. 2011/3/30 Sun Paul Hi can anyone help in here? I have no idea on how to do that. please - RBK Best Wishes, 姜 宇 <2nth0...@gmail.com> Anthony Jiang <2nth0...@

RE: Question on Net-SNMP (SNMPD)

2011-03-29 Thread Sun Paul
. You can implement your own Table which will extract required information from DB. 2011/3/24 Sun Paul Hi All I hope I post on the correct channel.If not, please allow me to say sorry here. I am planning to develop a daemon to receive SNMPGET, and once it received, it will try to go to

RE: Question on Net-SNMP (SNMPD)

2011-03-24 Thread Sun Paul
Thanks for your advice is there any sample that can guide me thru?? - RBK From: arif hussain [mailto:arifo...@gmail.com] Sent: Thursday, 24 March, 2011 20:12 To: Sun Paul Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Question on Net-SNMP (SNMPD) I think You can use

Question on Net-SNMP (SNMPD)

2011-03-24 Thread Sun Paul
Hi All I hope I post on the correct channel.If not, please allow me to say sorry here. I am planning to develop a daemon to receive SNMPGET, and once it received, it will try to go to query a PGSQL/Oracle DB to extract the information, and returning back the value back to original SNMP polling