Hi Coders,

I ran into an unusual issue with Solaris 9 (do I ever write about anything 
else?) missing bge interface information in the IF-MIB.  Specifically, only 
loopback shows up.  The hardware is a v240 which has two bge interfaces, bge0 
and bge1.  Source is NetSNMP 5.4 with these compile options:

./configure --enable-mfd-rewrites --disable-embedded-perl 
--with-mib-modules="if-mib udp-mib tcp-mib ucd-snmp/lmSensors ucd-snmp/diskio" 
--with-cc=gcc

The problem just started happening when the latest Sun Recommended patches is 
applied.  In addition, hosts that just have the libc/DST patch applied 
(112874-37) also have the problem.  I would speculate that the libc patch is 
causing it.  The problem is 100% consistent and the IF-MIB walk looks like this:

myhost% snmpwalk -v1 -cpublic sys01 interfaces
IF-MIB::ifNumber.0 = INTEGER: 1
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifDescr.1 = STRING: lo0
IF-MIB::ifType.1 = INTEGER: softwareLoopback(24)
IF-MIB::ifMtu.1 = INTEGER: 8232
IF-MIB::ifSpeed.1 = Gauge32: 127000000
IF-MIB::ifPhysAddress.1 = STRING:
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifLastChange.1 = Timeticks: (0) 0:00:00.00
IF-MIB::ifInOctets.1 = Counter32: 202972
IF-MIB::ifInUcastPkts.1 = Counter32: 659
IF-MIB::ifInNUcastPkts.1 = Counter32: 0
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 202972
IF-MIB::ifOutUcastPkts.1 = Counter32: 659
IF-MIB::ifOutNUcastPkts.1 = Counter32: 0
IF-MIB::ifOutDiscards.1 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero

I will get some additional debug information together but wanted to post to the 
list to see if this is a known issue.  Any comments appreciated.

Thanks,
John Clinton

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to