CCNA Ch. 1 - Implementing Ethernet Virtual LANs Flashcards

1
Q

A LAN includes all devices in the same

A

broadcast domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Five reasons to create smaller broadcast domains

A
  • Reduce CPU overhead by reducing the number of hosts that get each broadcast frame
  • Reduce security risks by reducing the number of hosts that see each frame
  • Create a more flexible network design by grouping people logically instead of physically
  • Reduce the failure domain of many problems, leading to faster troubleshooting times
  • Reduce the workload for STP by limiting the VLAN to a single switch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define VLAN tagging

A

The extra VLAN trunking header includes a VLAN identifier (VLAN ID) field so that the sending switch can associate the frame with a particular VLAN ID, and the recieveing switch can then know in what VLAN each frame belongs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the normal and extended VLAN ID ranges?

A

Cisco switches break the range of VLAN IDs (1-4094) into two ranges, the normal range (1-1005) and the extended range (1006-4094). Only some switches can use extended while all can use the normal range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is and why us a native VLAN?

A

By definition, the native VLAN does not require a 802.1Q header. It is assumed that if a switch receives a frame without a trunking header, that the frame belongs to the native VLAN. Both switches must agree on which VLAN is the native VLAN. Native VLANs allow switches that understand trunking to communicate with switches that don’t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

VTP and its three modes

A

VLAN Trunking Protocol (VTP)

A proprietary tool on Cisco switches that advertieses each VLAN configured in one switch so that all switches in the campus learn about that VLAN

Each switch can choose one of three VTP modes: server, client, or transparent. With many Cisco IOS version, VTP cannot be completely disabled, so instead a switch disables VTP by setting it to VTP transparent mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DTP

A

Dynamic Trunking Protocol (DTP) handles negotiations related to trunking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define the four VLAN trunking administrative modes

A
  • access: Always act as an access port
  • trunk: Always act as a trunk port
  • dynamic desirable: Initiates negotiation messages and responds to negotiation messages to dynamically choose whether to start using trunking
  • dynamic auto: Passively waits to recieve trunk negotiation messages, at which point the swithc will respond and negotiate whether to use trunking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The two VLANs required for IP phones to work

A
  • Data VLAN: Same idea and configuration as the access VLAN on an access port, but defined as the VLAN on that link for forwarding the traffic for the device connected to the phone on the desk (usually the PC)
  • Voice VLAN: The VLAN defined on the link for forwarding the phone’s traffic. Typically tagged with a 802.1Q header
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Creates the VLAN and puts the CLI into VLAN configuration mode

A

vlan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

VLAN subcommand that names the VLAN

A

name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

VLAN mode subcommand that enables or disables the VLAN

A

[no] shutdown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Global config command that defines the VTP mode

A

vtp mode {server | client | transparent | off}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Interface subcommand that configures the trunking administrative mode on the interface

A

switchport mode {access | dynamic auto | dynamic desirable | trunk}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Interface subcommand that statically configures the interface into that on VLAN

A

switchport access vlan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Interface subcommand that defines which type of trunking to use

A

switchport trunk encapsulation {dot1q | isl | negotiate}

17
Q

Interface subcommand that defines the native VLAN for a trunk port

A

switchport trunk native vlan

18
Q

Interface subcommand that disables the negotiation of VLAN trunking

A

switchport nonegotiate

19
Q

Interface subcommand that defines the voice VLAN on a port

A

switchport voice vlan

20
Q

Interface subcommand that defines the list of allowed VLANs

A

switchport trunk allowed vlan {add | all| except | remove}

21
Q

Lists information about any interface regarding administrative settings and operational use

A

show interfaces [interface-id] switchport

22
Q

Lists information about all operational trunks (but no other interfaces), including the list of VLANs that can be forwarded over the trunk

A

show interfaces [interface-id] trunk

23
Q

Displays VLAN information

A

show vlan [vlan]

24
Q

Lists informtion about the VLAN

A

show vlan [brief | id | name | summary]

25
Q

Lists VTP configuration and status information

A

show vtp status