6.1.2 Multicast Switching
For multicast switching, the switch checks whether the received frame is a Bridge Protocol Data Unit (BPDU). If a BPDU is received, the switch forwards the frame for processing by the Spanning Tree Protocol. Otherwise, the switch performs the following processes:
•VLAN classification— same as for unicast switching.
•Learning— same as for unicast switching.
•Filtering— after learning, the switch checks the same filtering criteria used for unicast switching, except that there is no destination MAC address to check.
•Forwarding— the switch floods the received multicast frame to all ports within the VLAN, excluding the source port. At the same time, the switch decides whether a VLAN tag needs to be added to or stripped from the frame, depending on the VLAN tagged/untagged configuration and VLAN ID for the output port.
•Aging— same as for unicast switching.
6.1.3 Spanning Tree Algorithm
The Spanning Tree Algorithm (that is, the
STA uses a distributed algorithm to select a bridging device
After determining the lowest cost spanning tree, it enables all root ports and designated ports, and disables all other ports. Network packets are therefore only forwarded between root ports and designated ports, eliminating any possible network loops.
Once a stable network topology has been established, all bridges listen for Hello BPDUs (Bridge Protocol Data Units) transmitted from the Root Bridge. If a bridge does not get a Hello BPDU after a predefined interval (Maximum Age), the bridge assumes that the link to the Root Bridge is down. This bridge will then initiate negotiations with other bridges to reconfigure the network to reestablish a valid network topology.
The following figure gives an illustration of how the Spanning Tree Algorithm assigns bridging device ports.
WGS3 Layer 3 Switch User’s Manual | - 230 - |