Hi, I've problems with net-snmp-5.0.9-2.90.1 and net-snmp-utils-5.0.9-2.90.1 on a Red Hat 9 system. The PC contains two NICs 3COM 3C905B with standard 3c59x driver. Unfortunately only one NIC runs with 100 MBit/s, the other one runs with 10 MBit/s. So I add the following driver options to /etc/modules.conf: options 3c59x full_duplex=1,1 options=5,5.
With this options both NICs runs with 100 MBit/s - great ;) The problem is: snmpwalk -v2c -c mycommunity localhost interface shows IF-MIB::ifOperStatus.1 = INTEGER: up(1) <- loopback IF-MIB::ifOperStatus.2 = INTEGER: down(2) <- eth0 IF-MIB::ifOperStatus.3 = INTEGER: down(2) <- eth1 But both NICs works without problems with 100 MBit/s! If I leave out the options line and - remember - NIC eth0 works with 10 MBit/s and eth1 with 100 MBit/s, snmpwalk shows correct IF-MIB::ifOperStatus.1 = INTEGER: up(1) <- loopback IF-MIB::ifOperStatus.2 = INTEGER: up(1) <- eth0 IF-MIB::ifOperStatus.3 = INTEGER: up(1) <- eth1 Why does snmpwalk "think" that eth0 is down with 100 MBit/s although it is up and works fine? Best regards, Christian Nause ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ 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
