Gigabit Ethernet Switch User's Manual
Table Of Contents
- Chapter 1. Introduction
- Chapter 2. Installing the Switch
- Chapter 3. Switch Management
- Chapter 4. Console Interface
- 4.1 Login Screen
- 4.2 Main Menu
- 4.3 System Information Menu
- 4.4 Management Setup Menu
- 4.5 Device Control Menu
- 4.5.1 Setting the System Operation Mode
- 4.5.2 Layer 2 Menu
- 4.5.3 Using the Bridge Menu
- 4.5.4 Configuring Virtual LANs
- 4.5.5 Configuring IGMP Snooping
- 4.5.6 Configuring IP Settings
- 4.5.7 Security Menu
- 4.5.8 Jumbo Packet Configuration
- 4.6 Monitoring the Switch
- 4.6.1 Displaying Port Statistics
- 4.6.2 Layer 2 Address Tables
- 4.6.3 Displaying Bridge Information
- 4.6.4 Displaying VLAN Information
- 4.6.5 IP Multicast Registration Table
- 4.6.6 IP Address Table
- 4.7 Resetting the System
- 4.8 Logging Off the System
- Chapter 5. Web Interface
- 5.1 Web-Based Configuration and Monitoring
- 5.2 Navigating the Web Browser Interface
- 5.3 Panel Display
- 5.4 Main Menu
- 5.5 System Information Menu
- 5.6 Management Setup Menu
- 5.7 Device Control Menu
- 5.7.1 Layer 2 Menu
- 5.7.2 Using the Bridge Menu
- 5.7.3 Configuring Virtual LANs
- 5.7.4 Configuring IGMP Snooping
- 5.7.5 Configuring IP Settings
- 5.7.6 Configuring Security Filters
- 5.7.7 Jumbo Packet Configuration
- 5.8 Monitoring the Switch
- 5.9 Resetting the System
- Chapter 6.Advanced Topics
- Appendix A Troubleshooting
- Appendix B Pin Assignments
- GLOSSARY

WGS3 Layer 3 Switch User’s Manual
- 229 -
6.1.1 Unicast Switching
This section describes VLAN classification, learning, filtering, and forwarding for unicast switching.
• VLAN Classification
—
When the switch receives a frame, it classifies the frame in one of two ways:
- If the frame is untagged, the switch classifies the frame into the default VLAN for the incoming
port.
- If the frame is tagged, the switch uses the tagged VLAN ID to identify the broadcast domain of the
frame.
• Learning
—
After VLAN classification, the switch checks the <source MAC address, VLAN> pair in the
address table to see whether this pair is known.
- If unknown, the switch adds this pair to the address table.
- If known, the switch checks the pair for an incorrect Port ID. If the PID associated with the pair in
the address table is different from the receiving port, the switch modifies the PID in the address
table.
• Filtering
—
After learning the address, the switch checks:
- If the source or destination port is not in the forwarding state. (For example, if it is in blocking state
or has been disabled.)
- If the source or destination MAC address is to be filtered.
- If the source PID is the same as the destination PID.
If any of these conditions are met, the switch drops the received frame. Otherwise, it continues with the
forwarding process as described below.
• Forwarding
—
During the forwarding process, the switch checks whether the <destination MAC address,
VLAN> pair is unknown.
- If unknown, the switch floods the received frame to all ports in the VLAN, excluding the source
port.
- If known, the switch forwards the received frame to the port associated with the pair. 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— the switch performs the aging process for the <MAC addresses, VLAN> pair in the MAC
address table. Once a pair is aged out, the address table is modified.