Operation Manual
Table Of Contents
- Package Contents
- Chapter 1 About This Guide
- Chapter 2 Introduction
- Chapter 3 Login to the Switch
- Chapter 4 System
- Chapter 5 Switching
- Chapter 6 VLAN
- Chapter 7 Spanning Tree
- Chapter 8 Ethernet OAM
- Chapter 9 DHCP
- Chapter 10 Multicast
- Chapter 11 QoS
- Chapter 12 ACL
- Chapter 13 Network Security
- Chapter 14 SNMP
- Chapter 15 LLDP
- Chapter 16 Cluster
- Chapter 17 Maintenance
- Chapter 18 System Maintenance via FTP
- Appendix A: Glossary

95
Packet forwarding in Private VLAN
The Private VLAN packet forwarding process (here we take traffic transmission for PC2) based
on the figure above is illustrated as follows:
1) PC2 sends out its first upstream packet with the source MAC as mac_2 and the
destination MAC as mac_a. This packet is untagged.
2) When the host port Port2 on the switch receives this packet, it adds a default VLAN ID 2
to this packet and learns its source MAC address. The MAC address entry,
mac_2+VLAN2+Port2 is created, indicating that the egress port for the traffic with
destination MAC address mac_2 and VLAN ID 2 is Port2.
3) According to the MAC address duplication, this MAC address entry is copied to VLAN 5,
and the switch adds the MAC address entry mac_2+VLAN5+Port2 to its address table.
4) As mac_a is not in the MAC address table of the switch, the switch will broadcast this
packet in VLAN 2.
5) As the switch has performed the port configuration synchronization, Port5 can receive
this packet from VLAN 2 and forward it to the Router untagged.
6) The Router responds to the switch upon receiving this packet.
7) When the promiscuous port Port5 receives the response packet, it tags this packet a
default VLAN ID 5 and learns the MAC address entry mac_a+VLAN5+Port5.
8) According to the MAC address duplication, this MAC address entry is copied to VLAN 2
and VLAN 3, and the switch adds two more MAC address entries mac_a+VLAN2+Port5
and mac_a+VLAN3+Port5 to its address table.
9) The switch looks up the MAC address table based on mac_2+VLAN5. It finds out the
egress port Port2 through which the packet is forwarded to PC2 untagged.
After all the steps above are finished, the bidirectional communication between PC2 and the
Router is achieved.
Private VLAN functions are implemented on the PVLAN Config and Port Config pages.