Issue with ipSystemStatsTable

2012-05-03 Thread nagendra dhulgond
Hi All I am working on ipSystemStatsTable but when I run snmpget command on following attirbutes:- ipSystemStatsInOctets ipSystemStatsHCInOctets ipSystemStatsOutOctets ipSystemStatsHCOutOctets ipSystemStatsInMcastOctets ipSystemStatsHCInMcastOctets ipSystemStatsOutMcastOctets ipSystemStatsHCOutMc

using external data source with a structure with mib2c

2012-05-03 Thread James Gosnell
I have separate program that will be serializing a struct and sending it to my mib2c generated agent. Since my structure is already in the MIB, I would think I could generate my C Struct for my separate program. Is there a best practice for this or is there a way you would recommend this to be done

Re: Mib for dummies

2012-05-03 Thread James Gosnell
What did you use for your 'mib2c' command before this? On Thu, Apr 26, 2012 at 3:20 AM, Geoffrey Fournier wrote: > Hi, > > After to well configured my snmp, now i try to create a table of data used > by my target to write some data float or integer. I am following the > tutorial at this address

how delete entire row from table .

2012-05-03 Thread Suresh kumar
Hello Dav We are using net-snmp 5.7.1 and extended the snmp agent with our enterprise specific mibs. We have used “ mib2c -c mib2c.iterate.conf” option to generate skeleton code for Table objects. We need to support following functionality during set opration. Delete a entire r

Re: snmpd listening on a random UDP port

2012-05-03 Thread Markus Gaugusch
Hi Dave! I'm also experiencing this "problem". Is there a way to configure the source port in order to avoid the changes? (I'm using seccheck scripts from openSUSE, and they report changed listening ports, which leads to unnecessary mails every now and then). thanks! Markus On May 3, Dave Sh

Re: Master Agent mibs

2012-05-03 Thread Dave Shield
On 2 May 2012 18:23, Nigam, Sandeep wrote: > We are using some agentx sub agents with a central master agent. This > question is about the mibs that master agent knows about. Do we have to tell > snmpd about mibs that sub agents use? When the sub-agent connects, it will tell the master agent whic

Re: snmpd listening on a random UDP port

2012-05-03 Thread Dave Shield
On 3 May 2012 06:34, Stéphane Charette wrote: > Any idea why snmpd would listen on a different UDP port every time it is > restarted? Have you got any trap destinations set up in the snmpd.conf file? I have a feeling that these will each open a socket for communicating with the remote trap receiv

Master Agent mibs

2012-05-03 Thread Nigam, Sandeep
Hi, We are using some agentx sub agents with a central master agent. This question is about the mibs that master agent knows about. Do we have to tell snmpd about mibs that sub agents use? I have tried using mibfile command in snmp.conf to list all the mibs and it works fine. Since sub agents r