VTP

VTP


 It is a proprietary Cisco Level 2 protocol.The VTP protocol broadcasts 

announcements about creating, deleting, or modifying VLANs.This broadcast is 

carried out through all Switches thanks to a level 2 frame with a very particular 

MAC multicast destination address which is 01-00-0C-CC-CC-CC.

Architecture du VTP


VTP Server:

Switch that creates VTP ads



VTP Client: 

Switch that receives, syncs and propagates VTP ads



VTP Transparent

Switch that does not process VTP ads

 




 configuration server vtp

  • Switch(config)#vtp version 2
  • Switch(config)#vtp domain gsb-vtp
  • Switch(config)#vtp password cisco
  • Switch(config)#vtp mode server
  • Switch(config)#vlan 32
  • Switch(config-vlan)#name VL-DIREC
  • Switch(config-vlan)#exit
  • Switch .
  •  

configuration client vtp


  • Switch(config)#vtp mode client
  • Switch(config)#vtp version 2
  • Switch(config)#vtp domain gsb-vtp
  • Switch(config)#vtp password cisco

 

configuration transparent vtp

  • Switch(config)#vtp mode transparent
  • Switch(config)#vtp version 2
  • Switch(config)#vtp domain gsb-vtp
  • Switch(config)#vtp password cisco



***************** DOWNLOAD LAB_VTP  ************************




No comments:

Post a Comment

TCP_IP_ATTACKS