Day 26 - VLAN, Trunking Concepts and Configurations Flashcards

1
Q

Without VLANs, a switch considers every port to be in the same what?

A

Broadcast domain

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

What type of VLAN is this based on the description below?

Configured to carry only user-generated traffic, ensuring that voice and management traffic is separated from data traffic

A

Data VLAN

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

What type of VLAN is this based on the description below?

All the ports on a switch are initially members of this VLAN. It’s ID is always 1

A

Default VLAN

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

What type of VLAN is this based on the description below?

This should be a dummy VLAN assigned to all unused switchports on a switch

A

Black hole VLAN

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

What type of VLAN is this based on the description below?

This VLAN serves as a common identifier on opposing ends of a trunk link. This VLAN isn’t used for any traffic the switched network unless legacy bridging devices happen to be present

A

Native VLAN

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

What type of VLAN is this based on the description below?

This VLAN is a means to access the management capabilities of a switch

A

Management VLAN

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

What type of VLAN is this based on the description below?

This VLAN carries IP voice traffic from an IP phone to a switchport

A

Voice VLAN

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

A __________ ___________ is an ethernet point-to-point link between an ethernet switch interface and an ethernet interface on another networking device, such as a router or a switch, carrying the traffic of multiple VLANs over a singular link

A

VLAN Trunk

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

When a frame is placed on a trunk link, information about the __________ it belongs to must be added to the frame. This is accomplished using IEEE __________ __________ __________

A

VLAN
802.1q frame tagging

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

This is a Cisco proprietary protocol that negotiates both the status of trunk ports and the trunk encapsulation of trunk ports

A

DTP (Dynamic trunking protocol)

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

Which trunking mode is this based on the description below:

The switchport periodically sends DTP messages to the remote port, advertising that it is in an unconditional trunking state

A

switchport mode trunk

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

Which trunking mode is this based on the description below:

The local switch port advertises to the remote switch port that it is able to trunk but does not request to go to the trunking state

A

switchport mode dynamic auto

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

Which trunking mode is this based on the description below:

The local switch port advertises to the remote switch port that it is able to trunk and asks the remote switch port to go to the trunking state

A

switchport mode dynamic desirable

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

Which trunking mode is this based on the description below:

The local port is considered to be in an unconditional trunking state. Use this feature when you need to configure a trunk with a switch from another vendor

A

switchport nonegotiate

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

This verification command will show all of the configured VLANs, their name, status and the ports configured in those VLANs

A

show vlan brief

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

What verification command will verify an interfaces VLAN assignment?

A

show interfaces {int} switchport

example: show interfaces gi1/0/11 switchport

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

What verification command would you use to see if trunking is operational

A

show interfaces trunk

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

Other than show interfaces trunk, what is another verification command to see if a trunk is working on a specific link?

A

show interface {int} switchport

Example: show interface gi0/1 switchport

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

VLANs can be in one of two states. What are those states?

A

active and act/lshut

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

To compare the allowed VLANs on a switch you need to look at the __________ of three lists of VLANs listed by the __________ __________ __________ command

A

Second
Show int trunk

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

What command would allow you to add an allowed VLAN to an allowed VLANs list?

A

switchport trunk allowed vlan add {vlan-id}

Example: switchport trunk allowed vlan add 10

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

What OSI Layer do VLANs live at?

A

Layer 2

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

What kind of traffic were VLANs designed to segment?

A

Broadcast traffic

24
Q

VLANs segment the LAN into what?

A

Separate broadcast domains

25
Q

How would you configure a range of interfaces from fa0/1 to fa0/5 to go into VLAN 10?

A

int range fa0/1 - 5
sw mode access
sw acc vlan 10

26
Q

If you’re sending unicast traffic to a different subnet with both devices in VLAN 1 will the traffic make it there without a router?

A

No, unicast traffic between subnets still need a router to get to where it’s going

27
Q

Scenario: You have 3 computers all connected to access ports on the same switch

PC1: 10.10.10.5/24
PC2: 10.10.10.6/24
PC3: 10.10.20.2/24
All 3 are in VLAN 1

If PC1 sends a ping to 10.10.10.255 will PC3 receive that broadcast traffic as well?

A

Yes, broadcast traffic, regardless of what subnet the device is in, will get forwarded out ALL ports on the switch if they’re in the same VLAN

28
Q

What encapsulation mode is a VLAN Trunk configured in?

A

dot1q

29
Q

When a switch receives a packet with a Layer 2 header Dot1Q VLAN tag for VLAN 299. What ports will it send that traffic out of?

A

Only ports configured in VLAN 299

30
Q

How would you configure a trunk port for gi1/0/1?

A

int gi1/0/1
description Trunk Port
switchport trunk encapsulation dot1q (modern switches don’t require this command)
switchport mode trunk

31
Q

Do Native VLANs have to match on both sides of a trunk to come up?

A

Yes

32
Q

What is a full configuration for a Trunk Port to SW2 with a Native VLAN of 100 on int gi1/0/1?

A

vlan 100
name Native VLAN

int gi1/0/1
description Trunk to SW2
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 100

33
Q

If two switches are cabled together in the right circumstances they can negotiate a trunk using what?

A

DTP (Dynamic trunking protocol)

34
Q

What is switchport mode dynamic auto?

A

A command that will form a trunk if the neighbor switch port is set to trunk or switchport mode dynamic desirable

35
Q

This will form a trunk if the neighbor switch port is set to trunk, desirable or auto. Default on older switches.

A

sw mode trunk or switchport mode dynamic desirable

36
Q

What verification command would you enter to check the administrative mode on a switchport?

A

show int {int} switchport

37
Q

What two items would be in the Operational Mode of a show int switchport command?

A

It will show whether it’s a trunk or an access port

38
Q

What 2 items would be in the Administrative Mode of a show int switchport command?

A

What trunking state the link is in - Dynamic Auto or Dynamic Desirable

39
Q

An Access port is considered what type of port?

A

Untagged port

40
Q

Do untagged packets contain a VLAN tag?

A

No

41
Q

What is the default DTP mode on modern switches?

A

Switchport mode dynamic auto

42
Q

This protocol allows you to add, edit or delete VLANs on switches configured as ‘servers’ and have other switches configured as ‘clients’ sync their VLAN database with the ‘server’

A

VTP VLAN trunking protocol

43
Q

How do you configure a VTP mode server?

A

vtp domain {domain-name}
vtp mode server

44
Q

How do you configure a VTP mode client?

A

vtp mode client

45
Q

What verification command would you use to verify VTP?

A

show vtp status

46
Q

What 3 types of InterVLAN routing are there?

A

Router with Separate Interfaces
Router on a Stick
Layer 3 Switch Routing

47
Q

Assigning IP addresses on the router to an interface in the same subnet as other connected devices in the network and then tagging them on the switch in the proper VLAN as an access port is considered what type of InterVLAN routing?

A

Router with separate interfaces

48
Q

For Router on a Stick to work the cable going from the Switch to the Router has to be a what?

A

Trunk port

49
Q

What are the general steps to create a VLAN and have it configured for interVLAN routing and WAN routing to other sites?

A
  1. Create the VLAN
  2. Enable IP Routing
  3. Create the SVI and IP it w/ a subnet mask
  4. Configure the Layer 3 interface to have it be a no switchport and add an IP Address and add a subnet mask to it
  5. Include that Layer 3 interface and the SVI in a routing protocol or a static route
50
Q

Either of these commands will form a trunk, if the neighbor switch port is set to trunk, desirable or auto.

A

switchport mode trunk
switchport mode dynamic desirable

51
Q

Either of these commands will form a trunk, if the neighbor switch port is set to trunk or desirable.

A

switchport mode trunk
switchport mode dynamic auto
switchport mode dynamic desirable

52
Q

With DTP, trunk will not be formed if both sides are set to what?

A

auto

53
Q

__________ ports carry traffic for one specific VLAN

A

Access

54
Q

What command will you enter to allow VLANs 50 and 120 only on the trunk port?

A

switchport trunk allowed vlan 50,120

55
Q

What is the configuration to disable DTP

A

switchport nonegotiate