Chapter 8: Implementing Ethernet Virtual LANs Flashcards

1
Q

What does a VLAN allow?

A

Multiple broadcast domains on one device

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

Which hosts receive frames sent within a VLAN?

A

Only other hosts within the same VLAN

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

List 3 advantages of VLANs, along with the reasoning

A

Reduce CPU usage - Reducing number of devices receiving frames
Reduce security risks - Reducing hosts which receive copies of frames
Improve security - Apply security policies to different VLANs
Reduce STP workload
Faster problem solving - Issues limited by devices on broadcast domain
Group users by department, not physical location

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

What does VLAN tagging do?

A

Adds extra header to the frame

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

What process inserts a VLAN header to a frame?

A

VLAN tagging

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

What is a VLAN trunk?

A

One link containing multiple VLANs

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

Name IEEE protocol name for a VLAN

A

802.1Q

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

What is different about frames within a networks default VLAN?

A

No VLAN tag is inserted into the header

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

What is the name for multiple VLANs running over 1 link?

A

VLAN trunking

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

What command creates a VLAN? What configuration mode is required?

A

VLAN <vlan-ID>
Global configuration</vlan-ID>

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

What commands assign a VLAN to an access interface?

A

Interface <interface-ID> - on which the VLAN is required
Switchport access vlan <vlan-ID></vlan-ID></interface-ID>

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

What command shows the VLAN settings of the router?

A

Show vlan brief

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

What would the following achieve?

interface range Fastethernet 0/15-16
switchport access vlan 3

A

Assign VLAN 3 to interfaces Fa0/15 and 16

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

What command ensures an interface only acts as an access port, not a trunk?

A

Switchport mode access

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

What is VTP?

A

VLAN Trunking Protocol. Cisco protocol which advertises a each VLAN so all switches on a site learn about it

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

What command ensures an interface acts as a trunk port?

A

Switchport mode trunk

17
Q

What switchport mode do switches default to? What does this mean?

A

Auto. Neither port will initiate a trunk negotiation process

18
Q

List the command which tells a switch to initiate trunk negotiation

A

Swtichport mode dynamic desirable

19
Q

With all interfaces set as switchport mode dynamic auto, what would show in the show interfaces trunk output? Why?

A

Nothing. No trunks are configured, as no switches start the negotiation process

20
Q

What does command switchport mode access set?

A

Tells an interface to only act as an access interface

21
Q

What does switchport mode dynamic desirable set?

A

Both ports to negotiate switchport mode, and to initiate the negotiation

22
Q

In what situation can a port act as both an access and a trunk?

A

IP Telephone

23
Q

What must be enabled for a voice access port?

A

CDP

24
Q

List a minimum of 2 steps an engineer can take to troubleshoot VLAN issues

A

Check they are defined and active
Check the VLAN is allowed on both ends of each trunk
Check for incorrect trunk configuration
Check native VLAN on each end of trunk to ensure match

25
Q

What trunk status would an interface with both native and voice VLANs enabled show as?

A

Not trunking

26
Q

What occurs when one switch is trunking, however the other end is not?

A

Frames are discarded, as they have a VLAN tag in the header