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

2012-08-07 Thread Madhu Sudhana Rao
I enabled --enabled-ipv6 in ./configure script but still didn't see anything while snmpwalking ipIfStatsTable... I found the below code in ip-mib/ , it looks like either ipSystemStatsTable or ipIfStatsTable will be loaded for both ipv4 & ipv6, is this true? .. /* * Based on load_flags, load

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