Front
Back
A VTP-enabled switch will sync its VLAN database with other switches in the same […].
VTP domain
The default VTP domain is […].
NULL (no domain)
With no VTP domain configured, a switch [will/won’t] send VTP advertisements.
won’t
Show information about the VTP settings on the switch:<br></br>SW1# […]
<b>show vtp status</b>
Show information about the switches in the VTPv3 domain:<br></br>SW1# […]
<b>show vtp devices</b>
Show the VTP password:<br></br>SW1# […]
<b>show vtp password</b>
Configure the VTPv3 primary switch:<br></br>SW1# […]
<b>vtp primary</b>
Configure the VTP domain:<br></br>SW1(config)# […]
<b>vtp domain </b><i>domain-name</i>
Configure the VTP version:<br></br>SW1(config)# […]
<b>vtp version </b><i>version</i>
Configure the VTP mode:<br></br>SW1(config)# […]
<b>vtp mode </b><i>mode</i>
Configure a plaintext VTP password:<br></br>SW1(config)# […]
<b>vtp password </b><i>password</i>
Configure and encrypt a VTP password:<br></br>SW1(config)# […]
<b>vtp password </b><i>password </i><b>hidden</b>
Configure an already-encrypted VTP password:<br></br>SW1(config)# […]
<b>vtp password </b><i>password </i><b>secret</b>
Enable VTP pruning:<br></br>SW1(config)# […]
<b>vtp pruning</b>
Enable/disable VTP on an interface:<br></br>SW1(config-if)# […]
[<b>no</b>] <b>vtp</b>
What will a switch without a VTP domain name do upon receiving a VTP advertisement?
It will adopt the VTP domain name in the advertisement
The default VTP version is […]
v1
If a switch running VTPv1 receives a VTP advertisement from a switch running VTPv2, the VTPv1 switch will […].
switch to VTPv2
The VTP […] is used to keep track of the latest version of the VLAN database.
revision number
VTP messages are only sent over […] links.
trunk
Which VTP version(s) can propagate extended-range VLANs?
VTPv3
What is the default VTP mode?
Server
What are the four VTP modes?
Server, Client, Transparent, Off