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=
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
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
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