IpIfStatsTable not working
Dhanaraj Thyagaraj <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <CA+prJ8gTEuhdO+D7kjTn=jrgBQxVuvvyQd5DPEBN11GJoEYwow@mail.gmail.com> |
---------- Forwarded message ---------- From: Dhanaraj Thyagaraj <[email protected]> Date: Mon, Oct 8, 2012 at 1:37 PM Subject: IpIfStatsTable not working To: [email protected] Hi , I am using net snmp 5.6.2. I am working on RFC 4293.Implementation of ipSystemStatsTable & ipIfStatsTable. In agent/mibgroup//ip-mib/data-access /sytemstats_linux.c /* * Based on load_flags, load ipSystemStatsTable or ipIfStatsTable for ipv4 entries. */ static int _systemstats_v4(netsnmp_container* container, u_int load_flags) { FILE *devin; char line[1024]; netsnmp_systemstats_entry *entry = NULL; int scan_count; char *stats, *start = line; int len; unsigned long long scan_vals[19]; DEBUGMSGTL(("access:systemstats:container:arch", "load v4 (flags %x)\n", load_flags)); netsnmp_assert(container != NULL); /* load function shoulda checked this */ if (load_flags & NETSNMP_ACCESS_SYSTEMSTATS_LOAD_IFTABLE) { /* we do not support ipIfStatsTable for ipv4 */ Here does the linux kernel have the per interface stats support for ip v4 or not?????? ( the lack of support due to kernel not supporting for per interface stats ) If we can get the per interface specific stats what are the files do I have to look in linux kernel ?????? Because Whenever I do snmpwalk I am getting no such object available. -- Thanks & Regards DHANARAJ.T Mob:09886426831 -- Thanks & Regards DHANARAJ.T Mob:09886426831 ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users