Hi,

I am using net-snmp 5.6.2 version on Linux system. Need information about
ipIfStatsTable of IP-MIB.

Earlier I posted a thread related to IP-MIB & UDP-MIB, some one told to see
all the tables (including ipifStatsTable) we need to enable ipv6.

I enabled ipv6 using ( --enable-ipv6 ) in the ./configure command, but
still I could see anything in the snmpwalk command on ipIfStatsTable.
ipSystemStatsTable and ipAddrTable are working.


Also I can see in configure script file:
---------------------------------------------------

# Check whether --enable-ipv6 or --disable-ipv6 was given.
if test "${enable_ipv6+set}" = set; then
  enableval="$enable_ipv6"
  if test "x$enable_ipv6" = "xyes"; then
      cat >>confdefs.h <<\_ACEOF
#define NETSNMP_ENABLE_IPV6 1
_ACEOF

    fi
fi;

and In mibII.h file :
--------------------------

/* mibII/ipv6 is activated via --enable-ipv6 and only builds on Linux+*BSD
*/
#if defined(NETSNMP_ENABLE_IPV6) && (defined(linux) || defined(freebsd3) ||
defined(netbsd) || defined(openbsd))
config_require(mibII/ipv6)
#endif

Can I get print ipSystemStatsTable and ipIfStatsTable tables both, please
give comments/suggestions related to ipv6 and ipIfStatsTable.

-- 
Thanks & Regards...
Madhu
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to