Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #14587667
VTP Configuration
VTP is configured on the TestRange Core Switch (TR-CORE-1) and the Top of Rack (TOR) switches. TR-CORE is the VTPVLAN Trunk Protocol server and the TOR switches are VTPVLAN Trunk Protocol clients.
Once a client has been added to a VTPVLAN Trunk Protocol domain, VLANs can not be added on the client. All VLANS must be configured on the VTPVLAN Trunk Protocol server (TR-CORE-1).
VTP Server Configuration
-
Enable VTPVLANVirtual Local Area Network Trunk Protocol server version 3
- # config t
-
# (config) vtp version 3
- # (config) vtp mode server
- # (config) vtp domain testrange
- # (config) end
- You can check that VTPVLAN Trunk Protocol was in fact configured by issuing the command 'show vtp status'
-
Add VLANS (if necessary)
- # config t
- # (config-vlan) vlan <vlan #>
- # (config-vlan) exit
- # (config) exit
- Save Config
- # copy run start
VTP Client Configuration