I deleted the mrtg* temporary files. I will implement the changes in KB.
The issue is evident in the /var/log/httpd/error_log. You will notice that the ports the wizard DOESN'T pick up fail of the high speed counter check. Here is output from error_log for first 8 ports:
--base: Walking ifHighSpeed
--base: Speed: 3 - 10000000000
--base: Speed: 4 - 10000000000
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.1 -> 100 Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.1 -> 99778578
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.2 -> 100 Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.2 -> unknown
--base: check for HighspeedCounters failed ... Dropping back to V1
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.3 -> 10000 Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.3 -> 19285840
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.4 -> 10000 Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.4 -> noSuchInstance
--base: check for HighspeedCounters failed ... Dropping back to V1
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.5 -> unknown Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.5 -> noSuchInstance
--base: check for HighspeedCounters failed ... Dropping back to V1
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.6 -> unknown Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.6 -> noSuchInstance
--base: check for HighspeedCounters failed ... Dropping back to V1
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.7 -> unknown Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.7 -> noSuchInstance
--base: check for HighspeedCounters failed ... Dropping back to V1
--base: snmpget
[email protected]:::::3:v4only for ifHighSpeed.8 -> unknown Mb/s
--base: snmpget
[email protected]:::::3:v4only for ifHCInOctets.8 -> noSuchInstance
--base: check for HighspeedCounters failed ... Dropping back to V1
NOTE: IF-MIB::ifHighSpeed.5 (AND PORTS after this) = Gauge32: 0
AND
# snmpwalk -v3 -u user -A passwd -l AuthNoPriv -a MD5 x.x.x.x ifHCInOctets
IF-MIB::ifHCInOctets.1 = Counter64: 99903490
IF-MIB::ifHCInOctets.2 = Counter64: 0
IF-MIB::ifHCInOctets.3 = Counter64: 19285840
No ifHCInOctests MIBs for the same ports not being brought in. Does this mean MRTG throws these away because it can't compute the interface properly?