• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/30

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

30 Cards in this Set

  • Front
  • Back
Describe the Private VLAN structure.
It consists of a Primary VLAN and one or more Secondary VLANs. It allows Promiscuous ports to access devices on the Secondary VLANs but keeps the traffic between Secondary VLANs isolated.
What is a Primary Private VLAN ?
A Primary VLAN can be associated with one or more Secondary VLANs.
It carries traffic from promiscuous ports to isolated, community, and other promiscuous ports in the same Primary Private VLAN.
What is a Secondary Private VLAN?
A child of one Primary VLAN.
It can communicate with ports on the Primary VLAN but not other Secondary VLANs.
What are the two Secondary VLAN types?
Isolated
Community
What is an Isolated VLAN?
-Devices can reach the Primary VLAN but NOT other Secondary VLANs.
-Hosts in the same Secondary VLAN can NOT reach each other.
-Isolated from everything BUT the Primary VLAN.
Can devices in an Isolated Secondary VLAN reach the Primary VLAN?
Yes
Can devices in an Isolated Secondary VLAN reach devices in other Secondary VLANs?
No
Can devices in an Isolated Secondary VLAN reach other devices in the same Isolated VLAN?
No
True or False? Devices in an isolated VLAN are isolated from everything except the Primary VLAN?
TRUE
What is a Community VLAN?
Allows devices to reach the Primary VLAN AND devices in the same Secondary VLAN. Can NOT reach devices in other Secondary VLANs.
What are the two Private VLAN port types?
Promiscuous
Host
What is a Private VLAN Promiscuous port?
A port that can communicate with devices on the Primary or Secondary VLANs.
Give an example of what may connect to a Promiscuous port.
Routers, firewalls, or other common gateway devices.
What is a Private VLAN Host port?
Devices can only communicate with a promiscuous port or ports on the same community VLAN
Where can a device connected to a Host port communicate?
A promiscuous port or ports on the same community VLAN.
Does VTP pass any information about Private VLANs?
No
Should you create the Primary VLAN or Secondary VLANs first?
Secondary
What is the order for setting up Private VLANs?
1. Set VTP mode to transparent
2. Create the Secondary VLANs
3. Create the Primary VLAN
4. Associate the Primary VLAN with the Secondary VLANs
5. Define the individual ports mode (host or promiscuous)
6. Associate the individual ports with their respective VLANs
Do you need to manually set the VLANs for each port for Private VLANs?
No, it is automatically done when associated with a Primary and Secondary VLANs.
Can a Promiscuous mode port be associated with multiple Secondary VLANs?
Yes
Can a SVI be associated with Secondary VLANs?
Yes, by mapping them.
What is the Private VLAN root command?
private-vlan
When configuring Private VLANs, what configuration task must you do first?
Set the VTP mode to Transparent.
How many Isolated VLANs can be associated with one Primary VLAN?
1
What are the three options a VLAN can be configured as using the "private-vlan" vlan command?
Community
Isolated
Primary
What command will associate a Primary VLAN and Secondary VLAN?
private-vlan association <secondary-vlan-list>
What VLAN interface command will map Secondary VLANs to the Primary VLAN?
private-vlan mapping <secondary-vlan-list>
What interface command will configure the private VLAN mode?
switchport mode private-vlan {host | promiscuous}
What interface command will map a Primary VLAN and Secondary VLANs to the interface?
switchport mode private-vlan <primary> <seconday>
Can Private VLANs be carried on trunk ports?
Yes