CCNA Day 19 DTP & VTP

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:12 AM on 9/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

What are the two DTP interface modes?

switchport mode dynamic [...]

switchport mode dynamic [...]

auto

desirable

2
New cards

DTP is [...] by default on all Cisco switch interfaces.

enabled

3
New cards

Interfaces on newer Cisco switches default to switchport mode dynamic [...]

auto

4
New cards

Interfaces on older Cisco switches default to switchport mode dynamic [...]

desirable

5
New cards

A switchport in dynamic [...] mode will actively try to form a trunk with other Cisco switches.

desirable

6
New cards

SW1 G0/0 is connected to SW2 G0/0

SW1 G0/0 Administrative mode: dynamic desirable

SW2 G0/0 Administrative mode: dynamic desirable

Operational mode: [...]

trunk

7
New cards

SW1 G0/0 is connected to SW2 G0/0

SW1 G0/0 Administrative mode: dynamic desirable

SW2 G0/0 Administrative mode: trunk

Operational mode: [...]

trunk

8
New cards

SW1 G0/0 is connected to SW2 G0/0

SW1 G0/0 Administrative mode: dynamic desirable

SW2 G0/0 Administrative mode: dynamic auto

Operational mode: [...]

trunk

9
New cards

SW1 G0/0 is connected to SW2 G0/0

SW1 G0/0 Administrative mode: dynamic desirable

SW2 G0/0 Administrative mode: static access

Operational mode: [...]

static access

10
New cards

SW1 G0/0 is connected to SW2 G0/0

SW1 G0/0 Administrative mode: dynamic auto

SW2 G0/0 Administrative mode: trunk

Operational mode: [...]

trunk

11
New cards

SW1 G0/0 is connected to SW2 G0/0

SW1 G0/0 Administrative mode: dynamic auto

SW2 G0/0 Administrative mode: dynamic auto

Operational mode: [...]

static access

12
New cards

SW1 G0/0 is connected to SW2 G0/0

SW1 G0/0 Administrative mode: dynamic auto

SW2 G0/0 Administrative mode: static access

Operational mode: [...]

static access

13
New cards

Configure DTP in desirable mode on a switchport:

SW1(config-if)# [...]

switchport mode dynamic desirable

14
New cards

Configure DTP in auto mode on a switchport:

SW1(config-if)# [...]

switchport mode dynamic auto

15
New cards

Two commands that disable DTP negotiation on a switchport:

SW1(config-if)# switchport mode access

OR

SW1(config-if)# [...]

switchport nonegotiate

16
New cards

Two commands that disable DTP negotiation on a switchport:

SW1(config-if)# switchport nonegotiate

OR

SW1(config-if)# [...]

switchport mode access

17
New cards

In DTP trunk encapsulation negotiation, which encapsulation type is favored?

ISL

18
New cards

When using ISL, which VLAN are DTP frames sent in?

VLAN1

19
New cards

When using 802.1Q, which VLAN are DTP frames sent in?

The native VLAN

20
New cards

[...] allows you to configure VLANs on a central server switch, and other switches (clients) will synchronize their VLAN database to the server.

VTP

21
New cards

What does VTP stand for?

VLAN Trunking Protocol

22
New cards

How many versions of VTP are there?

3

23
New cards

What are the three VTP modes?

Server, client, transparent

24
New cards

Cisco switches operate in VTP [...] mode by default.

server

25
New cards

Cisco switches operate in VTP version [...] by default.

1

26
New cards

VTP servers will increase the [...] every time a VLAN is added/modified/deleted.

revision number

27
New cards

VTP servers [can/can't] add/modify/delete VLANs.

can

28
New cards

VTP clients [can/can't] add/modify/delete VLANs.

can't

29
New cards

VTP transparents [can/can't] add/modify/delete VLANs.

can

30
New cards

VTP servers [will/won't] synchronize their VLAN database with a VTP server with a higher revision number.

will

31
New cards

VTP clients [will/won't] synchronize their VLAN database with a VTP server with a higher revision number.

will

32
New cards

VTP transparents [will/won't] synchronize their VLAN database with a VTP server with a higher revision number.

won't

33
New cards

Does VTPv1 support the extended VLAN range (1006-4094)?

No

34
New cards

Does VTPv2 support the extended VLAN range (1006-4094)?

No

35
New cards

Does VTPv3 support the extended VLAN range (1006-4094)?

Yes

36
New cards

Does a VTP server maintain its VLAN database in NVRAM?

Yes

37
New cards

Does a VTPv1/v2 client maintain its VLAN database in NVRAM?

No

38
New cards

Does a VTP transparent maintain its VLAN database in NVRAM?

Yes

39
New cards

What are two methods to reset the VTP revision number to 0?

[...]

ORChange the VTP mode to transparent.

Change the VTP domain to an unused domain.

40
New cards

What are two methods to reset the VTP revision number to 0?

Change the VTP domain to an unused domain.

OR[...]

Change the VTP mode to transparent.

41
New cards

Does a VTPv3 client maintain its VLAN database in NVRAM?

Yes