VLAN Flashcards
(13 cards)
Broadcast domain
Group of devices that will receive a broadcast message from its members (ends at the router interface and surrounds devices connected to that interface)
How do you create VLANs?
Created on a switch based on per interface
Access port
a switchport that belongs only to a single VLAN and connects to hosts
Trunk ports
switchports that are able to carry traffic from multiple vlans on a single interface
How do trunk ports work?
the switch tags frames coming out from the interface with trunking protocols like 802.1q with what VLAN they belong to
What are the two main fields in 802.1q?
- Tag protocol Identifier
- Tag Control Information
What is TCI and what makes up it?
Tag Control Information
1. Priority Code Point - prioritizing traffic
2. Drop Eligible Indicator - can be dropped in congestion
3. Vlan ID
What VLAN numbers can a standard VLAN use?
1-1005
What VLAN numbers can a extended VLAN use?
1006-4094
What happens if traffic is sent to a native VLAN?
the traffic is sent out the interface untagged and will forward untagged frames to the native vlan
How do you manually set the trunking protocol?
switchport trunk encapsulation dot1q
What is a router on a stick?
A single router than handles multiple vlans through a single physical interface by creating “sub interfaces” ie int g0/0.10
How do you enable routing on a multilayer switch?
- ip routing
- no switchport (on port you want to use for routing)