SlideShare a Scribd company logo
1 of 29
VirtualLANs
Virtual LANs
written by
Ilias ahmed
VirtualLANsIntroduction to VLANs
 A VLAN (Virtual Local Area Network) is a logical
grouping of devices or users
 devices or users can be grouped by…
 Function
 Department
 Application
 Devices on a VLAN are restricted to only
communicating with devices that are on their own
VLAN
 Routers provide connectivity between different
VLAN segments
 Just as routers provide connectivity between different
LAN segments
VirtualLANsTraditional LAN Segmentation vs.
VLAN Segmentation
A VLAN is a group of ports or users in the same
broadcast domain.
VirtualLANsIntro to VLANs cont’d…
 Physically connecting or moving cables and equipment is
unnecessary when configuring VLANs.
VirtualLANsCommunication within VLANs
 VLANs logically segment the network into different
broadcast domains
 packets are only switched between ports that are
designated for the same VLAN
 A workstation in a VLAN group is restricted to
communicating with file servers or other
workstations in the same VLAN group.
VirtualLANsA Network without VLANs…
Uses one router
and three switches
Three separate
broadcast domains
VirtualLANsA Network with VLANs…
Uses one router
and one switch
Still three separate
broadcast domains
VirtualLANsFrame Forwarding in VLANs
 Implementing VLANs on a switch causes the
following to occur:
 The switch maintains a separate bridging table for each
VLAN
 If the frame comes in on a port in VLAN x, the switch
searches the bridging table for VLAN x.
 When the frame is received, the switch adds the source
address to the bridging table if it is currently unknown.
 The destination is checked so a forwarding decision
can be made.
 For learning and forwarding the search is made against
the address table for that VLAN only.
VirtualLANsHandling of Frames
 A bridge handles a frame…
 If the destination is on another segment, the
bridge forwards the frame ONLY to the correct
interface
 If the destination port is unknown, a bridge will
flood the frame to all ports in the broadcast
domain, except the source port
 If the destination of the frame is on the same
segment as the source, a bridge will not
forward the frame.
VirtualLANsVLAN Configuration
 Static vs. Dynamic VLAN configuration:
VirtualLANsStatic VLANs
 Static membership VLANs are called port-based and port-
centric membership VLANs
 As a device enters the network, it automatically assumes the
VLAN membership of the port to which it is attached
VirtualLANsDynamic VLANs
 Dynamic membership VLANs are created through
network management software
 CiscoWorks 2000 or CiscoWorks for Switched
Internetworks
 Dynamic VLANs allow for membership based on the
MAC address of the device connected to the switch
port; hosts join VLANS based on MAC/IP address
 As a device is connected to switch, it queries a
database server for a VLAN membership
VirtualLANsDynamic VLANs
VirtualLANsBenefits of VLANs
 Key benefit of VLANs is the ability to organize
a LAN logically, allowing administrators to…
 Easily move workstations on the LAN
 Easily add workstations to the LAN
 Easily change the LAN configuration
 Easily control network traffic
 Improve security
VirtualLANsEstablishing VLAN Membership
 There are three basic VLAN memberships for
determining and controlling how a packet gets
assigned:
 Port-based VLANs (attached ports)
 Maximizes forwarding performance
 MAC address based VLANs (physical address)
 Protocol based VLANs (layer 3/logical address)
VirtualLANsFrame Tagging
VirtualLANsIdentifying Frames through Frame Tagging
 Frame Tagging (frame identification) uniquely
assigns a user-defined ID to each frame
 There are two major methods of frame tagging
 Inter-Switch Link (ISL) (frame is lengthened)
 802.1Q (header is modified)
 ISL used to be the most common, but is now being
replaced by 802.1Q frame tagging
 A unique identifier is placed in the header of the
frame
 The ID is removed when frame exits the
backbone
VirtualLANsVLAN Configuration
 VLANs can exist either as end-to-end networks or they can exist
inside of geographic boundaries
 An end-to-end VLAN network comprises the following
characteristics:
 Users are grouped into VLANs independent of physical
location, but dependent on group or job function.
 All users in a VLAN should have the same 80/20 traffic flow
patterns (80 percent of the traffic is contained within the VLAN
and 20 percent of the traffic crosses the router to the
enterprise servers, Internet, or WAN)
 As a user moves around the campus, VLAN membership for
that user should not change.
 Each VLAN has a common set of security requirements for all
members.
VirtualLANsEnd-to-End VLANs
VirtualLANsGeographic VLANs
Today, users are required
to use many different
resources, many of which
are no longer in their
VLAN
Because of this shift in placement and
usage of resources, VLANs are now
more frequently being created around
geographic boundaries rather than
commonality boundaries (resulting in
a 20/80 traffic pattern)
VirtualLANsStatic VLAN Configuration
 The following guidelines must be followed when configuring
VLANs on Cisco 29xx switches:
 The maximum number of VLANs is switch dependent.
 VLAN 1 is one of the factory-default VLANs.
 VLAN 1 is the default Ethernet VLAN.
 Cisco Discovery Protocol (CDP) and VLAN Trunking Protocol (VTP)
advertisements are sent on VLAN 1.
 The Catalyst 29xx IP address is in the VLAN 1 broadcast domain by
default.
VirtualLANs
 Steps to create the VLAN: (A VLAN name may also
be configured)
 Switch#vlan database
Switch(vlan)#vlan vlan_number
Switch(vlan)#exit
 Upon exiting, the VLAN is applied to the switch. The
next step is to assign the VLAN to one or more
interfaces:
 Switch(config)#switchport mode access
 Switch(config)#interface fastethernet 0/9
 Switch(config-if)#switchport access vlan
vlan_number
Static VLAN Configuration
VirtualLANs
 Verify VLAN configuration by using the show
vlan, show vlan brief, or show vlan
id id_number commands.
 Note:
 A created VLAN remains unused until it is
mapped to switch ports.
 All Ethernet ports are on VLAN 1 by default.
Static VLAN Configuration
VirtualLANsAdding port to VLANs
 Commands to assign a new VLAN to a switch
port
VirtualLANs
Deleting port from VLANs
 Commands to remove a VLAN from a port:
Note: When a VLAN is deleted any ports assigned to that VLAN become
inactive. The ports will, however, remain associated with the deleted VLAN
until assigned to a new VLAN. So switch ports must be reassigned from
the deleted VLAN to the another VLAN if they are to be used
VirtualLANsVLAN Troubleshooting
VirtualLANsVLAN Troubleshooting –
Show Commands
 show vlan
 displays the VLAN information on the switch
 The display shows the VLAN ID, name, status, and
assigned ports.
 show vlan (keyword options and keyword)
 displays information about that VLAN on the router
 The show vlan command followed by the VLAN
number displays specific information about that VLAN
on the router
 Output from the command includes the VLAN ID, router
subinterface, and protocol information.
 show spanning-tree
 displays the spanning-tree topology known to the router
VirtualLANsVLAN Troubleshooting
VirtualLANs
THE END

More Related Content

What's hot

How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideIT Tech
 
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
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansVuz Dở Hơi
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN RoutingNetwax Lab
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to HeroDhruv Sharma
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksAPNIC
 
Vlan Types
Vlan TypesVlan Types
Vlan TypesIT Tech
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingteknetir
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNCisco Canada
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptxBOURY1
 
CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6Chaing Ravuth
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Alan Mark
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commandsRobin Rohit
 

What's hot (20)

vlan
vlanvlan
vlan
 
Virtual LAN
Virtual LANVirtual LAN
Virtual LAN
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
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
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN Routing
 
Vlan
VlanVlan
Vlan
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to Hero
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building Blocks
 
Vlan Types
Vlan TypesVlan Types
Vlan Types
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Vlan
VlanVlan
Vlan
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptx
 
CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6
 
Virtual Local Area Network (VLAN)
Virtual Local Area Network (VLAN)Virtual Local Area Network (VLAN)
Virtual Local Area Network (VLAN)
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commands
 

Similar to Vlan

VIRTUAL LANS (VLANS).pptx
VIRTUAL LANS (VLANS).pptxVIRTUAL LANS (VLANS).pptx
VIRTUAL LANS (VLANS).pptxKISHOYIANKISH
 
Vlan.pdf
Vlan.pdfVlan.pdf
Vlan.pdfitwkd
 
4270 vlan-tutorial
4270 vlan-tutorial4270 vlan-tutorial
4270 vlan-tutorialjagacisco
 
Vlan configuration in medium sized network
Vlan configuration in medium sized networkVlan configuration in medium sized network
Vlan configuration in medium sized networkArnold Derrick Kinney
 
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdfW3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdfgummybear37
 
Benefits of vlan
Benefits of vlanBenefits of vlan
Benefits of vlanLogitrain
 
VLAN -VIRTUAL LAN -COMPUTER NETWORKS
VLAN -VIRTUAL LAN -COMPUTER NETWORKSVLAN -VIRTUAL LAN -COMPUTER NETWORKS
VLAN -VIRTUAL LAN -COMPUTER NETWORKSNITHIN KALLE PALLY
 
Lecture_Network Design, InterVlan Routing and Trunking_.pptx
Lecture_Network Design, InterVlan Routing and Trunking_.pptxLecture_Network Design, InterVlan Routing and Trunking_.pptx
Lecture_Network Design, InterVlan Routing and Trunking_.pptxSaqibAhmedKhan4
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANSanilinvns
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANSanilinvns
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area NetworkAtakan ATAK
 
Лекц 9
Лекц 9Лекц 9
Лекц 9Muuluu
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccnarobertoxe
 

Similar to Vlan (20)

Vlan
VlanVlan
Vlan
 
VIRTUAL LANS (VLANS).pptx
VIRTUAL LANS (VLANS).pptxVIRTUAL LANS (VLANS).pptx
VIRTUAL LANS (VLANS).pptx
 
Vlan.pdf
Vlan.pdfVlan.pdf
Vlan.pdf
 
4270 vlan-tutorial
4270 vlan-tutorial4270 vlan-tutorial
4270 vlan-tutorial
 
4270-vlan-tutorial.ppt
4270-vlan-tutorial.ppt4270-vlan-tutorial.ppt
4270-vlan-tutorial.ppt
 
Chapter 8 .vlan.pdf
Chapter 8 .vlan.pdfChapter 8 .vlan.pdf
Chapter 8 .vlan.pdf
 
Vlan configuration in medium sized network
Vlan configuration in medium sized networkVlan configuration in medium sized network
Vlan configuration in medium sized network
 
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdfW3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
 
Benefits of vlan
Benefits of vlanBenefits of vlan
Benefits of vlan
 
VLAN -VIRTUAL LAN -COMPUTER NETWORKS
VLAN -VIRTUAL LAN -COMPUTER NETWORKSVLAN -VIRTUAL LAN -COMPUTER NETWORKS
VLAN -VIRTUAL LAN -COMPUTER NETWORKS
 
Lecture_Network Design, InterVlan Routing and Trunking_.pptx
Lecture_Network Design, InterVlan Routing and Trunking_.pptxLecture_Network Design, InterVlan Routing and Trunking_.pptx
Lecture_Network Design, InterVlan Routing and Trunking_.pptx
 
CCNA_RSE_Chp6.pptx
CCNA_RSE_Chp6.pptxCCNA_RSE_Chp6.pptx
CCNA_RSE_Chp6.pptx
 
mod8-VLANs.ppt
mod8-VLANs.pptmod8-VLANs.ppt
mod8-VLANs.ppt
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area Network
 
Mod8 vlans
Mod8 vlansMod8 vlans
Mod8 vlans
 
Лекц 9
Лекц 9Лекц 9
Лекц 9
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccna
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccna
 

More from ilias ahmed

We need parallel or series connections of n mos and pmos with a nmos source t...
We need parallel or series connections of n mos and pmos with a nmos source t...We need parallel or series connections of n mos and pmos with a nmos source t...
We need parallel or series connections of n mos and pmos with a nmos source t...ilias ahmed
 
Android development-tutorial
Android development-tutorialAndroid development-tutorial
Android development-tutorialilias ahmed
 
Signle assignmentforbciit
Signle assignmentforbciitSignle assignmentforbciit
Signle assignmentforbciitilias ahmed
 
Compiler design lab
Compiler design labCompiler design lab
Compiler design labilias ahmed
 
artificial intelligence
artificial intelligence artificial intelligence
artificial intelligence ilias ahmed
 
Compiler designs presentation final
Compiler designs presentation  finalCompiler designs presentation  final
Compiler designs presentation finalilias ahmed
 
Compiler designs presentation by group 2 final final
Compiler designs presentation by group 2 final finalCompiler designs presentation by group 2 final final
Compiler designs presentation by group 2 final finalilias ahmed
 
Assmemble langauge for slideshare.net
Assmemble langauge for slideshare.netAssmemble langauge for slideshare.net
Assmemble langauge for slideshare.netilias ahmed
 
Phpfundamnetalfromtutplus
PhpfundamnetalfromtutplusPhpfundamnetalfromtutplus
Phpfundamnetalfromtutplusilias ahmed
 
Assignment complier design (GROUP1)
Assignment complier design (GROUP1)Assignment complier design (GROUP1)
Assignment complier design (GROUP1)ilias ahmed
 
Lisp programming
Lisp programmingLisp programming
Lisp programmingilias ahmed
 
Lispprograaming excercise
Lispprograaming excerciseLispprograaming excercise
Lispprograaming excerciseilias ahmed
 
Assembly lab up to 6 up (1)
Assembly lab up to 6 up (1)Assembly lab up to 6 up (1)
Assembly lab up to 6 up (1)ilias ahmed
 
Data communications
Data communicationsData communications
Data communicationsilias ahmed
 
Microprocessor projec ts
Microprocessor projec tsMicroprocessor projec ts
Microprocessor projec tsilias ahmed
 
Oop features java presentationshow
Oop features java presentationshowOop features java presentationshow
Oop features java presentationshowilias ahmed
 

More from ilias ahmed (20)

We need parallel or series connections of n mos and pmos with a nmos source t...
We need parallel or series connections of n mos and pmos with a nmos source t...We need parallel or series connections of n mos and pmos with a nmos source t...
We need parallel or series connections of n mos and pmos with a nmos source t...
 
Android development-tutorial
Android development-tutorialAndroid development-tutorial
Android development-tutorial
 
Signle assignmentforbciit
Signle assignmentforbciitSignle assignmentforbciit
Signle assignmentforbciit
 
Compiler design lab
Compiler design labCompiler design lab
Compiler design lab
 
Labreportofai
LabreportofaiLabreportofai
Labreportofai
 
Ailabreport
AilabreportAilabreport
Ailabreport
 
artificial intelligence
artificial intelligence artificial intelligence
artificial intelligence
 
Compiler designs presentation final
Compiler designs presentation  finalCompiler designs presentation  final
Compiler designs presentation final
 
Compiler designs presentation by group 2 final final
Compiler designs presentation by group 2 final finalCompiler designs presentation by group 2 final final
Compiler designs presentation by group 2 final final
 
Assmemble langauge for slideshare.net
Assmemble langauge for slideshare.netAssmemble langauge for slideshare.net
Assmemble langauge for slideshare.net
 
Phpfundamnetalfromtutplus
PhpfundamnetalfromtutplusPhpfundamnetalfromtutplus
Phpfundamnetalfromtutplus
 
Assignment complier design (GROUP1)
Assignment complier design (GROUP1)Assignment complier design (GROUP1)
Assignment complier design (GROUP1)
 
Lisp programming
Lisp programmingLisp programming
Lisp programming
 
Lispprograaming excercise
Lispprograaming excerciseLispprograaming excercise
Lispprograaming excercise
 
Assembly lab up to 6 up (1)
Assembly lab up to 6 up (1)Assembly lab up to 6 up (1)
Assembly lab up to 6 up (1)
 
Event design
Event designEvent design
Event design
 
Data communications
Data communicationsData communications
Data communications
 
Microprocessor projec ts
Microprocessor projec tsMicroprocessor projec ts
Microprocessor projec ts
 
Oop features java presentationshow
Oop features java presentationshowOop features java presentationshow
Oop features java presentationshow
 
Sql functions
Sql functionsSql functions
Sql functions
 

Recently uploaded

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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
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
 

Recently uploaded (20)

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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
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
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
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
 
★ 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
 

Vlan

  • 2. VirtualLANsIntroduction to VLANs  A VLAN (Virtual Local Area Network) is a logical grouping of devices or users  devices or users can be grouped by…  Function  Department  Application  Devices on a VLAN are restricted to only communicating with devices that are on their own VLAN  Routers provide connectivity between different VLAN segments  Just as routers provide connectivity between different LAN segments
  • 3. VirtualLANsTraditional LAN Segmentation vs. VLAN Segmentation A VLAN is a group of ports or users in the same broadcast domain.
  • 4. VirtualLANsIntro to VLANs cont’d…  Physically connecting or moving cables and equipment is unnecessary when configuring VLANs.
  • 5. VirtualLANsCommunication within VLANs  VLANs logically segment the network into different broadcast domains  packets are only switched between ports that are designated for the same VLAN  A workstation in a VLAN group is restricted to communicating with file servers or other workstations in the same VLAN group.
  • 6. VirtualLANsA Network without VLANs… Uses one router and three switches Three separate broadcast domains
  • 7. VirtualLANsA Network with VLANs… Uses one router and one switch Still three separate broadcast domains
  • 8. VirtualLANsFrame Forwarding in VLANs  Implementing VLANs on a switch causes the following to occur:  The switch maintains a separate bridging table for each VLAN  If the frame comes in on a port in VLAN x, the switch searches the bridging table for VLAN x.  When the frame is received, the switch adds the source address to the bridging table if it is currently unknown.  The destination is checked so a forwarding decision can be made.  For learning and forwarding the search is made against the address table for that VLAN only.
  • 9. VirtualLANsHandling of Frames  A bridge handles a frame…  If the destination is on another segment, the bridge forwards the frame ONLY to the correct interface  If the destination port is unknown, a bridge will flood the frame to all ports in the broadcast domain, except the source port  If the destination of the frame is on the same segment as the source, a bridge will not forward the frame.
  • 10. VirtualLANsVLAN Configuration  Static vs. Dynamic VLAN configuration:
  • 11. VirtualLANsStatic VLANs  Static membership VLANs are called port-based and port- centric membership VLANs  As a device enters the network, it automatically assumes the VLAN membership of the port to which it is attached
  • 12. VirtualLANsDynamic VLANs  Dynamic membership VLANs are created through network management software  CiscoWorks 2000 or CiscoWorks for Switched Internetworks  Dynamic VLANs allow for membership based on the MAC address of the device connected to the switch port; hosts join VLANS based on MAC/IP address  As a device is connected to switch, it queries a database server for a VLAN membership
  • 14. VirtualLANsBenefits of VLANs  Key benefit of VLANs is the ability to organize a LAN logically, allowing administrators to…  Easily move workstations on the LAN  Easily add workstations to the LAN  Easily change the LAN configuration  Easily control network traffic  Improve security
  • 15. VirtualLANsEstablishing VLAN Membership  There are three basic VLAN memberships for determining and controlling how a packet gets assigned:  Port-based VLANs (attached ports)  Maximizes forwarding performance  MAC address based VLANs (physical address)  Protocol based VLANs (layer 3/logical address)
  • 17. VirtualLANsIdentifying Frames through Frame Tagging  Frame Tagging (frame identification) uniquely assigns a user-defined ID to each frame  There are two major methods of frame tagging  Inter-Switch Link (ISL) (frame is lengthened)  802.1Q (header is modified)  ISL used to be the most common, but is now being replaced by 802.1Q frame tagging  A unique identifier is placed in the header of the frame  The ID is removed when frame exits the backbone
  • 18. VirtualLANsVLAN Configuration  VLANs can exist either as end-to-end networks or they can exist inside of geographic boundaries  An end-to-end VLAN network comprises the following characteristics:  Users are grouped into VLANs independent of physical location, but dependent on group or job function.  All users in a VLAN should have the same 80/20 traffic flow patterns (80 percent of the traffic is contained within the VLAN and 20 percent of the traffic crosses the router to the enterprise servers, Internet, or WAN)  As a user moves around the campus, VLAN membership for that user should not change.  Each VLAN has a common set of security requirements for all members.
  • 20. VirtualLANsGeographic VLANs Today, users are required to use many different resources, many of which are no longer in their VLAN Because of this shift in placement and usage of resources, VLANs are now more frequently being created around geographic boundaries rather than commonality boundaries (resulting in a 20/80 traffic pattern)
  • 21. VirtualLANsStatic VLAN Configuration  The following guidelines must be followed when configuring VLANs on Cisco 29xx switches:  The maximum number of VLANs is switch dependent.  VLAN 1 is one of the factory-default VLANs.  VLAN 1 is the default Ethernet VLAN.  Cisco Discovery Protocol (CDP) and VLAN Trunking Protocol (VTP) advertisements are sent on VLAN 1.  The Catalyst 29xx IP address is in the VLAN 1 broadcast domain by default.
  • 22. VirtualLANs  Steps to create the VLAN: (A VLAN name may also be configured)  Switch#vlan database Switch(vlan)#vlan vlan_number Switch(vlan)#exit  Upon exiting, the VLAN is applied to the switch. The next step is to assign the VLAN to one or more interfaces:  Switch(config)#switchport mode access  Switch(config)#interface fastethernet 0/9  Switch(config-if)#switchport access vlan vlan_number Static VLAN Configuration
  • 23. VirtualLANs  Verify VLAN configuration by using the show vlan, show vlan brief, or show vlan id id_number commands.  Note:  A created VLAN remains unused until it is mapped to switch ports.  All Ethernet ports are on VLAN 1 by default. Static VLAN Configuration
  • 24. VirtualLANsAdding port to VLANs  Commands to assign a new VLAN to a switch port
  • 25. VirtualLANs Deleting port from VLANs  Commands to remove a VLAN from a port: Note: When a VLAN is deleted any ports assigned to that VLAN become inactive. The ports will, however, remain associated with the deleted VLAN until assigned to a new VLAN. So switch ports must be reassigned from the deleted VLAN to the another VLAN if they are to be used
  • 27. VirtualLANsVLAN Troubleshooting – Show Commands  show vlan  displays the VLAN information on the switch  The display shows the VLAN ID, name, status, and assigned ports.  show vlan (keyword options and keyword)  displays information about that VLAN on the router  The show vlan command followed by the VLAN number displays specific information about that VLAN on the router  Output from the command includes the VLAN ID, router subinterface, and protocol information.  show spanning-tree  displays the spanning-tree topology known to the router