Running mib2c

2012-04-03 Thread Zlatan Sadibasic
Hello, I am running CentOS release 6.1 linux distribution. How do I install and execute mib2c on my distro? Thanks, Z -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try

Re: Running mib2c

2012-04-03 Thread Jaques Arantes
Isn't there any nestnmp or snmp package you can install from standard repositories? Have you tried `yum net-snmp`? http://www.it-slav.net/blogs/2008/11/11/install-and-configure-snmp-on-rhel-or-centos/ Em 2 de abril de 2012 20:40, Zlatan Sadibasic zsadi...@gmail.com escreveu: Hello, I am

Re: Running mib2c

2012-04-03 Thread Dave Shield
On 3 April 2012 15:38, Jaques Arantes jaques.aran...@gmail.com wrote: Isn't there any nestnmp or snmp package you can install from standard repositories? Have you tried `yum net-snmp`? http://www.it-slav.net/blogs/2008/11/11/install-and-configure-snmp-on-rhel-or-centos/ Note that mib2c is

accessible-for-notify snmpwalk problem

2012-04-03 Thread Jaques Arantes
I have a MIB where 3 tables contain as first element items marked as not-accessible, like: -- 1.3.6.1.4.1.3979.7.4.3.2.2.1 awOduChannelTable OBJECT-TYPE SYNTAX SEQUENCE OF AwOduChannelEntry MAX-ACCESS not-accessible STATUS current

Re: accessible-for-notify snmpwalk problem

2012-04-03 Thread Dave Shield
On 3 April 2012 15:44, Jaques Arantes jaques.aran...@gmail.com wrote: I have a MIB where 3 tables contain as first element items marked as not-accessible, like:         -- 1.3.6.1.4.1.3979.7.4.3.2.2.1         awOduChannelTable OBJECT-TYPE             SYNTAX SEQUENCE OF AwOduChannelEntry    

Re: accessible-for-notify snmpwalk problem

2012-04-03 Thread Jaques Arantes
Oh sorry. I made a ^C + ^V mistake. The correct item I should have pasted is: -- 1.3.6.1.4.1.3979.7.4.3.2.2.1.1.1 awOduChannelIndex OBJECT-TYPE SYNTAX INTEGER (1..12) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION

Re: accessible-for-notify snmpwalk problem

2012-04-03 Thread Dave Shield
On 3 April 2012 17:06, Jaques Arantes jaques.aran...@gmail.com wrote:         -- 1.3.6.1.4.1.3979.7.4.3.2.2.1.1.1         awOduChannelIndex OBJECT-TYPE             SYNTAX INTEGER (1..12)             MAX-ACCESS accessible-for-notify That is listed as one of the index objects of the

Re: accessible-for-notify snmpwalk problem

2012-04-03 Thread Jaques Arantes
I ignored the accessible-for-notify flag in the MIB and changed the agenty by hand so that it acts as if the columns were read-only: case COLUMN_AWODUCHANNELINDEX: { fprintf( stderr, \n[%s():%u]COLUMN_AWODUCHANNELINDEX. MinCol = %d; MaxCol = %d., __FUNCTION__,

Re: accessible-for-notify snmpwalk problem

2012-04-03 Thread Jaques Arantes
I got it. In: voidinit_awOduChannelTable( void ) { //... //tblnfo-min_column = 1 //tblnfo-max_column = 5 tblnfo-min_column = COLUMN_AWODUCHANNELSUBBAND; tblnfo-max_column = COLUMN_AWODUCHANNELRXFREQUENCY; Instead of initializing with literal 1 and 5, I put

Re: snmptrapd does not resolve hostnames / debug token

2012-04-03 Thread Stuart Kendrick
Hi Bart, Yup, the latest branch has fixed the issue. Thanx --sk You could try to clone the Net-SNMP git repository and to build and install the V5-7-patches branch. From the changelog: commit 2cc9504b9bb8625b94be6cda7e60993d059cd928 Date: Wed Oct 26 09:01:23 2011 +0200 CHANGES: