Re: AW: Calculationg CPU usage using ssCpuRawIdle

2005-05-11 Thread frank
On Wed, 11 May 2005, Mohr James wrote: Date: Wed, 11 May 2005 20:42:54 +0200 From: Mohr James <[EMAIL PROTECTED]> To: net-snmp-users@lists.sourceforge.net Subject: AW: Calculationg CPU usage using ssCpuRawIdle -Ursprüngliche Nachricht- Von: frank [mailto:[EMAIL PROTECTED] Gesendet: Dienstag

Re: SNMP Agent configuration

2005-05-11 Thread Sridhar S
Hi, > I looked at the man pages. Yes com2sec in snmpd.conf > seems to support limiting the set of IP addresses. Have you tried by running the 'snmpconf' file ? > There's defVersion in snmp.conf that controls the > default snmp version but there doesn't seem to be any > directive to completely di

AW: Calculationg CPU usage using ssCpuRawIdle

2005-05-11 Thread Mohr James
>> -Ursprüngliche Nachricht- >> Von: Bert Driehuis [mailto:[EMAIL PROTECTED] >> Gesendet: Donnerstag, 12. Mai 2005 01:16 >> On Wed, 11 May 2005, Mohr James wrote: >> >> > I am curious about the mechanics of how you actually get >> the data. Do >> > you do the walk once, reading it into a

Re: SNMP Agent configuration

2005-05-11 Thread Budyanto Himawan
I looked at the man pages. Yes com2sec in snmpd.conf seems to support limiting the set of IP addresses. There's defVersion in snmp.conf that controls the default snmp version but there doesn't seem to be any directive to completely disable an snmp version is there? Thanks --- Bert Driehuis <[EMAI

Re: SNMP Agent configuration

2005-05-11 Thread Sridhar S
Hi, Take a look at /snmpconf Sridhar On Wed, 11 May 2005 11:00:23 -0700 (PDT), "Budyanto Himawan" <[EMAIL PROTECTED]> said: > Hi, > > I have a couple of questions regarding configuration > of the snmp agent. > > 1) Is it possible to configure the agent to only allow > get/set requests from a

snmpd down?

2005-05-11 Thread 秦宇伟
Dear all: I am trying to incorporate a MIB module in the Agent. I have successfully run the follow commands: $ ./configure ?with-mib-modules=”**” $ make $ make install Then I can find the “snmpd” in the /usr/local/sbin directory. But when I run the :

SNMPv3 SBSM support

2005-05-11 Thread Shen, Xueli
Hi, I looked at the project list and found the SBSM is in question mark. I am not sure whether there is a plan to do it and what is the estimate date. Thanks. Xueli --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the

Re: SNMP Agent configuration

2005-05-11 Thread Bert Driehuis
On Wed, 11 May 2005, Budyanto Himawan wrote: I have a couple of questions regarding configuration of the snmp agent. 1) Is it possible to configure the agent to only allow get/set requests from a set of IP Addresses? Yes. 2) Is it possible to only enable SNMP v1, v2c or v3? Yes. You man wish to rev

Re: AW: Calculationg CPU usage using ssCpuRawIdle

2005-05-11 Thread Bert Driehuis
On Wed, 11 May 2005, Mohr James wrote: I am curious about the mechanics of how you actually get the data. Do you do the walk once, reading it into an array then parse the array? Or do you do the walk twice, calculating the offset into the table the first time and the do the walk again to get the

AW: Calculationg CPU usage using ssCpuRawIdle

2005-05-11 Thread Mohr James
>> -Ursprüngliche Nachricht- >> Von: frank [mailto:[EMAIL PROTECTED] >> Gesendet: Dienstag, 26. April 2005 23:59 >> An: Mohr James >> Cc: net-snmp-users@lists.sourceforge.net >> Betreff: Re: Calculationg CPU usage using ssCpuRawIdle >> Tho since then, I've abandoned that method. Instead

AW: Exec and extend (was Calculationg CPU usage using ssCpuRawIdle)

2005-05-11 Thread Mohr James
Hi All! In the meantime I have been using the 'exec' form of this and it is working out really nicely. I have noticed that there are two instances of each entry: UCD-SNMP-MIB::extIndex.1 = INTEGER: 1 UCD-SNMP-MIB::extIndex.2 = INTEGER: 2 UCD-SNMP-MIB::extNames.1 = STRING: get_cpu_idle UCD-SNMP-M

SNMP Agent configuration

2005-05-11 Thread Budyanto Himawan
Hi, I have a couple of questions regarding configuration of the snmp agent. 1) Is it possible to configure the agent to only allow get/set requests from a set of IP Addresses? 2) Is it possible to only enable SNMP v1, v2c or v3? Thanks === Budyanto Himawan [EMAIL PROTEC

Exec and extend (was Calculationg CPU usage using ssCpuRawIdle)

2005-05-11 Thread Mohr James
>> -Ursprüngliche Nachricht- >> Von: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Im >> Auftrag von Dave Shield >> Gesendet: Mittwoch, 27. April 2005 10:13 >> An: frank >> Cc: net-snmp-users@lists.sourceforge.net >> Betreff: Re: Calculationg CPU usage using ssCpuRawIdle >> >> There's

RE: Calculationg CPU usage using ssCpuRawIdle

2005-05-11 Thread Mohr James
>> -Ursprüngliche Nachricht- >> Von: frank [mailto:[EMAIL PROTECTED] >> Gesendet: Dienstag, 26. April 2005 23:59 >> An: Mohr James >> Cc: net-snmp-users@lists.sourceforge.net >> Betreff: Re: Calculationg CPU usage using ssCpuRawIdle >> >> Tho since then, I've abandoned that method. Inste

snmptrap v1 to v2

2005-05-11 Thread Jacky Chan
I have a NMS which support SNMPV1 only. But some of the managed objects sending v2 trap only. Can I have net-snmp receive and convert the v2-trap to v1-trap and forward to the NMS? --- This SF.Net email is sponsored by Oracle Space Sweepstakes W

trapforwarding and NNM (network node manager)

2005-05-11 Thread King, John (Greg) (LMIT-HOU)
FYI a few months ago I asked about why forwarded traps to NNM were losing their source address and if anything could be done with net-snmp to make this work. Anyhow I realized I never sent how I made this work in case others have this problem. So here is an fyi post in case others search the list l

Help for an SNMP virgin.

2005-05-11 Thread Martin Goodrich
As the title suggests I am an SNMP newbie and have encountered some serious problems using mib2c. Essentially what I am trying to achieve is to write an agent that is capable of reading a Marconi softswitch mib implemented on a Linux host. It doesn't have to be enterprise 'strength' because it

Perl snmp_trap examples?

2005-05-11 Thread King, John (Greg) (LMIT-HOU)
I need some help in figuring out how to send a trap via a perl script using the net-snmp libraries for Perl. I have searched various places (google, this list etc) and found examples of using Perl system calls to call the snmptrap binary but none just using either SNMP::TrapSession Or Snmp_trap(

Re: multiple box stats (mrtg) OK - but win32 ??

2005-05-11 Thread Alex Burger
Hi Mark [EMAIL PROTECTED] wrote: Beantwoorden Alex Burger <[EMAIL PROTECTED]>: The host resources mib has not been implemented for Net-SNMP on Windows yet. Your best bet is to use the built-in Windows SNMP agent for querying this information. Can I use the net-snmp tools like snmp-get (ie mrtg) fr

Re: multiple box stats (mrtg) OK - but win32 ??

2005-05-11 Thread msmulders
Beantwoorden Alex Burger <[EMAIL PROTECTED]>: The host resources mib has not been implemented for Net-SNMP on Windows yet. Your best bet is to use the built-in Windows SNMP agent for querying this information. Can I use the net-snmp tools like snmp-get (ie mrtg) from linux to query the Windows SNM