UPDATE: 

It seems like Zenoss only trusts the ifHighSpeed value to be true in the case 
where ifType is "gigabitEthernet" as specified in IANAifType-MIB:


Code:
    gigabitEthernet (117), -- Obsoleted via 
RFC-draft-ietf-hubmib-etherif-mib-v3  ethernetCsmacd (6) should be used instead




On my Debian 5.0/Lenny boxes, the default type for ethernet interfaces of any 
speed is, in accordance with RFC-draft-ietf-hubmib-etherif-mib-v3, 
"ethernetCsmacd".

Since I have no simple way of forcing Zenoss to stop relying on an obsolete 
ifType :? , the other way of fixing the problem right now is to add the 
following lines to my snmpd.conf:




Code:
interface e1000-0 gigabitEthernet 1000000000
interface e1000-1 gigabitEthernet 1000000000



(...where, of course, e1000-? is the names of your interfaces, more probably 
"eth0" etc...)




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=33107#33107

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to