SlideShare a Scribd company logo
LAN Switching and Wireless 
VTP 
Abdelkhalik Mosa
Note ! 
If you found any mistake’s’ on these slides or if 
you have any other questions or comments, 
please feel free to contact me at: 
abdu.elsaid@gmail.com or abdu.elsaid@yahoo.com 
Linkedin : https://www.linkedin.com/in/AbdelkhalikMosa 
Twitter : https://twitter.com/AbdelkhalikMosa 
Facebook : https://www.facebook.com/Abdelkhalik.Mosa 
Thanks, 
Abdelkhalik Elsaid Mosa 
Suez Canal University 
Faculty of Computers and Informatics - Ismailia - Egypt
What is VTP 
• VLAN Trunking Protocol (VTP) is a Cisco proprietary protocol that 
allows a network manager to configure a switch so that it will 
propagate VLAN configurations to other switches in the network.
What is VTP 
• VTP maintains VLAN configuration consistency by managing the 
addition, deletion, and renaming of VLANs across multiple Cisco 
switches in a network. 
VTP advertisements will not be exchanged if the trunk between the switches is inactive.
VTP Components: VTP Domain 
• VTP Domain: Consists of one or more interconnected switches. 
 All switches in a domain share VLAN configuration details using VTP 
advertisements. 
 A router or Layer 3 switch defines the boundary of each domain.
VTP Components: VTP Advertisements 
• VTP Advertisements: VTP uses a hierarchy of advertisements to 
distribute and synchronize VLAN configurations across the 
network.
VTP Components: VTP Modes 
• VTP Modes: A switch can be configured in one of three modes: 
server, client, or transparent.
VTP Components: VTP Modes 
• VTP Server: advertises the VTP domain VLAN information to 
other VTP-enabled switches in the same VTP domain. 
 VTP servers store the VLAN information for the entire domain in NVRAM. 
 The server is where VLANs can be created, deleted, or renamed for the 
domain. 
• VTP Client: functions the same way as VTP servers, but you 
cannot create, change, or delete VLANs on a VTP client. 
 A VTP client only stores the VLAN information for the entire domain while 
the switch is on, a switch reset deletes the VLAN information. 
• VTP Transparent: forwards VTP advertisements to VTP clients 
and VTP servers. 
 Transparent switches do not participate in VTP. VLANs that are created, 
renamed, or deleted on transparent switches are local to that switch only.
VTP Components: VTP Pruning 
• VTP Pruning: increases network available bandwidth by 
restricting flooded traffic to those trunk links that the traffic 
must use to reach the destination devices.
Relax and Refresh
Default VTP Configuration 
S# show vtp status
VTP Domains 
• VTP allows you to separate your network into smaller management domains 
to help reduce VLAN management. 
• VTP domains limit the extent to which configuration changes are propagated 
in the network if an error occurs. 
• A switch can be a member of only one VTP domain at a time. 
• Until the VTP domain name is specified you cannot create or modify VLANs on 
a VTP server, and VLAN information is not propagated over the network.
VTP Advertisements 
• VTP advertisements (or messages) distribute VTP domain name 
and VLAN configuration changes to VTP-enabled switches. 
• VTP Header generally contains: Domain name, Domain name 
length, version, Message type, and revision number
VTP Message Contents
VTP Revision Number 
• The configuration revision number is a 32-bit number that 
indicates the level of revision for a VTP frame. 
 The default configuration number for a switch is zero. 
 Each time a VLAN is added or removed, the configuration revision number 
is incremented. 
 Changes in VTP domain name, resets the revision number to zero.
Types of VTP advertisements: Summary Advertisement 
• The summary advertisement contains the VTP domain name, the 
current revision number, and other VTP configuration details.
Types of VTP advertisements: Subset Advertisement 
• A subset advertisement contains VLAN information.
Types of VTP advertisements: Request Advertisement 
• When a request advertisement is sent to a VTP server in the 
same VTP domain, the VTP server responds by sending a 
summary advertisement and then a subset advertisement.
Summary details 
• Version: Displays the VTP version, on Catalyst 2960 v1 or v2. 
• Code: Identifies the type of advertisement ‘0X01’. 
• Followers: Identifies that this packet is followed by a subset advertisement. 
• MgmtD Len: The length of domain name. 
• Management Domain Name: The domain name. 
• Configuration Rev. num.: The Rev. Num. of the VTP server sending the msg. 
• Updater Identity: the IP add. Of the switch that is the last to have incremented the 
configuration revision. 
• Update Timestamp: Date & time of the last increment of the configuration revision. 
• MD5 Digest: carries the VTP Password.
Subset details 
• Version: Displays the VTP version, on Catalyst 2960 v1 or v2. 
• Code: Identifies the type of advertisement, “0x02”. 
• Seq-Number: The sequence of the packet in the stream of packets that follow a 
summary advertisement, starts with 1. 
• MgmtD Len: The length of domain name. 
• Management Domain Name: The domain name. 
• Configuration Rev. num.: The Rev. Num. of the VTP server sending the msg.
Request details 
• Version: Displays the VTP version, on Catalyst 2960 v1 or v2. 
• Code: Identifies the type of advertisement, “0x03”. 
• Rsvd: A reserved field. 
• MgmtD Len: The length of domain name. 
• Management Domain Name: The domain name. 
• Start Value: is used when there are several subset advertisements.
VTP Modes 
• Cannot create, change, 
or delete VLANs 
• Forwards 
advertisements after 
taking a copy. 
• Not saved in 
NVRAM 
•Creates VLANs 
•Modifies VLANs 
•Deletes VLANs 
•Sends and forwards advertisements 
•Saved in NVRAM 
•Default mode 
•Creates local VLANs only 
•Modifies local VLANs only 
•Deletes local VLANs only 
•Doesn’t advertise local 
configuration. 
•Sends and forwards 
advertisements without being 
affected 
•Saved in NVRAM
VTP in Action
VTP in Action
VTP in Action
VTP in Action
VTP in Action
VTP in Action
VTP in Action
VTP in Action
VTP in Action
VTP in Action
VTP Pruning 
• VTP pruning prevents unnecessary flooding of broadcast 
information from one VLAN across all trunks in a VTP domain.
VTP Configuration 
• scu_fci# show vtp status 
• scu_fci# conf t 
• scu_fci(config)# vtp domain <domain-name> 
• scu_fci(config)# vtp mode [ server | client | transparent ] 
• scu_fci(config)# vtp version <I or 2> 
• scu_fci(config)# vtp password <password> 
• scu_fci# show vtp counters 
Troubleshooting VTP Connections
Troubleshooting VTP Connections: Incompatible VTP Versions
Troubleshooting VTP Connections: Incorrect VTP Domain Name
Troubleshooting VTP Connections: Switches Set to VTP Client Mode
Troubleshooting VTP Connections: Incorrect Revision Number
Managing VLANs on a VTP Server
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)

More Related Content

What's hot

Mpls Services
Mpls ServicesMpls Services
Mpls Services
Kristof De Brouwer
 
CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6
Chaing Ravuth
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic Engineering
APNIC
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
Vuz Dở Hơi
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
arpit
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic Engineering
APNIC
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
Ameer Agel
 
Vlan
Vlan Vlan
Vlan
sanss40
 
Fhrp notes
Fhrp notesFhrp notes
Fhrp notes
Krunal Shah
 
MPLS Concepts and Fundamentals
MPLS Concepts and FundamentalsMPLS Concepts and Fundamentals
MPLS Concepts and Fundamentals
Shawn Zandi
 
Vlan
VlanVlan
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
Swapnil Kapate
 
Ospf
OspfOspf
VLAN
VLANVLAN
Ospf.ppt
Ospf.pptOspf.ppt
03 ospf
03 ospf 03 ospf
IGMP
IGMPIGMP
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
AIRTEL
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
sarasanandam
 
Cisco Packet Transport Network – MPLS-TP
Cisco Packet Transport Network – MPLS-TPCisco Packet Transport Network – MPLS-TP
Cisco Packet Transport Network – MPLS-TP
Cisco Canada
 

What's hot (20)

Mpls Services
Mpls ServicesMpls Services
Mpls Services
 
CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic Engineering
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
MPLS Traffic Engineering
MPLS Traffic EngineeringMPLS Traffic Engineering
MPLS Traffic Engineering
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
Vlan
Vlan Vlan
Vlan
 
Fhrp notes
Fhrp notesFhrp notes
Fhrp notes
 
MPLS Concepts and Fundamentals
MPLS Concepts and FundamentalsMPLS Concepts and Fundamentals
MPLS Concepts and Fundamentals
 
Vlan
VlanVlan
Vlan
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Ospf
OspfOspf
Ospf
 
VLAN
VLANVLAN
VLAN
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
03 ospf
03 ospf 03 ospf
03 ospf
 
IGMP
IGMPIGMP
IGMP
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Cisco Packet Transport Network – MPLS-TP
Cisco Packet Transport Network – MPLS-TPCisco Packet Transport Network – MPLS-TP
Cisco Packet Transport Network – MPLS-TP
 

Viewers also liked

LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
Abdelkhalik Mosa
 
Network Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetNetwork Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - Ethernet
Abdelkhalik Mosa
 
LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN Design
Abdelkhalik Mosa
 
Network Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerNetwork Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network Layer
Abdelkhalik Mosa
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
Abdelkhalik Mosa
 
Academic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAcademic Poster Design, Review and Presentation
Academic Poster Design, Review and Presentation
Abdelkhalik Mosa
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and ConfigurationLAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
Abdelkhalik Mosa
 
Network Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your NetworkNetwork Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your Network
Abdelkhalik Mosa
 
IPv6
IPv6IPv6
Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4
Abdelkhalik Mosa
 
Network Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerNetwork Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport Layer
Abdelkhalik Mosa
 
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsNetwork Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
Abdelkhalik Mosa
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
Dsunte Wilson
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTP
Netwax Lab
 
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgCCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
Eric Vanderburg
 
VTP
VTPVTP
VLAN Trunking Protocol (VTP)
VLAN Trunking Protocol (VTP)VLAN Trunking Protocol (VTP)
VLAN Trunking Protocol (VTP)
Naveen Soni
 
VTP
VTPVTP
Csc339 – lecture 2a network fundamental
Csc339 – lecture 2a network fundamentalCsc339 – lecture 2a network fundamental
Csc339 – lecture 2a network fundamental
Kabul Education University
 
Chapter1 rev1.0
Chapter1   rev1.0Chapter1   rev1.0
Chapter1 rev1.0
juliusbangaw
 

Viewers also liked (20)

LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
 
Network Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetNetwork Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - Ethernet
 
LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN Design
 
Network Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerNetwork Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network Layer
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
 
Academic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAcademic Poster Design, Review and Presentation
Academic Poster Design, Review and Presentation
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and ConfigurationLAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
 
Network Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your NetworkNetwork Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your Network
 
IPv6
IPv6IPv6
IPv6
 
Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4
 
Network Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerNetwork Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport Layer
 
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsNetwork Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTP
 
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgCCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
 
VTP
VTPVTP
VTP
 
VLAN Trunking Protocol (VTP)
VLAN Trunking Protocol (VTP)VLAN Trunking Protocol (VTP)
VLAN Trunking Protocol (VTP)
 
VTP
VTPVTP
VTP
 
Csc339 – lecture 2a network fundamental
Csc339 – lecture 2a network fundamentalCsc339 – lecture 2a network fundamental
Csc339 – lecture 2a network fundamental
 
Chapter1 rev1.0
Chapter1   rev1.0Chapter1   rev1.0
Chapter1 rev1.0
 

Similar to LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)

Expl sw chapter_04_vtp-full
Expl sw chapter_04_vtp-fullExpl sw chapter_04_vtp-full
Expl sw chapter_04_vtp-full
aghacrom
 
Day 14.2 inter vlan
Day 14.2 inter vlanDay 14.2 inter vlan
Day 14.2 inter vlan
CYBERINTELLIGENTS
 
Cap4 implementing vtp
Cap4   implementing vtpCap4   implementing vtp
Cap4 implementing vtp
Hector Camba Lainez
 
Confi vtp vlan
Confi vtp vlanConfi vtp vlan
Confi vtp vlan
1 2d
 
Scaling-VLANs-PPT.pptx
Scaling-VLANs-PPT.pptxScaling-VLANs-PPT.pptx
Scaling-VLANs-PPT.pptx
Michael Angelo Marasigan
 
Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2
newbie2019
 
Virtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptxVirtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptx
marunkumareee77
 
Ccna Quick Notes –VLANs
Ccna Quick Notes –VLANsCcna Quick Notes –VLANs
Ccna Quick Notes –VLANs
CCNAResources
 
Ch4 ccna exploration 3 lan switching and wireless
Ch4 ccna exploration 3 lan switching and wirelessCh4 ccna exploration 3 lan switching and wireless
Ch4 ccna exploration 3 lan switching and wireless
kratos2424
 
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjfvlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
peterhaile1
 
ccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptxccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptx
GiyaShefin
 
Ccna 3 chapter 4 v4.0 answers 2011
Ccna 3 chapter 4 v4.0 answers 2011Ccna 3 chapter 4 v4.0 answers 2011
Ccna 3 chapter 4 v4.0 answers 2011
Dân Chơi
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
anilinvns
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
anilinvns
 
0.2 vt pv2 and v3
0.2 vt pv2 and v30.2 vt pv2 and v3
0.2 vt pv2 and v3
SagarR24
 
Crear vlan
Crear vlanCrear vlan
Crear vlan
1 2d
 
Exploration lan switching_chapter4
Exploration lan switching_chapter4Exploration lan switching_chapter4
Exploration lan switching_chapter4
robertoxe
 
Exploration lan switching_chapter4
Exploration lan switching_chapter4Exploration lan switching_chapter4
Exploration lan switching_chapter4
robertoxe
 
VTP Configuration
VTP ConfigurationVTP Configuration
VTP Configuration
NetProtocol Xpert
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
Waqas Ahmed Nawaz
 

Similar to LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP) (20)

Expl sw chapter_04_vtp-full
Expl sw chapter_04_vtp-fullExpl sw chapter_04_vtp-full
Expl sw chapter_04_vtp-full
 
Day 14.2 inter vlan
Day 14.2 inter vlanDay 14.2 inter vlan
Day 14.2 inter vlan
 
Cap4 implementing vtp
Cap4   implementing vtpCap4   implementing vtp
Cap4 implementing vtp
 
Confi vtp vlan
Confi vtp vlanConfi vtp vlan
Confi vtp vlan
 
Scaling-VLANs-PPT.pptx
Scaling-VLANs-PPT.pptxScaling-VLANs-PPT.pptx
Scaling-VLANs-PPT.pptx
 
Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2
 
Virtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptxVirtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptx
 
Ccna Quick Notes –VLANs
Ccna Quick Notes –VLANsCcna Quick Notes –VLANs
Ccna Quick Notes –VLANs
 
Ch4 ccna exploration 3 lan switching and wireless
Ch4 ccna exploration 3 lan switching and wirelessCh4 ccna exploration 3 lan switching and wireless
Ch4 ccna exploration 3 lan switching and wireless
 
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjfvlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
 
ccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptxccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptx
 
Ccna 3 chapter 4 v4.0 answers 2011
Ccna 3 chapter 4 v4.0 answers 2011Ccna 3 chapter 4 v4.0 answers 2011
Ccna 3 chapter 4 v4.0 answers 2011
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
 
0.2 vt pv2 and v3
0.2 vt pv2 and v30.2 vt pv2 and v3
0.2 vt pv2 and v3
 
Crear vlan
Crear vlanCrear vlan
Crear vlan
 
Exploration lan switching_chapter4
Exploration lan switching_chapter4Exploration lan switching_chapter4
Exploration lan switching_chapter4
 
Exploration lan switching_chapter4
Exploration lan switching_chapter4Exploration lan switching_chapter4
Exploration lan switching_chapter4
 
VTP Configuration
VTP ConfigurationVTP Configuration
VTP Configuration
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
 

More from Abdelkhalik Mosa

Towards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOTowards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADO
Abdelkhalik Mosa
 
Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...
Abdelkhalik Mosa
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling Technologies
Abdelkhalik Mosa
 
Accessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAccessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network Security
Abdelkhalik Mosa
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRP
Abdelkhalik Mosa
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical Layer
Abdelkhalik Mosa
 
Network Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerNetwork Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link Layer
Abdelkhalik Mosa
 
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Abdelkhalik Mosa
 

More from Abdelkhalik Mosa (8)

Towards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOTowards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADO
 
Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling Technologies
 
Accessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAccessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network Security
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRP
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical Layer
 
Network Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerNetwork Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link Layer
 
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
 

Recently uploaded

How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 

Recently uploaded (20)

How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 

LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)

  • 1. LAN Switching and Wireless VTP Abdelkhalik Mosa
  • 2. Note ! If you found any mistake’s’ on these slides or if you have any other questions or comments, please feel free to contact me at: abdu.elsaid@gmail.com or abdu.elsaid@yahoo.com Linkedin : https://www.linkedin.com/in/AbdelkhalikMosa Twitter : https://twitter.com/AbdelkhalikMosa Facebook : https://www.facebook.com/Abdelkhalik.Mosa Thanks, Abdelkhalik Elsaid Mosa Suez Canal University Faculty of Computers and Informatics - Ismailia - Egypt
  • 3. What is VTP • VLAN Trunking Protocol (VTP) is a Cisco proprietary protocol that allows a network manager to configure a switch so that it will propagate VLAN configurations to other switches in the network.
  • 4. What is VTP • VTP maintains VLAN configuration consistency by managing the addition, deletion, and renaming of VLANs across multiple Cisco switches in a network. VTP advertisements will not be exchanged if the trunk between the switches is inactive.
  • 5. VTP Components: VTP Domain • VTP Domain: Consists of one or more interconnected switches.  All switches in a domain share VLAN configuration details using VTP advertisements.  A router or Layer 3 switch defines the boundary of each domain.
  • 6. VTP Components: VTP Advertisements • VTP Advertisements: VTP uses a hierarchy of advertisements to distribute and synchronize VLAN configurations across the network.
  • 7. VTP Components: VTP Modes • VTP Modes: A switch can be configured in one of three modes: server, client, or transparent.
  • 8. VTP Components: VTP Modes • VTP Server: advertises the VTP domain VLAN information to other VTP-enabled switches in the same VTP domain.  VTP servers store the VLAN information for the entire domain in NVRAM.  The server is where VLANs can be created, deleted, or renamed for the domain. • VTP Client: functions the same way as VTP servers, but you cannot create, change, or delete VLANs on a VTP client.  A VTP client only stores the VLAN information for the entire domain while the switch is on, a switch reset deletes the VLAN information. • VTP Transparent: forwards VTP advertisements to VTP clients and VTP servers.  Transparent switches do not participate in VTP. VLANs that are created, renamed, or deleted on transparent switches are local to that switch only.
  • 9. VTP Components: VTP Pruning • VTP Pruning: increases network available bandwidth by restricting flooded traffic to those trunk links that the traffic must use to reach the destination devices.
  • 11. Default VTP Configuration S# show vtp status
  • 12. VTP Domains • VTP allows you to separate your network into smaller management domains to help reduce VLAN management. • VTP domains limit the extent to which configuration changes are propagated in the network if an error occurs. • A switch can be a member of only one VTP domain at a time. • Until the VTP domain name is specified you cannot create or modify VLANs on a VTP server, and VLAN information is not propagated over the network.
  • 13. VTP Advertisements • VTP advertisements (or messages) distribute VTP domain name and VLAN configuration changes to VTP-enabled switches. • VTP Header generally contains: Domain name, Domain name length, version, Message type, and revision number
  • 15. VTP Revision Number • The configuration revision number is a 32-bit number that indicates the level of revision for a VTP frame.  The default configuration number for a switch is zero.  Each time a VLAN is added or removed, the configuration revision number is incremented.  Changes in VTP domain name, resets the revision number to zero.
  • 16. Types of VTP advertisements: Summary Advertisement • The summary advertisement contains the VTP domain name, the current revision number, and other VTP configuration details.
  • 17. Types of VTP advertisements: Subset Advertisement • A subset advertisement contains VLAN information.
  • 18. Types of VTP advertisements: Request Advertisement • When a request advertisement is sent to a VTP server in the same VTP domain, the VTP server responds by sending a summary advertisement and then a subset advertisement.
  • 19. Summary details • Version: Displays the VTP version, on Catalyst 2960 v1 or v2. • Code: Identifies the type of advertisement ‘0X01’. • Followers: Identifies that this packet is followed by a subset advertisement. • MgmtD Len: The length of domain name. • Management Domain Name: The domain name. • Configuration Rev. num.: The Rev. Num. of the VTP server sending the msg. • Updater Identity: the IP add. Of the switch that is the last to have incremented the configuration revision. • Update Timestamp: Date & time of the last increment of the configuration revision. • MD5 Digest: carries the VTP Password.
  • 20. Subset details • Version: Displays the VTP version, on Catalyst 2960 v1 or v2. • Code: Identifies the type of advertisement, “0x02”. • Seq-Number: The sequence of the packet in the stream of packets that follow a summary advertisement, starts with 1. • MgmtD Len: The length of domain name. • Management Domain Name: The domain name. • Configuration Rev. num.: The Rev. Num. of the VTP server sending the msg.
  • 21. Request details • Version: Displays the VTP version, on Catalyst 2960 v1 or v2. • Code: Identifies the type of advertisement, “0x03”. • Rsvd: A reserved field. • MgmtD Len: The length of domain name. • Management Domain Name: The domain name. • Start Value: is used when there are several subset advertisements.
  • 22. VTP Modes • Cannot create, change, or delete VLANs • Forwards advertisements after taking a copy. • Not saved in NVRAM •Creates VLANs •Modifies VLANs •Deletes VLANs •Sends and forwards advertisements •Saved in NVRAM •Default mode •Creates local VLANs only •Modifies local VLANs only •Deletes local VLANs only •Doesn’t advertise local configuration. •Sends and forwards advertisements without being affected •Saved in NVRAM
  • 33. VTP Pruning • VTP pruning prevents unnecessary flooding of broadcast information from one VLAN across all trunks in a VTP domain.
  • 34. VTP Configuration • scu_fci# show vtp status • scu_fci# conf t • scu_fci(config)# vtp domain <domain-name> • scu_fci(config)# vtp mode [ server | client | transparent ] • scu_fci(config)# vtp version <I or 2> • scu_fci(config)# vtp password <password> • scu_fci# show vtp counters Troubleshooting VTP Connections
  • 35. Troubleshooting VTP Connections: Incompatible VTP Versions
  • 36. Troubleshooting VTP Connections: Incorrect VTP Domain Name
  • 37. Troubleshooting VTP Connections: Switches Set to VTP Client Mode
  • 38. Troubleshooting VTP Connections: Incorrect Revision Number
  • 39. Managing VLANs on a VTP Server