Inter-VLAN Routing, VLANs, and Switch Configuration

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

flashcard set

Earn XP

Description and Tags

Flashcards covering Inter-VLAN routing techniques, VLAN types and configuration, trunking protocols, switch boot sequences, physical interface modes, and remote management security based on Cisco CCNA modules.

Last updated 10:46 AM on 9/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Inter-VLAN Routing

The process of forwarding network traffic from one VLAN to another VLAN using a router or a Layer 3 switch.

2
New cards

Legacy Inter-VLAN Routing

An early inter-VLAN routing solution that relied on using a router with multiple physical Ethernet interfaces, each connected to a separate switch port assigned to a distinct VLAN.

3
New cards

Router-on-a-Stick

An inter-VLAN routing method where a single physical Ethernet interface on a router is configured as an 802.1Q trunk link with subinterfaces to route traffic between up to 50 VLANs.

4
New cards

Subinterface

A software-based virtual interface associated with a single physical Ethernet interface on a router, independently configured with its own IP address and VLAN assignment.

5
New cards

Switched Virtual Interface (SVI)

A virtual Layer 3 interface configured on a switch for a specific VLAN to perform routing and packet processing functions for that VLAN.

6
New cards

Layer 3 Switch

A device (also called a multilayer switch) capable of hardware-based Layer 2 switching and Layer 3 routing between VLANs using SVIs or routed ports.

7
New cards

Routed Port

A physical port on a Layer 3 switch that has been converted into a Layer 3 interface by disabling switchport features using the no switchport command.

8
New cards

Virtual Local Area Network (VLAN)

A logical partition of a Layer 2 switched network that segments groups of devices into separate broadcast domains.

9
New cards

Default VLAN

VLAN 1 on Cisco switches; it serves as the default data, native, and management VLAN, and cannot be deleted or renamed.

10
New cards

Data VLAN

A VLAN configured specifically to carry user-generated network traffic such as email and web browsing traffic.

11
New cards

Native VLAN

A VLAN assigned to an 802.1Q trunk link to carry all untagged traffic across the link.

12
New cards

Management VLAN

A VLAN configured specifically for remote switch administration traffic (such as SSH/Telnet VTY traffic) using a Switched Virtual Interface (SVI).

13
New cards

Voice VLAN

A dedicated VLAN requiring guaranteed bandwidth, high QoS priority, congestion avoidance, and source-to-destination latency under 150m/s150\,m/s to support VoIP traffic.

14
New cards

VLAN Trunk

A point-to-point Layer 2 link between two network devices that carries traffic for multiple VLANs across the network using 802.1Q encapsulation.

15
New cards
<p>IEEE 802.1Q Header</p>

IEEE 802.1Q Header

A 4-byte VLAN tag field inserted into an Ethernet frame header, containing a 2-byte Tag Protocol ID (0x8100), 3-bit User Priority, 1-bit Canonical Format Identifier, and 12-bit VLAN ID.

16
New cards

Normal Range VLANs

VLAN IDs ranging from 1 to 1005 used in small-to-medium business networks, whose configurations are stored in the vlan.dat file in switch flash memory.

17
New cards

Extended Range VLANs

VLAN IDs ranging from 1006 to 4095 used primarily by service providers, saved directly within the switch running-config file.

18
New cards

Dynamic Trunking Protocol (DTP)

A Cisco proprietary protocol operating at Layer 2 that automatically negotiates trunking states and encapsulation modes between neighboring switch ports.

19
New cards

DTP Dynamic Auto Mode

A switchport DTP mode in which the interface automatically becomes a trunk link if the neighboring interface is configured in trunk or dynamic desirable mode.

20
New cards

DTP Dynamic Desirable Mode

A switchport DTP mode in which the interface actively sends negotiation frames to convert the link into a trunk link with neighboring auto or desirable interfaces.

21
New cards

Switch Boot Sequence

The five-step initialization process of a switch consisting of POST, loading the boot loader, low-level CPU initialization, flash file system initialization, and loading the IOS image into memory.

22
New cards
<p>Switch LED Mode Indicators</p>

Switch LED Mode Indicators

Status indicator lights on a Cisco switch front panel showing System (SYST), Redundant Power Supply (RPS), Port Status (STAT), Duplex (DUPLX), Speed (SPEED), and PoE status.

23
New cards

Full-Duplex Communication

A bidirectional data transmission method allowing simultaneous sending and receiving of data across a link without collision domains.

24
New cards

Half-Duplex Communication

A unidirectional data transmission method where data can flow in only one direction at a time, requiring collision detection.

25
New cards

Microsegmentation

A network topology state achieved when a switch port connects to only a single device operating in full-duplex mode, eliminating collisions.

26
New cards

Runt

An Ethernet frame that is discarded because its length is smaller than the minimum required size of 64bytes64\,\text{bytes}.

27
New cards

Giant

An Ethernet frame that is discarded because its total size exceeds the maximum permitted size of 1518bytes1518\,\text{bytes}.

28
New cards

Cyclic Redundancy Check (CRC) Error

An interface counter error generated when the calculated frame checksum does not match the checksum value received by the destination device.

29
New cards

Late Collision

A frame collision error that takes place after the first 512bits512\,\text{bits} of an Ethernet frame have already been transmitted.

30
New cards

Secure Shell (SSH)

A secure remote management protocol operating on TCP port 22 that encrypts authentication credentials and session data.

31
New cards

Telnet

An unsecure legacy management protocol operating on TCP port 23 that transmits authentication details and command data in plain unencrypted text.

32
New cards

Loopback Interface

A software-based logical interface internal to a router that remains continuously in an up state, used for testing, management, and process emulation.