From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <04fc01c12691$3e3c57e0$3cf7c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <5DD31A171181D31184A100508B5ED98901E34088@MSP0-MSX1.Ingenix.com> Subject: Re: [9fans] stats: ethererr MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Thu, 16 Aug 2001 22:22:59 +0200 Topicbox-Message-UUID: df1d50fe-eac9-11e9-9e20-41e7f4b1d025 From: "Dean Ash" > > in:61 > out: 54 > crc errs: 21 > overflows: 0 > soft overflows: 0 > framing errs: 34 > buffer errs: 36 > outputs errs: 0 > prom: 0 > addr: 00010266eff9 > > Can anyone tell me what this means? I'm guessing that the addr is the > physical address of my ethernet card but I'm probably wrong. oh, that is bad. heaps of crc, framing and buffer errors -- real bad. iirc: - crc means your packets are trashed when they get received - framing could be on the tx or the rx side (i forget) - buffer prolly indicates memory problems on the tx or rx side the addr has 48 bits so it's the MAC address.