SlideShare a Scribd company logo
1 of 42
Version 3.0
Module 9
VLAN Trunking Protocol
Version 3.0
VLAN Communication
• Devices on different VLANS must have a
router to communicate with each other
• If devices are on the same VLAN, then they
can communicate through a switch.
Version 3.0
Access Links
• An access link is a link on the switch that is
a member of only one VLAN.
• This VLAN is referred to as the native VLAN
of the port.
o Any device that is attached to the port is
completely unaware that a VLAN exists.
Version 3.0
Trunk Links
• A trunk link is capable of supporting multiple
VLANs.
• Trunk links are typically used to connect switches
to other switches or routers.
• Switches support trunk links on both Fast
Ethernet and Gigabit Ethernet ports.
• Switches, routers, and some servers can be
connected to a VLAN trunk (NIC must support
trunking)
Version 3.0
Access and Trunk Links
Version 3.0
Trunk Links
• A trunk link does not belong to a specific VLAN.
o acts as a conduit for VLANs between switches and
routers.
• The trunk link can be configured to transport all
VLANs or to transport a limited number of VLANs.
• A trunk link may, however, may have a native
VLAN.
o The native VLAN of the trunk is the VLAN that the
trunk uses if the trunk link fails for any reason.
Version 3.0
Trunk Links
• In Ethernet, the switch has two methods of
identifying the VLAN that a frame belongs to:
o ISL – InterSwitch Link (Cisco
proprietary)
o IEEE 802.1Q (standards-based)
Also known as dot1q
Version 3.0
VLAN Identification
• ISL - This protocol is a Cisco proprietary
encapsulation protocol for interconnecting
multiple switches; it is supported in switches
as well as routers.
Version 3.0
VLAN Identification
• IEEE 802.1Q - This protocol is an IEEE
standard method for identifying VLANs by
inserting a VLAN identifier into the frame
header. This process is referred to as frame
tagging.
Version 3.0
2-byte TPID
2-byte TCI
802.1q
SA and DA
MACs
MACs 802.1q
Tag
Type/Length
Field
Data (max 1500
bytes)
CRC
New
CRC
NIC cards and networking devices can understand this
“baby” giant frame (1522 bytes). However, a Cisco switch
must remove this encapsulation before sending the frame
out on an access link.
Tag Protocol Identifier
Tag Control Info (includes
VLAN ID)
Version 3.0
802.1q
• A 4-byte tag header containing a tag protocol
identifier (TPID) and tag control information (TCI) with
the following elements:
o A 2-byte TPID with a fixed value of 0x8100. This value
indicates that the frame carries the 802.1Q/802.1p tag
information.
o A TCI containing the following elements:
 Three-bit user priority
 One-bit canonical format (CFI indicator)
 Twelve-bit VLAN identifier (VID)-Uniquely identifies the
VLAN to which the frame belongs
 This VLAN ID is added to each frame to allow
delivery of frames across a switched trunk.
Version 3.0
Trunking
• A trunk is a point-to-point link that supports
several VLANs
• A trunk is used to save ports when creating
a link between two devices implementing
VLANs
Version 3.0
Trunking
Version 3.0
Configuring Trunking
• Fast Ethernet and Gigabit Ethernet trunking
modes:
o On
o Off
o Desirable
o Auto
o Non negotiate
Version 3.0
Configuring Trunking
• On - This mode puts the port into permanent
trunking mode. The port becomes a trunk port even
if the neighboring port does not agree to the
change.
• The on state does not allow for the negotiation of
an encapsulation type.
o You must, therefore, specify the encapsulation in
the configuration
Version 3.0
Configuring Trunking
• Off - This mode puts the port into
permanent nontrunking mode and negotiates
to convert the link into a nontrunk link.
• The port becomes a nontrunk port even if
the neighboring port does not agree to the
change.
Version 3.0
Configuring Trunking
• Desirable - This mode makes the port
actively attempt to convert the link to a trunk
link. The port becomes a trunk port if the
neighboring port is set to on, desirable, or
auto mode.
Version 3.0
Configuring Trunking
• Auto - This mode makes the port willing to
convert the link to a trunk link.
• The port becomes a trunk port if the neighboring
port is set to on or desirable mode.
• This is the default mode for all Ethernet ports.
o if the default setting is left on both sides of the
trunk link, the link will not become a trunk
Version 3.0
Configuring Trunking
• Non negotiate - This mode puts the port into
permanent trunking mode but prevents the
port from generating Dynamic Trunking
Protocol (DTP) frames.
o You must configure the neighboring port
manually as a trunk port to establish a trunk
link.
Version 3.0
Configuring Trunking
• For trunking to be auto negotiated on Fast
Ethernet or Gigabit Ethernet ports, the ports
must be in the same VTP domain.
• However, you can use on or non negotiate
mode to force a port to become a trunk, even
if it is in a different domain.
Version 3.0
Configuring Trunking
IOS-Based Switch
Switch(config)# interface fastethernet 0
Switch(config-if)# switchport mode [access | multi | trunk]
Switch(config-if)# switchport trunk encapsulation {isl|dot1q}
Switch(config-if)# switchport trunk allowed vlan remove vlan-list
Switch(config-if)# switchport trunk allowed vlan add vlan-list
Version 3.0
VLAN Trunking Protocol
• VTP maintains VLAN configuration consistency
across the entire network.
• VTP is a messaging protocol that uses Layer 2
trunk frames to manage the addition, deletion, and
renaming of VLANs on a network-wide basis.
• Further, VTP allows you to make centralized
changes that are communicated to all other
switches in the network.
Version 3.0
VTP Benefits
Version 3.0
VTP
• All switches in the same management domain
share their VLAN information with each other, and a
switch can participate in only one VTP management
domain.
• Switches in different domains do not share VTP
information.
• Using VTP, switches advertise:
o Management domain
o Configuration revision number
o Known VLANs and their specific parameters
Version 3.0
VTP
• Switches can be configured not to accept
VTP information.
• These switches will forward VTP
information on trunk ports in order to ensure
that other switches receive the update, but
the switches will not modify their database,
nor will the switches send out an update
indicating a change in VLAN status.
Version 3.0
VTP
• By default, management domains are set to
a non secure mode, meaning that the
switches interact without using a password.
• Adding a password automatically sets the
management domain to secure mode.
o A password must be configured on every
switch in the management domain to use
secure mode.
Version 3.0
VTP
• The VTP database contains a revision
number.
• Each time a change is made, the switch
increments the revision number
Version 3.0
VTP
• A higher configuration revision number
indicates that the VLAN information that is being
sent is more current then the stored copy.
• Any time a switch receives an update that has a
higher configuration revision number, the switch
will overwrite the stored information with the new
information being sent in the VTP update.
• That is why when adding a new switch, you
should make sure it has a lower revision number
than the others in the domain.
Version 3.0
VTP Modes
• Switches can operate in any one of the
following three VTP modes:
o Server
o Client
o Transparent
Version 3.0
VTP Modes
• Server - If you configure the switch for server
mode, you can create, modify, and delete VLANs,
and specify other configuration parameters (such
as VTP version and VTP pruning) for the entire VTP
domain.
• VTP servers:
o Advertise their VLAN configuration to other
switches in the same VTP domain
o Synchronize the VLAN configuration with other
switches based on advertisements received over
trunk links.
• This is the default mode on the switch.
Version 3.0
VTP Modes
• Client - VTP clients behave the same way as
VTP servers.
• However, you cannot add, change, or delete
VLANs on a VTP client.
• You can only adopt VLAN management
changes
Version 3.0
VTP Modes
• Transparent - VTP transparent switches do
not participate in VTP.
• A VTP transparent switch does not
advertise its VLAN configuration, and does
not synchronize its VLAN configuration
based on received advertisements.
o However, in VTP Version 2, transparent
switches do forward VTP advertisements that
the switches receive out their trunk ports.
Version 3.0
Configuring VTP
Different version
numbers are not
compatible
Version 3.0
Configuring VTP
IOS-Based Switch
Switch(vlan)# vtp domain domain-name
Switch(vlan)# vtp {server | client | transparent}
Switch(vlan)# vtp password password
Switch(vlan)# vtp v2-mode (version2)
Version 3.0
Adding a Switch to an Existing Domain
Be sure to reset the
configuration revision number of
the new switch to be lower than
the other switches or VLAN info
will be erased on the VTP Server
and VTP Clients
Version 3.0
Inter-VLAN legacy routing
Requires one 10Mbps
(preferably 100Mbps or 1
Gbps) interface per VLAN.
Version 3.0
Multiple links aren’t scalable
Requires four
ports for four
VLANs; this
router is getting
expen$ive!
Version 3.0
Trunking Provides Scalability
Using ISL or 801.Q,
router only needs one
port.
Note: this must be FastEthernet!
Subinterfaces are
only on the router for
the VLANs
Version 3.0
External router config example
“Router on a Stick”
Version 3.0
External router config example
RTA(config)#interface f0/0
RTA(config-if)#no ip address
RTA(config-if)#interface f0/0.1
RTA(config-subif)#encapsulation dot1q 1
RTA(config-subif)#ip address 10.1.1.1
RTA(config-subif)#int f0/0.2
RTA(config-subif)#encapsulation dot1q 20
RTA(config-subif)#ip address 10.1.2.1
RTA(config-subif)#int f0/0.3
RTA(config-subif)#encapsulation dot1q 30
RTA(config-subif)#ip address 10.1.3.1
Version 3.0
Switch Configuration
Switch(config)#interface FastEthernet0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config)#interface FastEthernet0/2
Switch(config-if)#switchport access vlan 1
Switch(config)#interface FastEthernet0/3
Switch(config-if)#switchport access vlan 10
Can’t skip this step – could be
isl if using older equipment
Version 3.0
Module 9
VLAN Trunking Protocol

More Related Content

Similar to ccna3mod9_VLAN Trunking Protocol (1).pptx

Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANSanilinvns
 
Confi vtp vlan
Confi vtp vlanConfi vtp vlan
Confi vtp vlan1 2d
 
Vlan and vtp
Vlan and vtpVlan and vtp
Vlan and vtpRaj sekar
 
Vlan and vtp
Vlan and vtpVlan and vtp
Vlan and vtpRaj sekar
 
Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2newbie2019
 
Vlan.pdf
Vlan.pdfVlan.pdf
Vlan.pdfitwkd
 
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram SnehiVLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram SnehiMR. VIKRAM SNEHI
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)Abdelkhalik Mosa
 
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 2011Dân Chơi
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptxBOURY1
 
Ccna3 mod9-vtp
Ccna3 mod9-vtpCcna3 mod9-vtp
Ccna3 mod9-vtpjmdoger
 
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 wirelesskratos2424
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area NetworkAtakan ATAK
 

Similar to ccna3mod9_VLAN Trunking Protocol (1).pptx (20)

Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
 
Confi vtp vlan
Confi vtp vlanConfi vtp vlan
Confi vtp vlan
 
ENCOR_Capitulo 5.pptx
ENCOR_Capitulo 5.pptxENCOR_Capitulo 5.pptx
ENCOR_Capitulo 5.pptx
 
ENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptxENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptx
 
Vlan and vtp
Vlan and vtpVlan and vtp
Vlan and vtp
 
Vlan and vtp
Vlan and vtpVlan and vtp
Vlan and vtp
 
Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2Sca nv6 instructorppt_chapter2
Sca nv6 instructorppt_chapter2
 
Vlan.pdf
Vlan.pdfVlan.pdf
Vlan.pdf
 
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram SnehiVLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
 
VLAN
VLANVLAN
VLAN
 
Mod8 vlans
Mod8 vlansMod8 vlans
Mod8 vlans
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
 
mod8-VLANs.ppt
mod8-VLANs.pptmod8-VLANs.ppt
mod8-VLANs.ppt
 
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
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptx
 
Ccna3 mod9-vtp
Ccna3 mod9-vtpCcna3 mod9-vtp
Ccna3 mod9-vtp
 
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
 
Chapter 8 .vlan.pdf
Chapter 8 .vlan.pdfChapter 8 .vlan.pdf
Chapter 8 .vlan.pdf
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area Network
 
Cap4 implementing vtp
Cap4   implementing vtpCap4   implementing vtp
Cap4 implementing vtp
 

More from GiyaShefin

ccnp routing.pptx
ccnp routing.pptxccnp routing.pptx
ccnp routing.pptxGiyaShefin
 
10_introduction_php.ppt
10_introduction_php.ppt10_introduction_php.ppt
10_introduction_php.pptGiyaShefin
 
Core python.pptx
Core python.pptxCore python.pptx
Core python.pptxGiyaShefin
 
Excel VBA.pptx
Excel VBA.pptxExcel VBA.pptx
Excel VBA.pptxGiyaShefin
 
Python ppt.potx
Python ppt.potxPython ppt.potx
Python ppt.potxGiyaShefin
 

More from GiyaShefin (6)

ccnp routing.pptx
ccnp routing.pptxccnp routing.pptx
ccnp routing.pptx
 
10_introduction_php.ppt
10_introduction_php.ppt10_introduction_php.ppt
10_introduction_php.ppt
 
07-PHP.pptx
07-PHP.pptx07-PHP.pptx
07-PHP.pptx
 
Core python.pptx
Core python.pptxCore python.pptx
Core python.pptx
 
Excel VBA.pptx
Excel VBA.pptxExcel VBA.pptx
Excel VBA.pptx
 
Python ppt.potx
Python ppt.potxPython ppt.potx
Python ppt.potx
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

ccna3mod9_VLAN Trunking Protocol (1).pptx

  • 1. Version 3.0 Module 9 VLAN Trunking Protocol
  • 2. Version 3.0 VLAN Communication • Devices on different VLANS must have a router to communicate with each other • If devices are on the same VLAN, then they can communicate through a switch.
  • 3. Version 3.0 Access Links • An access link is a link on the switch that is a member of only one VLAN. • This VLAN is referred to as the native VLAN of the port. o Any device that is attached to the port is completely unaware that a VLAN exists.
  • 4. Version 3.0 Trunk Links • A trunk link is capable of supporting multiple VLANs. • Trunk links are typically used to connect switches to other switches or routers. • Switches support trunk links on both Fast Ethernet and Gigabit Ethernet ports. • Switches, routers, and some servers can be connected to a VLAN trunk (NIC must support trunking)
  • 6. Version 3.0 Trunk Links • A trunk link does not belong to a specific VLAN. o acts as a conduit for VLANs between switches and routers. • The trunk link can be configured to transport all VLANs or to transport a limited number of VLANs. • A trunk link may, however, may have a native VLAN. o The native VLAN of the trunk is the VLAN that the trunk uses if the trunk link fails for any reason.
  • 7. Version 3.0 Trunk Links • In Ethernet, the switch has two methods of identifying the VLAN that a frame belongs to: o ISL – InterSwitch Link (Cisco proprietary) o IEEE 802.1Q (standards-based) Also known as dot1q
  • 8. Version 3.0 VLAN Identification • ISL - This protocol is a Cisco proprietary encapsulation protocol for interconnecting multiple switches; it is supported in switches as well as routers.
  • 9. Version 3.0 VLAN Identification • IEEE 802.1Q - This protocol is an IEEE standard method for identifying VLANs by inserting a VLAN identifier into the frame header. This process is referred to as frame tagging.
  • 10. Version 3.0 2-byte TPID 2-byte TCI 802.1q SA and DA MACs MACs 802.1q Tag Type/Length Field Data (max 1500 bytes) CRC New CRC NIC cards and networking devices can understand this “baby” giant frame (1522 bytes). However, a Cisco switch must remove this encapsulation before sending the frame out on an access link. Tag Protocol Identifier Tag Control Info (includes VLAN ID)
  • 11. Version 3.0 802.1q • A 4-byte tag header containing a tag protocol identifier (TPID) and tag control information (TCI) with the following elements: o A 2-byte TPID with a fixed value of 0x8100. This value indicates that the frame carries the 802.1Q/802.1p tag information. o A TCI containing the following elements:  Three-bit user priority  One-bit canonical format (CFI indicator)  Twelve-bit VLAN identifier (VID)-Uniquely identifies the VLAN to which the frame belongs  This VLAN ID is added to each frame to allow delivery of frames across a switched trunk.
  • 12. Version 3.0 Trunking • A trunk is a point-to-point link that supports several VLANs • A trunk is used to save ports when creating a link between two devices implementing VLANs
  • 14. Version 3.0 Configuring Trunking • Fast Ethernet and Gigabit Ethernet trunking modes: o On o Off o Desirable o Auto o Non negotiate
  • 15. Version 3.0 Configuring Trunking • On - This mode puts the port into permanent trunking mode. The port becomes a trunk port even if the neighboring port does not agree to the change. • The on state does not allow for the negotiation of an encapsulation type. o You must, therefore, specify the encapsulation in the configuration
  • 16. Version 3.0 Configuring Trunking • Off - This mode puts the port into permanent nontrunking mode and negotiates to convert the link into a nontrunk link. • The port becomes a nontrunk port even if the neighboring port does not agree to the change.
  • 17. Version 3.0 Configuring Trunking • Desirable - This mode makes the port actively attempt to convert the link to a trunk link. The port becomes a trunk port if the neighboring port is set to on, desirable, or auto mode.
  • 18. Version 3.0 Configuring Trunking • Auto - This mode makes the port willing to convert the link to a trunk link. • The port becomes a trunk port if the neighboring port is set to on or desirable mode. • This is the default mode for all Ethernet ports. o if the default setting is left on both sides of the trunk link, the link will not become a trunk
  • 19. Version 3.0 Configuring Trunking • Non negotiate - This mode puts the port into permanent trunking mode but prevents the port from generating Dynamic Trunking Protocol (DTP) frames. o You must configure the neighboring port manually as a trunk port to establish a trunk link.
  • 20. Version 3.0 Configuring Trunking • For trunking to be auto negotiated on Fast Ethernet or Gigabit Ethernet ports, the ports must be in the same VTP domain. • However, you can use on or non negotiate mode to force a port to become a trunk, even if it is in a different domain.
  • 21. Version 3.0 Configuring Trunking IOS-Based Switch Switch(config)# interface fastethernet 0 Switch(config-if)# switchport mode [access | multi | trunk] Switch(config-if)# switchport trunk encapsulation {isl|dot1q} Switch(config-if)# switchport trunk allowed vlan remove vlan-list Switch(config-if)# switchport trunk allowed vlan add vlan-list
  • 22. Version 3.0 VLAN Trunking Protocol • VTP maintains VLAN configuration consistency across the entire network. • VTP is a messaging protocol that uses Layer 2 trunk frames to manage the addition, deletion, and renaming of VLANs on a network-wide basis. • Further, VTP allows you to make centralized changes that are communicated to all other switches in the network.
  • 24. Version 3.0 VTP • All switches in the same management domain share their VLAN information with each other, and a switch can participate in only one VTP management domain. • Switches in different domains do not share VTP information. • Using VTP, switches advertise: o Management domain o Configuration revision number o Known VLANs and their specific parameters
  • 25. Version 3.0 VTP • Switches can be configured not to accept VTP information. • These switches will forward VTP information on trunk ports in order to ensure that other switches receive the update, but the switches will not modify their database, nor will the switches send out an update indicating a change in VLAN status.
  • 26. Version 3.0 VTP • By default, management domains are set to a non secure mode, meaning that the switches interact without using a password. • Adding a password automatically sets the management domain to secure mode. o A password must be configured on every switch in the management domain to use secure mode.
  • 27. Version 3.0 VTP • The VTP database contains a revision number. • Each time a change is made, the switch increments the revision number
  • 28. Version 3.0 VTP • A higher configuration revision number indicates that the VLAN information that is being sent is more current then the stored copy. • Any time a switch receives an update that has a higher configuration revision number, the switch will overwrite the stored information with the new information being sent in the VTP update. • That is why when adding a new switch, you should make sure it has a lower revision number than the others in the domain.
  • 29. Version 3.0 VTP Modes • Switches can operate in any one of the following three VTP modes: o Server o Client o Transparent
  • 30. Version 3.0 VTP Modes • Server - If you configure the switch for server mode, you can create, modify, and delete VLANs, and specify other configuration parameters (such as VTP version and VTP pruning) for the entire VTP domain. • VTP servers: o Advertise their VLAN configuration to other switches in the same VTP domain o Synchronize the VLAN configuration with other switches based on advertisements received over trunk links. • This is the default mode on the switch.
  • 31. Version 3.0 VTP Modes • Client - VTP clients behave the same way as VTP servers. • However, you cannot add, change, or delete VLANs on a VTP client. • You can only adopt VLAN management changes
  • 32. Version 3.0 VTP Modes • Transparent - VTP transparent switches do not participate in VTP. • A VTP transparent switch does not advertise its VLAN configuration, and does not synchronize its VLAN configuration based on received advertisements. o However, in VTP Version 2, transparent switches do forward VTP advertisements that the switches receive out their trunk ports.
  • 33. Version 3.0 Configuring VTP Different version numbers are not compatible
  • 34. Version 3.0 Configuring VTP IOS-Based Switch Switch(vlan)# vtp domain domain-name Switch(vlan)# vtp {server | client | transparent} Switch(vlan)# vtp password password Switch(vlan)# vtp v2-mode (version2)
  • 35. Version 3.0 Adding a Switch to an Existing Domain Be sure to reset the configuration revision number of the new switch to be lower than the other switches or VLAN info will be erased on the VTP Server and VTP Clients
  • 36. Version 3.0 Inter-VLAN legacy routing Requires one 10Mbps (preferably 100Mbps or 1 Gbps) interface per VLAN.
  • 37. Version 3.0 Multiple links aren’t scalable Requires four ports for four VLANs; this router is getting expen$ive!
  • 38. Version 3.0 Trunking Provides Scalability Using ISL or 801.Q, router only needs one port. Note: this must be FastEthernet! Subinterfaces are only on the router for the VLANs
  • 39. Version 3.0 External router config example “Router on a Stick”
  • 40. Version 3.0 External router config example RTA(config)#interface f0/0 RTA(config-if)#no ip address RTA(config-if)#interface f0/0.1 RTA(config-subif)#encapsulation dot1q 1 RTA(config-subif)#ip address 10.1.1.1 RTA(config-subif)#int f0/0.2 RTA(config-subif)#encapsulation dot1q 20 RTA(config-subif)#ip address 10.1.2.1 RTA(config-subif)#int f0/0.3 RTA(config-subif)#encapsulation dot1q 30 RTA(config-subif)#ip address 10.1.3.1
  • 41. Version 3.0 Switch Configuration Switch(config)#interface FastEthernet0/1 Switch(config-if)#switchport mode trunk Switch(config-if)#switchport trunk encapsulation dot1q Switch(config)#interface FastEthernet0/2 Switch(config-if)#switchport access vlan 1 Switch(config)#interface FastEthernet0/3 Switch(config-if)#switchport access vlan 10 Can’t skip this step – could be isl if using older equipment
  • 42. Version 3.0 Module 9 VLAN Trunking Protocol