16 - VTP Configuration Flashcards
How to configure the Domain name ?
Global mode
> VTP Domain ________ (case sensitive)
How to configure the MODE ?
- VTP mode Server or - VTP mode Client or - VTP mode Transparent
Verification commands are ?
> show VTP status
It shows - if server, client, or transparant, VTP domain name.
Every time you add a Vlan what happens ?
The VTP revision increases
How to reset the VTP revision
Change to transparent mode then back to server mode.
How to default a configured VTP switch
- VTP mode transparant
- VTP name NULL - Null is the same as no name
Is there a Vlan limit to VTP ?
If so by how much ?
& on what mode ?
- VTP is limited by 1001 vlans - on server mode.
- If you do try to config e.g Vlan 2000 the error message will pop up when you exit.
- On transparent mode there is no limits.
What is the Default VTP mode on a switch ?
Server mode is default
What can happen if we leave a switch on the default VTP mode ?
And also left on the Default Trunk Negotiate mode on ?
Server mode is default, as server mode to server mode copies info from each other the switch will:
- Copies the VTP domain name from the other switch
- Copies the vlan Database
This is also a security breach as a malicious person can change Vlan settings.
To resolve this is to
- turn off trunk Auto negotiate interface
- make a VTP domian name before adding to the network
To resolve VTP Hacking
- turn off the trunk Auto negotiate interface
- make a VTP domian name before adding to the network
how do we turn off Auto negotiate ?
> interface range fa 01/-24
>switchport mode access (only after this can you do >switchport nonegotiate)