RE: Unexpected snmpTrapEnterprise.0 variable in SNMPv1 trap

2011-10-31 Thread Juan Carlos Franzoy
I made a packet capture of agentx messages and I found a difference in the Notify sent by my subagent using version 5.0.9 and 5.5 of net-snmp libraries.: Subagent using net-snmp-5.0.9 libraries === Agent Extensibility (AgentX) Protocol: Notify-PDU, sid=8, tid=

Unexpected snmpTrapEnterprise.0 variable in SNMPv1 trap

2011-10-31 Thread Juan Carlos Franzoy
Hello. First of all, thank for reading my question. I have asked this question in snmp-users mailing list without success.I hope somebody can help me. I've configured a trapsink in snmpd.conf. As long as I understand, trapsink instructs snmpd to send snmpv1 traps. Then from an agentx connected su

Implementing MIB2 - System Variables

2011-10-31 Thread Shibu George
Dear All, We are using net-snmp agent for monitoring and configuring one of our network elements. We are using agentx for extending our own mib variables. I would like to support MIB-II system variables from our source code [Currently these variables are supported in snmpd] Please suggest me

Reloading a perl subagent in embedded perl

2011-10-31 Thread Jan Safranek
I have a simple perl agent in embedded perl, let's say http://www.net-snmp.org/tutorial/tutorial-5/toolkit/perl/perl_module.pl and following config file: rocommunity public perl do "/path/to/perl_module.pl"; When I start the snmpd agent, it executes all 'perl do' statements and my subagent is reg