Difficulty: Easy
Correct Answer: Server
Explanation:
Introduction / Context:
VTP is a Cisco protocol that distributes VLAN configuration information across switches in the same VTP domain, reducing administrative overhead. Understanding what you can and cannot do in each mode (server, client, transparent) is essential for proper VLAN management and change control within a campus network.
Given Data / Assumptions:
Concept / Approach:
In VTP server mode, you can add, delete, and rename VLANs; changes are advertised to other switches in the domain. In VTP client mode, the switch cannot create or delete VLANs; it only receives updates. In VTP transparent mode, the switch does not apply received updates to its VLAN database (it forwards them) but can manage VLANs locally (not distributed). Therefore, the mode that both allows changes and distributes them is server.
Step-by-Step Solution:
Verification / Alternative check:
Check the VTP status with show vtp status to confirm the mode and revision number. Only servers increment and propagate configuration revision numbers upon changes.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Server
Discussion & Comments