question about the engineid

2009-04-14 Thread Kang Chen
Hi, Dave I find a difference between the snmptrapd and the third party tools like MG-SOFT mibbrowser. When I want to receive a v3 trap using snmptrapd, I must assign the same engineid both in snmpd.conf and snmptrapd.conf. But, if I use MG-SOFT mibbrowser to receive the v3 trap, I need not to

Performance and correctness problems in Python bindings

2009-04-14 Thread Bill Fenner
Last summer, I posted a patch for the Python bindings at https://sourceforge.net/tracker/index.php?func=detail&aid=2074817&group_id=12694&atid=112694 This fixes the problem that it's impossible to use the Python bindings to fetch an object with more than one sub-ID in its INDEX, e.g., it works fo

答复: 答复: question about SNMPv3 trap

2009-04-14 Thread Kang Chen
I understand, thank you. -邮件原件- 发件人: [email protected] [mailto:[email protected]] 代表 Dave Shield 发送时间: 2009年4月14日 20:10 收件人: Kang Chen 抄送: [email protected] 主题: Re: 答复: question about SNMPv3 trap 2009/4/14 Kang Chen : > Another question, I write trap

Re: 答复: question about SNMPv3 trap

2009-04-14 Thread Dave Shield
2009/4/14 Kang Chen : > Another question, I write trapsink 172.18.100.148 public 162 in snmpd.conf Please think about the difference between "trapsink" and "trap2sink". What type of request (SNMP version and PDU type) do you expect to be sent. > Then, I modify the snmpNotifyType from 1(trap) to

答复: question about SNMPv3 trap

2009-04-14 Thread Kang Chen
Hi, Dave Thank you for give me the guidance. Another question, I write trapsink 172.18.100.148 public 162 in snmpd.conf, after I run snmpd and send the trap, I can get the trap in 172.18.100.148. Then, I modify the snmpNotifyType from 1(trap) to 2(inform), and send the trap again, but I still

Re: question about SNMPv3 trap

2009-04-14 Thread Dave Shield
2009/4/14 Kang Chen : > I want to know, if I haven’t write it in the snmpd.conf,  I want to > configure it with the mibbrowser, if it is possible and which mib table > support this feature? Yes - it's possible. The MIB tables you would need to set up are SNMP-TARGET-MIB::snmpTargetAddrTable

question about SNMPv3 trap

2009-04-14 Thread Kang Chen
Hi, Dave As you know, when you want to send V3 trap, you can configure the snmpd.conf like this: trapsess -v 3 -l authNoPriv -u Kang -a MD5 -A authpass -x DES -X privpass 172.18.100.148:162 I want to know, if I haven't write it in the snmpd.conf, I want to configure it with the mibbrowser, i

Re: Configuring with new MIB module

2009-04-14 Thread Dave Shield
2009/4/14 kamal sivadas : > Everything goes fine. But when I am trying to use snmpwalk Its not > displaying the objects related to  etherlike mib Please see the checklist in the FAQ entry http://www.net-snmp.org/wiki/index.php/FAQ:Coding_13 That may help you pinpoint what is going wrong.