CCNA Chapter 3 VLAN Flashcards

1
Q

A network administrator is determining the best placement of VLAN trunk links. Which two types of point-to-point connections utilize VLAN trunking?​

A
  1. between a switch and a server that has an 802.1Q NIC

2. between two switches that utilize multiple VLANs

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

What happens to a port that is associated with VLAN 10 when the administrator deletes VLAN 10 from the switch?

A

The port becomes inactive.

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

Which command is used to remove only VLAN 20 from a switch?

A

no vlan 20

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

A Cisco Catalyst switch has been added to support the use of multiple VLANs as part of an enterprise network. The network technician finds it necessary to clear all VLAN information from the switch in order to incorporate a new network design. What should the technician do to accomplish this task?

A

Delete the startup configuration and the vlan.dat file in the flash memory of the switch and reboot the switch.

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

What is the effect of issuing a switchport access vlan 20 command on the Fa0/18 port of a switch that does not have this VLAN in the VLAN database?

A

VLAN 20 will be created automatically.

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

Which command displays the encapsulation type, the voice VLAN ID, and the access mode VLAN for the Fa0/1 interface?

A

show interfaces Fa0/1 switchport

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

What is the Dynamic Trunking Protocol (DTP) for “Passively waits for the neighbour to initiate trunking”

A

Dynamic Auto

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

What is the Dynamic Trunking Protocol (DTP) for “Requires manual configuration of trunking or none trunking”

A

nonegotiate

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

What is the Dynamic Trunking Protocol (DTP) for “actively attempts to convert the link to a trunk”

A

Dynamic desirable

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

What is the Dynamic Trunking Protocol (DTP) for “permanent trunking mode “

A

Trunk

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

Port Fa0/11 on a switch is assigned to VLAN 30. If the command no switchport access vlan 30 is entered on the Fa0/11 interface, what will happen?

A

Port Fa0/11 will be returned to VLAN 1.

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

What must the network administrator do to remove Fast Ethernet port fa0/1 from VLAN 2 and assign it to VLAN 3?

A

Enter the switchport access vlan 3 command in interface configuration mode.

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

Which two Layer 2 security best practices would help prevent VLAN hopping attacks? (Choose two.)

A
  1. Disable DTP autonegotiation on end-user ports.

2. Change the native VLAN number to one that is distinct from all user VLANs and is not VLAN 1.

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

In a basic VLAN hopping attack, which switch feature do attackers take advantage of?

A

The default automatic trunking configuration

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

A Cisco switch currently allows traffic tagged with VLANs 10 and 20 across trunk port Fa0/5. What is the effect of issuing a switchport trunk allowed vlan 30 command on Fa0/5?

A

It allows only VLAN 30 on Fa0/5.

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

A frame is traveling between PC-A and PC-B through the switch. Which statement is true concerning VLAN tagging of the frame?

A

No VLAN tag is added to the frame.

17
Q

PC-A and PC-B are both in VLAN 60. PC-A is unable to communicate with PC-B. What is the problem?

A

The VLAN that is used by PC-A is not in the list of allowed VLANs on the trunk.

18
Q

What VLANs are allowed across a trunk when the range of allowed VLANs is set to the default value?

A

All VLANs will be allowed across the trunk.

19
Q

Under which two [2] occasions should an administrator disable DTP while managing a local area network?

A
  1. on links that should not be trunking

2. when connecting a Cisco switch to a non-Cisco switch

20
Q

Perform the tasks in the activity instructions and then answer the question.
Which PCs will receive the broadcast sent by PC-C?

A

PC-D, PC-E

21
Q

Which two [2] statements are true about VLAN implementation?

A
  1. Devices in one VLAN do not hear the broadcasts from devices in another VL
  2. VLANs logically group hosts, regardless of physical location.
22
Q

DLS1 is connected to another switch, DLS2, via a trunk link. A host that is connected to DLS1 is not able to communicate to a host that is connected to DLS2, even though they are both in VLAN 99. Which command should be added to Fa0/1 on DLS1 to correct the problem?

A

switchport trunk native vlan 66

23
Q

Which switch feature ensures that no unicast, multicast, or broadcast traffic is passed between ports that are configured with this feature?

A

PVLAN protected port

24
Q

The ”_____ ” command displays the VLAN assignment for all ports as well as the existing VLANs on the switch.

A

show vlan brief

25
Q

Which three [3] statements accurately describe VLAN types?

A
  1. An 802.1Q trunk port, with a native VLAN assigned, supports both tagged and untagged traffic.
  2. A management VLAN is any VLAN that is configured to access management features of the switch.
  3. After the initial boot of an unconfigured switch, all ports are members of the default VLAN.
26
Q

Which command should the network administrator implement to prevent the transfer of DTP frames between a Cisco switch and a non-Cisco switch?

A

S1(config-if)# switchport nonegotiate