Hi All,
I am using NET-SNMP to create snmp agent on Windows XP.
i installed net-snmp-5.5-x86.exe in my system (downloaded from
http://net-snmp.sourceforge.net/download.html).
I configured the agent using the below command
"snmpconf -g basic_setup" as instructed in the FAQ section.
While
Hi All,
I am using NET-SNMP to create snmp agent on Windows XP.
i installed net-snmp-5.5-x86.exe in my system (downloaded from
http://net-snmp.sourceforge.net/download.html).
I configured the agent using the below command
"snmpconf -g basic_setup" as instructed in the FAQ section.
While
> On Thu, 17 Sep 2009 10:17:35 +0800, said:
A> And I think, if I want to use the default subhandler (e.g. use
A> netsnmp_instance_int_handler for my integer object), only write the MIB
A> file is OK, and no need to write the C/header file for registration.
A> Because I don't want to register
Hi,
I want to write a custom extension to the core net-snmp agent. As the
tutorial said, usually I need to 1) write a MIB file 2)Write the related
C file 3) Write a header file.
And I think, if I want to use the default subhandler (e.g. use
netsnmp_instance_int_handler for my integer object),
Not sure if it’s sent successfully. Just re-send it for help.
Alben Shao
Guangdong Nortel 4G Design
ESN: 6-554-5301
From: Alben Shao
Sent: 2009年9月17日 10:18
To: 'net-snmp-users@lists.sourceforge.net'
Subject: A question about net-snmp agent