VLAN Management
By default, independent learning of addresses is enabled. Under independent learning, all addresses learned in a VLAN are stored in an address table for that VLAN only, and all forwarding decisions for that VLAN are made by consulting that table. This can sometimes cause unexpected results if a port is a member of more than one VLAN.
For example, assume a port is a member of VID 1 and VID 2, and VID 1 has already learned MAC address X. Unicast traffic from the port that is destined for X will be forwarded correctly in VLAN 1. But if the address is not present in the VLAN 2 forwarding table, the frame will be flooded to all ports in VLAN 2.
To prevent this undesired flooding, the address tables may be shared. When shared learning is enabled, a single forwarding table is used by all VLANs that are members of the shared group.
Each address database in the system is represented by a Filtering ID (FID). For independent learning VLANs, the FIDs are assigned by the system beginning from 0. Shared learning VLANs are represented by FIDs beginning at 65.
Inter-Switch Links
An
For example, consider the
An ISL is necessary to connect VLAN 1 across the switches. This is done by configuring port 1 as a member of VLAN 1 on both switch 1 and switch 2. Both instances of port 1 must transmit tagged frames, and a typical ISL is also configured to drop untagged frames. In that case, VLAN 1 is connected across the switches.
Page