FreeBSD 5.x SNMP memory counters

2005-08-03 Thread Nathan Way
I have Net-SNMP 5.2.1 on several FreeBSD 5.x (5.1, 5.2, 5.3) platforms and have been puzzling over the difference in memory values reported by memTotalReal vs. hrStorageSize. The value from memTotalReal for total memory is smaller than that reported by hrStorageSize. In looking at the code, I not

RE: compiling Net-SNMP for powerpc_405 target machine

2005-08-03 Thread Giulianelli, Danilo (Danilo)
Sam,   The important thing is that you must set the --host option to "ppc-ibm-linux"  and precede the configure call with CC=ppc_405-gcc (note the capital letters). Anyway here's the makefile I'm using to cross compile net-snmp on my ppc_405 board:   # CFLAGS

RE: Installing Net-SNMP in Montavista Linux OS

2005-08-03 Thread G. S. Marzot
Not sure what version of MV Linux you have but they do have Net-SNMP as an mvl which you can build into the rootfs with Devrocket  or use their mvl-rpm tool to install.   Also not sure what version they have in their mvl but likely it is a little behind so your best path is to build from so

how to open endpoint"udp:161"

2005-08-03 Thread [EMAIL PROTECTED]
Hi :   When i tested  this command: snmpd -f -L -Dread_config , the output  was  interrupted by an error: Error opening specified endpoint "udp:161"  server exiting  with code 1 The line above this error is :read_config :c:/usr/ etc/snmp/snmp.local.conf   :No such file or  directory.I wonder ho

about snmpset

2005-08-03 Thread [EMAIL PROTECTED]
When i used the snmpset command to set  the value of syscontact.0 , i always got an error :not writtable.my command is :snmpset -v 2c -c public localhost syscontact.0 s "south 1,4th floor"I failed to use snmpset command ,i wanna know how should i configure the snmpd.conf to run snmpset? ~~~

Receive trap???

2005-08-03 Thread Awadehsh Kumar
Hi, I want to use the snmptrapd application. I downloaded this sample from http://net-snmp.sourceforge.net/. I want to receive trap from NE(network element), So pls suggest the way of getting trap.How should i execute this application, so that it start to listen trap? Regards Awadhesh -

RE:snmp proxy fails

2005-08-03 Thread Schoenbach Andreas
Hello,     3. In the /etc/snmp/snmpd.conf file I introduced a line like "proxy -v 3 -u -A  -l authNoPriv -p 5050 192.168.1.100 .1" for the proxy configuration.   try ".1.3" for OID instead ".1"   I think, ".1" is not a valid OID and this helps in my case.   -Andreas       -

inform request-response question

2005-08-03 Thread Bogdan Antonovici
Hello,   It's the second time when i put this question. Can someone tell me what happens(i mean what snmpd does?) when there is no response for a inform request message? Normally the agent should retransmit inform request message. I am not seeing snmpd doing that. Can someone tell me how is t

compiling Net-SNMP for powerpc_405 target machine

2005-08-03 Thread kanda.samy
Hi     i have to cross compile the Net-SNMP for ppc_405(powerpc_405) target machine. What parameters i have to use while doing ./configure. How to do make for that.        i have to use ppc_405-gcc instead of gcc compiler.  How to change gcc? i had used   --with-cc= p