From owner-freebsd-questions Fri Nov 15 18:57:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 608FE37B401 for ; Fri, 15 Nov 2002 18:57:36 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB5B43E42 for ; Fri, 15 Nov 2002 18:57:35 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id gAG2vSES026460; Fri, 15 Nov 2002 20:57:28 -0600 (CST) (envelope-from dan) Date: Fri, 15 Nov 2002 20:57:28 -0600 From: Dan Nelson To: Pawel Malachowski Cc: freebsd-questions@FreeBSD.ORG Subject: Re: snmpd reports incorrect gauge of xl NIC Message-ID: <20021116025728.GJ52475@dan.emsphone.com> References: <20021115235339Z762743-31884+2@mx1.lublin.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021115235339Z762743-31884+2@mx1.lublin.pl> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Nov 16), Pawel Malachowski said: > 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. What does "ifconfig -a" print? Maybe the xl0 has only negotiated a 10mbit link to your switch for some reason. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message