Re: IP-MIB: ipSystemStatsTable working but ipIfStatsTable not working

2012-07-25 Thread Vincent Bernat
❦ 25 juillet 2012 13:57 CEST, Madhu Sudhana Rao  : > I am using net-snmp 5.6.1 version on my Linux system. > > I want to print ipSystemStatsTable & ipIfStatsTable of IP-MIB. I can see > the below line in .h file in agent/mibgroup path > > config_require(ip-mib ip-forward-mib tcp-mib udp-mib) > >

IP-MIB: ipSystemStatsTable working but ipIfStatsTable not working

2012-07-25 Thread Madhu Sudhana Rao
Hi, I am using net-snmp 5.6.1 version on my Linux system. I want to print ipSystemStatsTable & ipIfStatsTable of IP-MIB. I can see the below line in .h file in agent/mibgroup path config_require(ip-mib ip-forward-mib tcp-mib udp-mib) ipSystemStatsTable is working fine and I got output with snm

Re: Net-snmp compilation errors

2012-07-25 Thread Dave Shield
On 25 July 2012 09:50, Madhu Sudhana Rao wrote: > Coming to net-snmp issue: > I am using my_mibs.h file in the agent/mibgroup to configure net-snmp > modules and my project related modules, where it has both lines... > > config_require(if-mib/ifTable) > config_require(mibII/interfaces) No - that

Re: Net-snmp compilation errors

2012-07-25 Thread Madhu Sudhana Rao
Hi, My OS is Ubuntu Linux (10.10 version). Coming to net-snmp issue: I am using my_mibs.h file in the agent/mibgroup to configure net-snmp modules and my project related modules, where it has both lines... config_require(if-mib/ifTable) config_require(mibII/interfaces) I commented interfaces, n

Re: Net-snmp compilation errors

2012-07-25 Thread Dave Shield
On 25 July 2012 06:51, Madhu Sudhana Rao wrote: > I replaced my old net-snmp (5.2.1) to 5.6.1. > > With old version 5.2.1 I didn't have any issues but with new version while > compiling I am getting errors, What O/S distribution (and version) are you working with? What was the full configure comm