Christian Nause wrote: > 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 (...) > Why does snmpwalk "think" that eth0 is down with 100 MBit/s although > it is up and works fine? > > Best regards, > > Christian Nause
I've solved the problem for myself. Adding two lines interface eth0 62 100000000 interface eth1 62 100000000 to /etc/snmp/snmpd.conf shows snmp that the NICs are not Standard Ethernet but FastEthernet NICs. With this additional information snmpwalk shows correct "IF-MIB::ifOperStatus... up" for both NICs, eth0 and eth1. 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
