vtp_flashcards

(51 cards)

1
Q

Front

A

Back

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

A VTP-enabled switch will sync its VLAN database with other switches in the same […].

A

VTP domain

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

The default VTP domain is […].

A

NULL (no domain)

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

With no VTP domain configured, a switch [will/won’t] send VTP advertisements.

A

won’t

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

Show information about the VTP settings on the switch:<br></br>SW1# […]

A

<b>show vtp status</b>

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

Show information about the switches in the VTPv3 domain:<br></br>SW1# […]

A

<b>show vtp devices</b>

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

Show the VTP password:<br></br>SW1# […]

A

<b>show vtp password</b>

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

Configure the VTPv3 primary switch:<br></br>SW1# […]

A

<b>vtp primary</b>

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

Configure the VTP domain:<br></br>SW1(config)# […]

A

<b>vtp domain </b><i>domain-name</i>

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

Configure the VTP version:<br></br>SW1(config)# […]

A

<b>vtp version </b><i>version</i>

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

Configure the VTP mode:<br></br>SW1(config)# […]

A

<b>vtp mode </b><i>mode</i>

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

Configure a plaintext VTP password:<br></br>SW1(config)# […]

A

<b>vtp password </b><i>password</i>

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

Configure and encrypt a VTP password:<br></br>SW1(config)# […]

A

<b>vtp password </b><i>password </i><b>hidden</b>

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

Configure an already-encrypted VTP password:<br></br>SW1(config)# […]

A

<b>vtp password </b><i>password </i><b>secret</b>

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

Enable VTP pruning:<br></br>SW1(config)# […]

A

<b>vtp pruning</b>

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

Enable/disable VTP on an interface:<br></br>SW1(config-if)# […]

A

[<b>no</b>] <b>vtp</b>

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

What will a switch without a VTP domain name do upon receiving a VTP advertisement?

A

It will adopt the VTP domain name in the advertisement

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

The default VTP version is […]

A

v1

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

If a switch running VTPv1 receives a VTP advertisement from a switch running VTPv2, the VTPv1 switch will […].

A

switch to VTPv2

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

The VTP […] is used to keep track of the latest version of the VLAN database.

A

revision number

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

VTP messages are only sent over […] links.

22
Q

Which VTP version(s) can propagate extended-range VLANs?

23
Q

What is the default VTP mode?

24
Q

What are the four VTP modes?

A

Server, Client, Transparent, Off

25
A VTP Server [can/can't] create, delete, and rename VLANs.
can
*in VTPv3, only the primary server can
26
A VTP Client [can/can't] create, delete, and rename VLANs.
can't
27
A VTP Transparent switch [can/can't] create, delete, and rename VLANs.
can
*won't propagate changes to VTP domain
28
A VTP Off switch [can/can't] create, delete, and rename VLANs.
can
*won't propagate changes to VTP domain
29
A VTP Server [will/won't] sync to a higher revision number.
will
30
A VTP Client [will/won't] sync to a higher revision number.
will
31
A VTP Transparent switch [will/won't] sync to a higher revision number.
won't
32
A VTP Off switch [will/won't] sync to a higher revision number.
won't
33
A switch in VTP transparent mode will always have revision number [...].
0
34
The VTP domain name [is/isn't] case-sensitive.
is
35
A VTP Transparent switch [will/won't] forward VTP advertisements even if the VTP password is different.
will
36
VTPv1 and VTPv2 switches [can/can't] create private VLANs.
can't
*Transparent & Off mode can
37
VTPv3 switches [can/can't] create private VLANs.
can
38
Which VTP version(s) can propagate MST information?
VTPv3 only
39
In VTPv3, only a [mode] switch can create/modify and propagate VLANs.
Primary Server
40
What VLAN are VTP messages sent in?
VLAN 1
*untagged if native VLAN, tagged if not
41
What are the three VTP message types?
1. Summary Advertisement
2. Subset Advertisement
3. Advertisement Request
42
VTP [...] messages are used to request a VTP advertisement.
Advertisement Request
43
VTP [...] messages are used to inform other switches of the VTP domain name and revision number.
Summary Advertisement
44
VTP [...] messages are used to share the VLAN database.
Subset Advertisement
45
VTP [...] messages are sent once every 5 minutes.
Summary Advertisement
46
VTP Summary Advertisement messages are sent once every [time].
5 minutes
47
VTP Subset Advertisement messages are sent when [...].
there is a change to the VLAN database (or when requested with an Advertisement Request message)
48
VTP [...] automatically removes VLANs from trunk ports to reduce the size of broadcast domains.
pruning
49
VTP pruning is [enabled/disabled] by default.
disabled
50
To enable VTP pruning in a domain, which switch(es) should you enable it on?
Any VTP server (it will propagate the change to other switches)
*note: this only applies to v1/v2. On v3, you must enable it on each switch
51
Which VLAN(s) cannot be pruned by VTP?
VLAN 1 and extended-range VLANs
*also 1002-1005, but they are not used in Ethernet networks