That looks a lot like a MAC control frame that is send by a switch. Below a story and a hex dump of a Linux box sending also these frame types by mistake. Normally MAC control frames are used bu a switch (Full Duplex only) for flowcontrol. Check if your switch is sending these out. The multicast dest address is the right one. The source adres should be the switch port on your were measuring.
The Linux story:
My linux box (RH 6.0 with RH supplied kernel, version 2.2.5) is
putting a weird packet out the ethernet port which is causing a Cisco
ethernet switch to go insane, spewing out packets wildly & bringing
the network down. This isn't exactly wining lots of friends for Linux
over here. I also can reproduce this effect fairly easily, at least I
could until my box was banned from the net for this!
Here's a hex dump of the packet:
01 80 C2 00 00 01 00 A4 00 80 D2 9C 88 08 00 01
40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00
The network guys here got that from a sniffer they put on the line.
They say the weird things about the packet are the ethertype of 8808,
that it's shorter than the minimum packet size of 64 bytes, and that
it's a multicast broadcast packet. So, why my box is putting it on
the wire (especially given that I'm not doing any multicast), and how
do I stop it? BTW, rebuilding the kernel without multicast support
doesn't stop these weird packets from going out.
Hope this helps you out.
Robert
Robert A.H. Wullems
Sniffer University Instructor
SCM / CNX / MCP
Citee Education
the Netherlands