13 - VLANs Part 1 Flashcards
A […] domain is the group of devices which will receive a frame with the destination MAC address FFFF.FFFF.FFFF.
broadcast
An […] port is a switchport which belongs to a single VLAN, and usually connects to end hosts like PCs.
access
Configure a switch interface to be an access port:
SW1(config-if)# […]
switchport mode access
Configure the name of a VLAN:
SW1(config-vlan)# […]
name <name></name>
Configure the VLAN of a switch access port:
SW1(config-if)# […]
switchport access vlan <vlan-number></vlan-number>
Create a VLAN:
SW1(config)# […]
vlan <vlan-number></vlan-number>
Switchports which carry multiple VLANs are called ‘[…] ports’.
trunk
VLANs are used to split up […] domains.
broadcast
VLANs operate at Layer […] of the OSI model.
2
What are the 5 VLANs that exist by default on a Cisco switch?
1, 1002, 1003, 1004, 1005
What VLAN are Cisco switch interfaces in by default?
VLAN1
Will a Layer 2 switch forward traffic between VLANs? (inter-VLAN routing)
no