Difficulty: Easy
Correct Answer: All switches are VTP servers by default.
Explanation:
Introduction / Context:
VTP simplifies VLAN management across Cisco switches. Understanding default VTP mode is critical for configuration and troubleshooting.
Given Data / Assumptions:
Concept / Approach:
When powered on, Cisco switches default to VTP server mode. In this mode, VLAN changes can be created, modified, or deleted and propagated to other switches in the same VTP domain.
Step-by-Step Solution:
Verification / Alternative check:
Run show vtp status; newly initialized switch will show mode = server.
Why Other Options Are Wrong:
Common Pitfalls:
Misremembering default domain name; confusing transparent with server mode.
Final Answer:
All switches are VTP servers by default.
Discussion & Comments