Re: RE: missing status errors from HR table

2006-11-29 Thread ka_moria
Hi, In my master thesis project, I would like to monitor my printer through the MIB browser to get if errors occurs. I use the Host Resources MIB for that and specifically hrDeviceErrors. need to know the value of the counter hrDeviceErrors that I should consider to know if the printer has a

Re: Trouble with AIX and Net-Snmp !

2006-11-29 Thread Thiago dos Santos L. Bezerra
It`s working now! Just a simple question, how can I add the aixmib.my to the net-snmp agent? On 11/24/06, Thomas Anders [EMAIL PROTECTED] wrote: Thiago dos Santos L. Bezerra wrote: Hi people, I installed Net-SNMP 5.3.1 in my AIX 5.3, but I'm having trouble after starting the snmpd. [...]

Fwd: about gcc -o snmpdemoapp ... -lsnmp

2006-11-29 Thread Clement Hsu
Dear Thomas: Thank you for your assistant. The output of net-snmp-config --libs is followings: -L/usr/local/lib -lnetsnmp -lcrypto -lm -crypto and if i call cc snmpdemoapp.c -o snmpdemoapp `net-snmp-config --libs` the message shows that net-snmp-config --libs not exists. and if i execute the

Re: about gcc -o snmpdemoapp ... -lsnmp

2006-11-29 Thread Dave Shield
On 29/11/06, Clement Hsu [EMAIL PROTECTED] wrote: gcc -c snmpdemoapp.c -o snmpdemoapp -L/usr/local/lib -netsnmp -crypto -lm I presume that's a typo, and you *did* include the -l before netsnmp and crypto the message shows : gcc : -lnetsnmp: linker input file unused because linking not done

Re: Trouble with AIX and Net-Snmp !

2006-11-29 Thread Dave Shield
On 29/11/06, Thiago dos Santos L. Bezerra [EMAIL PROTECTED] wrote: Just a simple question, how can I add the aixmib.my to the net-snmp agent? Please see the FAQ entries How do I add a MIB Dave - Take Surveys. Earn Cash.

Re: Fwd: about gcc -o snmpdemoapp ... -lsnmp

2006-11-29 Thread Thomas Anders
Clement Hsu wrote: Thank you for your assistant. The output of net-snmp-config --libs is followings: -L/usr/local/lib -lnetsnmp -lcrypto -lm -crypto and if i call cc snmpdemoapp.c -o snmpdemoapp `net-snmp-config --libs` the message shows that net-snmp-config --libs not exists. and if i

generating .c file from MIB file

2006-11-29 Thread Sagar Shukla
Hi, I couldnot find any options using mib2c utility to convert my MIB file into its equivalent .c file which I can compile as a loadable module. I want all the objects defined in MIB file to be part of the .c module source. Any ideas on how do I do that ? Thanks, Sagar.

A doubt regarding SET

2006-11-29 Thread Joseph S
hi, hi, Iam using SNMP version 5.3.0.1.All the user and access control informations are configured with rwuser. When a v 3 set request is sent for a read-only scalar object, I get the response messagse as ./snmpset -v 3 -l authNoPriv -u antonyraj -a MD5 -A joseph123

Re: Community indexing with SNMPv3

2006-11-29 Thread Subrahmanya Hegde
I think '-n context' can be used for this purpose. Does Cisco document has any info. on this? thx Subra Enno Rey [EMAIL PROTECTED] wrote: Hi, in the Cisco context one can use community indexing for different tasks, e.g. getting the MAC address table from a switch [for a given

Re: snmp traps and table design

2006-11-29 Thread Subrahmanya Hegde
I did not get the question completely. RMON-MIB can be used for this purpose. If I understand your question: Are you asking that you have single definition of the notification which contains the OID that can contain different counters? if so, it is acceptable Do you have the

5.4 compile problem on x86 Solaris 10...

2006-11-29 Thread Jean-Sebastien Morisset
Hi everyone, I'm upgrading from 5.3.0.1 to 5.4 and ran accross a little problem on an x86 Solaris 10 box -- this is my first attempt at compiling 5.4. - Net-SNMP configuration summary:

net-snmp with OSX

2006-11-29 Thread MEYER, JASON
Using 5.2.1 build and I just got a couple of questions. I am trying to monitor CPU load, but the tools I have(Orion from Solarwinds.net) reports that its at 100%. Running top on the machine I see load avg as 1.24,1.21,1.00 and CPU Usage at 60.4%. Anyone have some ideas? Thanks in advance. Jason

Re: 5.4 compile problem on x86 Solaris 10...

2006-11-29 Thread Thomas Anders
Jean-Sebastien Morisset wrote: I'm upgrading from 5.3.0.1 to 5.4 and ran accross a little problem on an x86 Solaris 10 box -- this is my first attempt at compiling 5.4. What's your full configure line? /bin/sh ../libtool --mode=link gcc -g -O2 -Usolaris2 -Dsolaris2=solaris2 -rpath

Fwd: about gcc -o snmpdemoapp ... -lsnmp

2006-11-29 Thread Clement Hsu
Dear Dave: thanks. However after i execute the command the followings message still happening: gcc snmpdemoapp.c -o snmpdemoapp -L/usr/loca l/lib -Inetsnmp -Icrypto -Im -Icrypto gcc: unrecognized option '-snmp' /tmp/ccJEaKJf.o: In function `main':snmpdemoapp.c:(.text+0x36): undefined refere nce

Fwd: Fwd: about gcc -o snmpdemoapp ... -lsnmp

2006-11-29 Thread Clement Hsu
Dear Thomas: Thanks, however it still not work. Ths same error still occur even i give th right path such las /snmp/net-snmp-5.3.1/net-snmp-config --libs which following your advice. Do you have any other suggestion? any help is appreciated. thank you Best regards, Clement Hsu --