In the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed) wrote:
>I've been monitored my network for 24 hours with Ethereal, and found
>that a lot of frames like this one above, were generated. It's
>generated since the beginning of the monitoring in every 2 seconds,
>until the end.
Google would be a help here
>IEEE 802.3 Ethernet
> Destination: Spanning-tree-(for-bridges)_00 (01:80:c2:00:00:00)
> Source: BayNetwo_9c:af:be (00:e0:7b:9c:af:be)
01:80:c2 isn't a "standard" Ethernet address - first octet odd means it's a
multicast. WATCH THE LINE WRAP ON THE URL BELOW
Spanning Tree
http://www.cisco.com/univercd/cc/td/...oduct/rtrmgmt/
sw_ntman/cwsimain/cwsi2/cwsiug2/vlan2/stpapp.htm
"Understanding Spanning-Tree Protocol: Spanning-Tree Protocol is a link
management protocol that provides path redundancy while preventing
undesirable loops in the network. For an Ethernet network to function
properly, only one active path can exist between two stations..."
[compton ~]$ etherwhois 00:e0:7b
00-E0-7B (hex) BAY NETWORKS
00E07B (base 16) BAY NETWORKS
125 NAGOG PARK
ACTON MA 01720
UNITED STATES
[compton ~]$
So, you have a Bay Networks device that is (mis)configured for doing
Spanning Tree.
Old guy