Virtual Local Area Network
A VLAN (Virtual Local Area Network) is a type of logical network that
-
segments switched networks by function, team, or application without regard to the physical locations of the users
-
forwards packets (unicast, broadcast, multicast) only among end stations in the same VLAN, and
-
maintains its own bridge Management Information Base (MIB) for isolation and control.
VLANs have the same attributes as physical LANs. However, you can group end stations even if they are not physically located on the same LAN segment. Each VLAN is considered a logical network. To send packets to stations outside the VLAN, use a router or a controller that supports fallback bridging.
VLANs are often associated with IP subnets. For example, all the end stations in a particular IP subnet belong to the same VLAN. Assign controller interfaces to VLANs manually to use interface-based (static) VLAN membership.

Feedback