Chapter 8- Implementing VLANs & STP

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

15 Terms

1
New cards

802.1Q

802.1Q is the standard protocol for this tag.

  • VLAN ID (most critical piece of information)

2
New cards

access interface

A LAN network design term that refers to a switch interface connected to end-user devices, configured so that it does not use VLAN trunking.

3
New cards

Data VLAN

A VLAN used by typical data devices connected to an Ethernet, like PCs and servers.

4
New cards

Default VLAN

A reference to the default setting of 1 (meaning VLAN ID 1) on the switchport access vlan vlan-id interface subcommand on Cisco switches, meaning that by default, a port will be assigned to VLAN 1 if acting as an access port.

5
New cards

Layer 3 switch

A LAN switch that can also perform Layer 3 routing functions. The name comes from the fact that this device makes forwarding decisions based on logic from multiple OSI layers (Layers 2 and 3).

6
New cards

Native VLAN

The one VLAN ID on any 802.1Q VLAN trunk for which the trunk forwards frames without an 802.1Q header.

7
New cards

Static access interface

A LAN network design term (aka access interface) but emphasizing that the port is assigned to one VLAN as a result of static configuration rather than through some dynamic process.

8
New cards

Trunk

In campus LANs, an Ethernet segment over which the devices add a VLAN header that identifies the VLAN in which the frame exists.

9
New cards

Trunk interface

A switch interface configured so that it operates using VLAN trunking (either 802.1Q or ISL).

10
New cards

Trunking administrative mode

The configured trunking setting on a Cisco switch interface, as configured with the switchport mode command.

11
New cards

Trunking operational mode

The current behavior of a Cisco switch interface for VLAN trunking.

12
New cards

Virtual LAN (VLAN)

A group of devices, connected to one or more switches, with the devices grouped into a single broadcast domain through switch configuration.

  • Allow switch admins to separate the devices connected to the switches into separate VLANs without requiring separate physical switches, gaining design advantages of separating the traffic without the expense of buying additional hardware.

13
New cards

VLAN Trunking Protocol (VTP)

A Cisco-proprietary messaging protocol used between Cisco switches to communicate configuration information about the existence of VLANs, including the VLAN ID and VLAN name.

14
New cards

Voice VLAN

A VLAN defined for use by IP Phones, with the Cisco switch notifying the phone about the voice VLAN ID so that the phone can use 802.1Q frames to support traffic for the phone and the attached PC (which uses a data VLAN).

15
New cards

VTP transparent mode

Switches in transparent mode can configure VLANs, but they do not tell other switches about the changes, and they do not learn about VLAN changes from other switches.

  • One of three VTP operational modes