Problem using net-snmp as subagent (Error in packet)

2007-02-02 Thread Johnny Ljunggren
Hello I've made a master AgentX (using agentpp) that uses net-snmp as subagent to provide mib-II information. I get a general failure if I try to get some of the OIDs. This only occurs when running net-snmp as subagent, because it will return the whole tree if running standalone. # snmpwalk -v

RE: agentx sub-agent setup

2007-02-02 Thread Lacatena, Andrew
Well said. Thanks. -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 4:13 PM To: Lacatena, Andrew Cc: net-snmp-users@lists.sourceforge.net Subject: Re: agentx sub-agent setup Lacatena, Andrew wrote: > No, I am trying to configure the master

Re: agentx sub-agent setup

2007-02-02 Thread Thomas Anders
Lacatena, Andrew wrote: > No, I am trying to configure the master agent and subagent > on different machines. > [...] > The master agent is > configured with the -x localhost:705 option in the snmpd startup script > and the subagent is being passed the -X option in it's snmpd startup > script, a

RE: agentx sub-agent setup

2007-02-02 Thread Lacatena, Andrew
Thanks Dave. No, I am trying to configure the master agent and subagent on different machines. In fact, the end goal is to have 1 master agent and 300 subagents, where all subagents are on a private network and the master server is configured with 2 interfaces, 1 on the private network, and the o

Re: Snmp agents on Microsoft Servers

2007-02-02 Thread Alex Burger
Hi Christine. Your question probably belongs on the Nagios and Cacti mail lists. If all you want to do is poll the Windows server, you can install the Microsoft SNMP Service using add/remove programs in the control panel (under Windows Components / Management and Monitoring Tools) and then c

RE: Problem with Community string setting for v2

2007-02-02 Thread Anusuja Gagganapally
Jinag, Please find attached the two files snmp.conf and snmpd.conf .Let me know if they are incorrect. Thanks, Anu. - Original Message - From: jiang jilin Sent: Fri, 2/2/2007 5:02am To: Anusuja Gagganapally Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Problem with Community s

Re: snmp query timeout

2007-02-02 Thread Dave Shield
On 02/02/07, Gaurav Ghimire <[EMAIL PROTECTED]> wrote: > Dear Sirs and madams please help me on this I am working out MRTG in my > RHEL 4 box but whenever I do a snpmget or snmpwalk query to any MIB it > gives a timeout:No response from localhost Please see the FAQ entries Why doesn't the agen

Re: IP-MIB broken on CentOS 4.4?

2007-02-02 Thread Dave Shield
On 02/02/07, Michael P. Soulier <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] mibs]# snmpwalk -v2c -c public localhost ipNetToMedia > IP-MIB::ipNetToMediaIfIndex.3.10.31.8.1 = INTEGER: 3 > IP-MIB::ipNetToMediaIfIndex.3.10.31.8.79 = INTEGER: 3 > IP-MIB::ipNetToMediaPhysAddress.3.10.31.8.1 = STRING

snmp query timeout

2007-02-02 Thread Gaurav Ghimire
Dear Sirs and madams please help me on this I am working out MRTG in my RHEL 4 box but whenever I do a snpmget or snmpwalk query to any MIB it gives a timeout:No response from localhost i increased the timeout to the highest i can and I flushed the iptables too still i cant get over it ..please

snmp query timeout

2007-02-02 Thread Gaurav Ghimire
Dear Sirs and madams please help me on this I am working out MRTG in my RHEL 4 box but whenever I do a snpmget or snmpwalk query to any MIB it gives a timeout:No response from localhost i increased the timeout to the highest i can and I flushed the iptables too still i cant get over it ..please

IP-MIB broken on CentOS 4.4?

2007-02-02 Thread Michael P. Soulier
Hello, I'm on CentOS 4.4 with net-snmp net-snmp-5.2.1.2-FC3.1 [EMAIL PROTECTED] mibs]# ifconfig eth0 Link encap:Ethernet HWaddr 00:0C:29:8C:64:FB inet addr:10.31.8.96 Bcast:10.31.8.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX

Snmp agents on Microsoft Servers

2007-02-02 Thread LECHASSEUR CHRISTINE
Hi, I'm using Nagios and Cacti, my host where I want to be connect with snmp is a Microsoft Server 2003 R2. I installed the snmp service. Did I have to install an agent or something thru that Microsoft Server to be able to connect and get the Information. I'm a dummy with snmp and if you can he

MIB Development

2007-02-02 Thread Daphna Chacko
Can anybody guide me in developing an MIB Please tell me the whole procedure ie steps involved,how to develop etc *** Aricent-Private *** "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it

Trap Forwarding on TCP

2007-02-02 Thread news gonzo news gonzo
Hello, I have a quick question, Is it possible to forward SNMP Trap on TCP ? If yes how :) ? Thx in advance ___ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questio

Re: Trap Forwarding on TCP

2007-02-02 Thread Dave Shield
On 02/02/07, news gonzo news gonzo <[EMAIL PROTECTED]> wrote: > I have a quick question, Is it possible to forward SNMP Trap on TCP ? Untested, but try forward default tcp:somehost:162 Dave - Using Tomcat but need to

Re: Tutorial asyncapp problem

2007-02-02 Thread Dave Shield
On 01/02/07, Rick Lloyd <[EMAIL PROTECTED]> wrote: > Running asyncapp gives me: > > No log handling enabled - turning on stderr logging > read_objid: Unknown Object Identifier (Sub-id not found: (top) -> system) It looks as if this application can't find the MIB files. Either they are not installe

Re: Problem with Community string setting for v2

2007-02-02 Thread jiang jilin
Hi, check the snmp.conf,attention,not snmpd.conf,and can you find the directives defCommunity,defVersion and etc.?Could you show your snmpd.conf & the explicit commands you used to get & set? Jiang On 2/2/07, Anusuja Gagganapally <[EMAIL PROTECTED]> wrote: Hi, I have problem setting th

Re: How does the UCD-SNMP agent knows there is a new MIB available?

2007-02-02 Thread Dave Shield
On 02/02/07, Shuaib Siddiqui <[EMAIL PROTECTED]> wrote: > i) When we extend the UCD-SNMP agent and write our MIB module, how does it >know that there is another MIB available, other than the standard one? > ii) Is compiling the UCD-SNMP agent with the new MIB does the job? How does >the new

How does the UCD-SNMP agent knows there is a new MIB available?

2007-02-02 Thread Shuaib Siddiqui
Hi, i) When we extend the UCD-SNMP agent and write our MIB module, how does it know that there is another MIB available, other than the standard one? ii) Is compiling the UCD-SNMP agent with the new MIB does the job? How does the new MIB gets initialized, I mean who triggers the initialization of

Tutorial asyncapp problem

2007-02-02 Thread Rick Lloyd
I'm having a problem with the asyncapp tutorial that I see referenced in the old list - but don't see an answer. Running asyncapp gives me: No log handling enabled - turning on stderr logging read_objid: Unknown Object Identifier (Sub-id not found: (top) -> system) Also, running snmptransl

Problem with Community string setting for v2

2007-02-02 Thread Anusuja Gagganapally
Hi, I have problem setting the community strings properly. I have checked the snmpd.conf file and have set the rocummunity and rwcommunity properly, but when I use a mibbroswer or command line snmpget or set , eventhough I have not specified the community string the set or get seems to work. I

Re: netsnmp_table_helper_add_indexes

2007-02-02 Thread Dave Shield
On 02/02/07, sathyanarayanan Thangavelu <[EMAIL PROTECTED]> wrote: > What this function mean i could not understand please explain It means: "I have this table that I want to implement, and here is the indexing information for it" > netsnmp_table_helper_add_indexes(table_info, > ASN_

Re: Monitoring CPU Load and Disk on Windows

2007-02-02 Thread Dave Shield
On 02/02/07, Fahmy Ahmad <[EMAIL PROTECTED]> wrote: > Ok here's the list. Its a bit lengthy [snip] > Most of it looks greek to me, sorry Yes - that's one of the major problems of the nsModuleTable. It's the most complete list of what the agent actually implements, but it's not organised in the