5.6 Flashcards
(17 cards)
What’s the purpose of VLANs?
To reduce load on a router by dividing traffic on the broadcast domain
How is info about VLANs communicated from switches and routers?
How do voice VLANs help VoIP work effectively?
How does routing between VLANs work?
What command reports VLAN ID’s on a switch?
“show vlan”
What command deletes a VLAN?
“no vlan”
What is “Trunking”?
Interconnecting switches to build redundancy
What does IEEE 802.1Q do for Trunking?
Assign VLAN ID’s (VIDs) so packets know where to travel when trunking.
What ID is the default VLAN?
Can this be changed?
1
No
How should default VLAD be used?
Remain unused or ONLY for inter-switch protocol traffic like STP.
What is a native VLAN?
Untagged traffic is put when getting frames over a trunk port.
Typically gotten from legacy devices
What is Voice or Auxiliary VLAN?
Auto configures VoIP to prevent manual complexity
What are 2 ways to manage VLAN?
Subinterfaces and Switch Virtual Interfaces
What is subinterfaces for VLAN routing?
Assign trunk on a router to multiple “subinterfaces” on the router. Each “subinterface” is for a different VLAN.
This is called “Router on a Stick”
1 Port handles traffic for many VLANS (subinterfaces)
How do you configure a subinterface?
interface G0.16 (Create subinterface)
encapsulation dot1Q 16 (Subinterface to VLAN 16)
ip address 198.51.100.30 255.255.255.240 (Subinterface’s ID)
What is a Switch Virtual Interface?
What problem does it solve?
Subinterfacing is inefficient for scaling.
Switch Virtual Interface means each VLAN gets it’s own Router spreading the load (compared to “Trunking” in Subinterface)