Multiple choice

Refer to the exhibit. A new switch, SW3, has been added to the network. The network administrator determines that VLAN information is not propagating to SW3. Which command will remedy the problem?

  1. SW1(config)# vtp version 1

  2. SW2(config)# vtp mode client

  3. SW3(config)# vtp domain Cisco1

  4. SW3(config)# vtp mode transparent

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

VTP (VLAN Trunking Protocol) requires all switches in the same VTP domain to have matching domain names before VLAN information will propagate. SW3 likely has a different VTP domain name (or none configured), so it's not receiving VLAN updates from SW1 and SW2. Setting 'vtp domain Cisco1' on SW3 will match the domain name, allowing VTP advertisements to be processed. VTP version should match across switches, but domain mismatch is the more common issue preventing propagation.