VTP Flashcards

VLAN Trunking Protocol (21 cards)

1
Q

What is the purpose of VTP in a Cisco network?

A

To manage VLAN configuration consistency across switches in the same VTP domain.

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

What are the three main VTP modes?

A

Server, Client, Transparent.

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

Which VTP mode allows creation, modification, and deletion of VLANs?

A

Server mode.

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

Which VTP mode forwards VTP advertisements but does not save VLAN information?

A

Client mode.

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

Which VTP mode forwards VTP advertisements and allows local VLAN changes?

A

Transparent mode.

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

What command is used to set a switch to VTP server mode?

A

vtp mode server

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

What command sets the VTP domain name?

A

vtp domain [domain-name]

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

What is the purpose of the VTP password?

A

To secure VTP updates using MD5 authentication.

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

What command sets a VTP password?

A

vtp password [password]

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

Which VTP versions support extended VLANs (1006-4094)?

A

VTP version 3 only.

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

What command enables VTP version 3?

A

vtp version 3

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

What is the default VTP mode on a Cisco switch?

A

Server mode.

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

What is the VTP pruning feature used for?

A

To limit VLAN information to only switches that require it, reducing unnecessary traffic.

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

How do you enable VTP pruning?

A

vtp pruning

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

What happens if a switch with a higher configuration revision number is added to a VTP domain?

A

It can overwrite the VLAN database on other switches, potentially causing outages.

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

How can you reset the VTP configuration revision number?

A

Change the VTP domain name to a different name, then back.

17
Q

Which command shows the current VTP configuration and status?

A

show vtp status

18
Q

What is a VTP primary server in version 3?

A

The switch allowed to make VLAN changes in VTP v3; it must be manually configured.

19
Q

What command sets a VTP v3 primary server?

A

vtp primary vlan

20
Q

Which VTP mode stores VLAN information in the vlan.dat file?

A

Server and Client modes.

21
Q

How are VTP advertisements transmitted?

A

Using multicast frames every 5 minutes or when there’s a VLAN change.