VTP default behavior: Which statement is true about VLAN Trunking Protocol (VTP) by default on Cisco switches?
-
AAll switches are VTP servers by default.
-
BAll switches are VTP transparent by default.
-
CVTP is on by default with a domain name of Cisco.
-
DAll switches are VTP clients by default.
-
EVTP is disabled by default.
Answer
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:
- Switch type: Cisco Catalyst
- Default VTP mode must be identified
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:
Confirm default: VTP server mode on new Cisco switch.This allows creation of VLANs locally until VTP mode is explicitly changed.Verification / Alternative check:Run show vtp status; newly initialized switch will show mode = server.
Why Other Options Are Wrong:
- B: Transparent is optional, not default.
- C: Default domain name is null, not “Cisco.”
- D: Default is not client mode.
- E: VTP is active by default, not disabled.
Common Pitfalls:Misremembering default domain name; confusing transparent with server mode.
Final Answer:All switches are VTP servers by default.