Lesson 6: VLAN (Virtual Local Area Network)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

VLAN (Virtual Local Area Network)

A logical subnetwork grouping devices from different physical LANs.

2
New cards

Flat Network

The network where all devices share a single broadcast domain (limited scalability).

3
New cards

VLANs

This network reduce cost, improve flexibility, and support future growth.

4
New cards

Default VLAN (VLAN 1):

All ports belong to it unless reassigned. Cannot be changed/deleted (security risk if used for data).

5
New cards

Native VLAN

Carries untagged traffic on trunk ports (for legacy devices). Used for control protocols (e.g., CDP, STP).

6
New cards

Creating VLAN syntax

#vlan 300  
#name SALES  

7
New cards

Assigning IP in VLAN

#interface vlan 300  
#ip address 192.168.0.1 255.255.255.0  

8
New cards

Assigning Ports in VLAN

#switchport access vlan 10  

9
New cards

Inter-VLAN Routing Traditional Option

Router with multiple interfaces (limited scalability).

10
New cards

Inter-VLAN Routing Router-on-a-Stick Option

Single trunk link to router.

11
New cards

Inter-VLAN Routing Multilayer Switch Option

Combines switching/routing (uses SVIs).

12
New cards
13
New cards
14
New cards