Hello, I've the following problem:
$ snmpwalk -c public x.x.x.x interfaces.ifTable.ifEntry.ifDescr.2 interfaces.ifTable.ifEntry.ifDescr.2 = de0 $ snmpwalk -c public x.x.x.x interfaces.ifTable.ifEntry.ifSpeed.2 interfaces.ifTable.ifEntry.ifSpeed.2 = Gauge32: 100000000 $ snmpwalk -c public 212.182.126.67 interfaces.ifTable.ifEntry.ifDescr.4 interfaces.ifTable.ifEntry.ifDescr.4 = xl0 $ snmpwalk -c public x.x.x.x interfaces.ifTable.ifEntry.ifSpeed.4 interfaces.ifTable.ifEntry.ifSpeed.4 = Gauge32: 10000000 Both de0 and xl0 are 100Mbps NICs, but snmpd (ucd-snmp-4.2.5_2) says, xl0 is only 10Mbit. The `interface' snmpd.conf directive seems doesn't work. I'm not sure, where could the bug be located. What do you think? PM To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message