Difficulty: Easy
Correct Answer: VTP
Explanation:
Introduction / Context:
As the number of switches grows, manually creating and renaming VLANs on every device becomes time-consuming and error-prone. Cisco designed a mechanism to propagate VLAN database changes across switches that share a common domain to streamline operations and maintain consistency automatically.
Given Data / Assumptions:
Concept / Approach:
VTP (VLAN Trunking Protocol) distributes VLAN IDs and names across switches in a VTP domain. VTP server switches originate updates, client switches receive them, and transparent switches forward without applying them to their local VLAN database. This reduces repetitive tasks and helps maintain consistent VLAN provisioning.
Step-by-Step Solution:
Verification / Alternative check:
After adding a VLAN on a server, check that it appears on clients automatically and that the configuration revision number increments appropriately across the domain.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
VTP
Discussion & Comments