10-27
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 10 Configuring VTP
Configuring VTP Version 3
This example shows how to configure a VTP password and verify the configuration:
Console> (enable)
set vtp passwd toto
Generating the secret associated to the password.
VTP3 domain server modified
Console> (enable)
show config
.
.
.
set vtp passwd toto
.
.
.
Console> (enable)
set vtp passwd toto hidden
Generating the secret associated to the password.
The VTP password will not be shown in the configuration.
VTP3 domain server modified
Console> (enable)
show config
.
.
.
set vtp passwd 9fbdf74b43a2815037c1b33aa00445e2 secret
.
.
.
Console> (enable)
set vtp passwd toto secret
VTP secret has to be 32 characters in length
Console> (enable)
This example shows how to copy the secret, hexadecimal value from the configuration, paste it into the
command line, and verify the configuration:
Console> (enable)
set vtp passwd 9fbdf74b43a2815037c1b33aa00445e2 secret
Setting secret.
VTP3 domain server modified
Console> (enable)
show config
.
.
.
set vtp passwd 9fbdf74b43a2815037c1b33aa00445e2 secret
.
.
.
Configuring a VTP Version 3 Takeover
Note
For more information on takeovers, see the
“Reconfiguring a Partitioned VTP Domain” section on
page 10-16
.
Use the
set vtp primary
[
feature
] [
force
] command to configure a takeover. A takeover allows a
secondary server to become a primary server and propagates the primary server’s configuration to the
entire VTP domain, removing any partitions if applicable.
Note
If a password was configured using the
hidden
keyword, you are prompted to reenter it.