Re: Calculationg CPU usage using ssCpuRawIdle

2005-04-27 Thread Dave Shield
On Tue, 2005-04-26 at 22:58, frank wrote: I do get error messages about the exec feature being deprecated Actually, it's not exec that's being deprecated. It's the *relocatable* form of exec. A directive of the form: exec name /my/prog -args

SNPV3

2005-04-27 Thread Ashok kumar
Hi All, Anybody knows, How to create username and password for SNMPV3 Agent. And also how to create authkey,privkey. I am using Linux 7.3. Please let me know. Thanks, Ashok. __ Do you Yahoo!? Make Yahoo! your home page

Re: SNPV3

2005-04-27 Thread Dave Shield
On Wed, 2005-04-27 at 10:09, Ashok kumar wrote: How to create username and password for SNMPV3 Agent. And also how to create authkey,privkey. This is described in the file README.snmpv3 Dave --- SF.Net email is sponsored by: Tell us your

How does proxfix work??

2005-04-27 Thread Vincent AARON
Hi all I'm trying to use Net-SNMP to supervise some system daemon. So I added on the Net-SNMP configuration file those lines. procsyslogd procntpd procypbind procfix ypbind /sbin/service ypbind reload procfix ntpd /sbin/service ntpd reload procfix syslogd /sbin/service syslogd reload

help please

2005-04-27 Thread M. Vivek
I am facing the followig problem while compiling the netsnmp source code, ./.libs/libnetsnmpmibs.a: could not read symbols: Archive has no index; kindly suggest me a solution for this problem -- regards, Vivek M --- SF.Net

snmptrapd.conf forward directive

2005-04-27 Thread Paul Dowdy
Hi. Im new to this, so please bear with me. We downloaded the net-snmp-5.2.1 gzip file from sourceforge.net, unpacked it into /usr/local/net-snmp-5.2.1, built it, installed it, and lots of functions are working, but ... Im trying to configure the snmptrapd to forward traps as

RE: accounting traffic by ports

2005-04-27 Thread Andrey Brokanov
Robert, Thank you for your response. Now we have a MIB with needed structure for traffic accounting. How could we extend snmp-agent for getting traffic by ports? Are there any net-snmp api-functions that we can use to obtain this? Your advice would be very appreciated. Best regards, Andrey

RE: Problem on 64 bit machine: Timeout: No response from localhost

2005-04-27 Thread LIAO, GUANGDENG
Hi, When I use your patch for net-snmp, it can not work again:) But this time the error information in snmpd.log is different, see them as followings: send_trap: failed to convert v1-v2 template PDU Received SNMP packet(s) from 127.0.0.1 send_trap: failed to insert copied

handle set requests with pass_persist

2005-04-27 Thread Jakob Scheck
Hello, after some difficulties in subscribing I hope this mail is send ok. Sorry, if there were multiple copies of this question in the list. I use a perl script as pass_persist EXEC to handle some OIDs. snmpget and snmpgetnext requests work fine but I am not sure about set requests. # snmpget

Re: about set failure

2005-04-27 Thread Dave Shield
On Tue, 2005-04-26 at 12:38, ericyosho wrote: i have no problem when trying to get,but really comfused working with set. i always get the message Error in packet Reason:notWritable(That object does not support modification) How have you configured the access control for your agent? See the

RE: Net-snmp winsock build errors on Cygwin

2005-04-27 Thread Roberts, Allison R.
Thanks, Alex. Yes, I needed both patches, and yes, they worked like a charm! -Original Message- From: Alex Burger [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 7:56 PM To: Roberts, Allison R. Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Net-snmp winsock build errors

test.net-snmp.org test site

2005-04-27 Thread Dave Carol Hardin
Seems to be not responding. I had been successfully doing gets from it usng the snmpget -c demopublic -v 2c test.net-snmp.org system.sysUpTime.0 command,but am now not getting a "Timeout: No repsonse from test.net-snmp.org." messge. Can ping test.net-snmp.org, so I can reach it. thanks,

about set failure

2005-04-27 Thread ericyosho
Dear all i'm using mib2c.scalar.conf to work on a scalar in RFC3812,called mplsTunnelNotificationMaxRate. though,i have no problem when trying to get,but really comfused working with set. i always get the message Error in packet Reason:notWritable(That object does not support modification) Here

Re: accounting traffic by ports

2005-04-27 Thread Robert Story
On Tue, 26 Apr 2005 16:53:40 +0400 Andrey wrote: AB Thank you for your response. Now we have a MIB with needed structure for AB traffic accounting. How could we extend snmp-agent for getting traffic by AB ports? Are there any net-snmp api-functions that we can use to obtain this? mib2c can

Re: SNPV3

2005-04-27 Thread Sridhar S
Ashok, Run snmpd with -H option and look at the 'createUser' token. SrIdhar On Wed, 27 Apr 2005 02:09:13 -0700 (PDT), Ashok kumar [EMAIL PROTECTED] said: Hi All, Anybody knows, How to create username and password for SNMPV3 Agent. And also how to create authkey,privkey. I am using

Re: How does proxfix work??

2005-04-27 Thread Vincent AARON
Sorry! My Net-Snmp version is 5.0.9-2.30 and my issue seems to be a bug https://sourceforge.net/mailarchive/message.php?msg_id=10521263 Vincent Vincent AARON wrote: Hi all I'm trying to use Net-SNMP to supervise some system daemon. So I added on the Net-SNMP configuration file those lines.

Re: snmptrapd.conf forward directive

2005-04-27 Thread Dave Shield
On Tue, 2005-04-26 at 22:08, Paul Dowdy wrote: We downloaded the net-snmp-5.2.1 gzip file from sourceforge.net, unpacked it into /usr/local/net-snmp-5.2.1, built it, installed it, and lots of functions are working, but ... $ /usr/sbin/snmptrapd Are you sure that this is the version of

pass_persist and set requests (wrong-type)

2005-04-27 Thread Jakob Scheck
Hi, i am trying to set some oid values using a perl script started as a 'pass_persist' EXEC in snmpd.conf. It work great except one problem concerning setting wrong types. Although the script is returning wrong-type to STDOUT on attempts to set mismatching types, no errors are shown at snmpset