Private VLANs Flashcards
What are private VLANs?
VLANs that have limited access to other VLANs on the network, or even limited access to other hosts on the same VLAN.
What are the three type of private VLANs?
Community VLANs, isolated VLANs, and Primary VLANs.
Describe a community VLAN.
Hosts on community VLANs can speak to each other but cannot talk to other VLANs on the network.
Describe an isolated VLAN.
Hosts on an isolated VLAN cannot talk to other VLANs on the network or even other hosts in the same isolated VLAN.
List two benefits of private VLANs.
Increased security, and the ability to use the same IP range across multiple VLANs without subnetting.
Describe a primary VLAN.
Primary VLANs contain the gateway used by community and isolated VLANs to get out of the network. Primary VLANs can only be reached via a promiscuous port.
Describe a promiscuous port.
A promiscuous port is the only type of port that community and isolated VLANs are allowed to use to access their gateway.
What feature must be disabled for private VLANs to work?
VTP. It must be set to transparent or off.
Briefly describe the steps in configuring private VLANs.
- Configure a primary VLAN and associate it with your community and isolated VLANs.
- Configure your community and isolated VLANs.
- Configure your promiscuous interface and associate it with all private VLANs (primary, community and isolated).
- Configure your community and isolated ports and associate them with their respective VLAN AND the primary VLAN.