Title: RE: net-snmp newbie needs help
Hi,
See the /var/log/snmpd.log. I hope you are missing the snmpd.conf file. If so run “snmpconf –i –g basic_setup”. Refer “./snmpd –h” and “snmpconf –h” for more details. If you have snmpd.conf file in some other directory ( not in /usr/local/sha
Title: RE: Monitoring services and resources
Hi
You can configure the same in snmpd.conf. Refer “man snmpd.conf” or
http://net-snmp.sourceforge.net/docs/man/snmpd.conf.html
Kanda
--__--__--
Message: 1
Date: Wed, 8 Mar 2006 15:08:57 -0300
From: "Pedro Henrique Morsch Mazzoni" <
Title: RE: snmp cross-compiler error
Hi Sasi,
Use
C_COMPILER=3Dppc_82xx-gcc ./configure --with-mib-modules="CPEAdapter wimax standard disman/event-mib" --host=ppc-ibm-linux --with-endianness=big
or
CC=ppc_82xx-gcc ./configure --with-mib-modules="CPEAdapter wimax standard disman/event-mib
Hi
I am going to develop one SNMP agent simulator by using Net-SNMP.
1)
My simulator have to act as a multiple agent, means it should able to receive
different snmpget request for different device at same time and have to process
simultaneo