VLAN overviewlogically networked devices that act as if they are on their own independent network • These VLANs allow the network administrator to implement These VLANs allow the network
Trang 1Chapter 3 - VLANS
CCNA Exploration 4.0
Trang 2configuration problems associated with VLANs on switches
in a network topology.
Trang 3Role of VLANS
into smaller ones with VLANs.
participating in broadcasts and allow devices to be
participating in broadcasts and allow devices to be
separated into functional groupings, such as database
services for an accounting department and high-speed
data transfer for an engineering department.
Trang 4to manage their specific security and bandwidth needs
to manage their specific security and bandwidth needs
Trang 5VLAN overview
logically networked devices that act as if they are on their own independent network
• These VLANs allow the network administrator to implement These VLANs allow the network administrator to implement
Trang 7Without VLANs – No Broadcast Control
• Without VLANs, the ARP Request would be seen by all hosts
• Again consuming unnecessary network bandwidth and host processingAgain, consuming unnecessary network bandwidth and host processing
Trang 8With VLANs – Broadcast Control
Switch Port: VLAN ID
255.255.255.0 VLAN 1 1 2 3 4 5 6
1 2 1 2 2 1
Port VLAN
y Two Subnets
Trang 9Benefit of VLANS
Trang 10VLAN ID
Trang 11VLAN Tagging
No VLAN Tagging
VLAN Tagging
more than one VLAN.
Trang 12VLAN Tagging
802.10
• There are two major methods of frame tagging Cisco proprietary Inter
• There are two major methods of frame tagging, Cisco proprietary Switch Link (ISL) and IEEE 802.1Q
Inter-• ISL used to be the most common, but is now being replaced by 802.1Q frame tagging gg g
• Cisco recommends using 802.1Q
• VLAN Tagging and Trunking will be discussed in the next chapter
Trang 14Types of VLAN
• Data VLAN : A data VLAN is a VLAN that is configured to carry only user-generated traffic.
Trang 15Types of VLAN
• Default VLAN:
– All switch ports become a member of the default VLAN after the
initial boot up of the switch
H i ll th it h t ti i t i th d f lt VLAN k
– Having all the switch ports participate in the default VLAN makes them all part of the same broadcast domain This allows any device connected to any switch port to communicate with other devices on other switch ports
Trang 16Types of VLAN
• Management VLAN:
– A management VLAN is any VLAN you configure to access the
management capabilities of a switch
management capabilities of a switch
– VLAN 1 would serve as the management VLAN if you did not
proactively define a unique VLAN to serve as the management
VLAN
VLAN
– You assign the management VLAN an IP address and subnet
mask A switch can be managed via HTTP, Telnet, SSH, or SNMP
Trang 17Types of VLAN
• Native VLAN :
VLANs (tagged traffic) as well as traffic that does not
Trang 18Types of VLAN
• Voice VLAN:
– It is easy to appreciate why a separate VLAN is needed to support Voice over IP (VoIP)( )
– VoIP traffic requires:
• Assured bandwidth to ensure voice quality
• Transmission priority over other types of network traffic
• Ability to be routed around congested areas on the network
• Delay of less than 150 milliseconds (ms) across the network
Trang 19Voice VLAN
Trang 20Types of traffic
Trang 21Types of traffic
Trang 22Types of traffic
Trang 23Types of traffic
Trang 24Switch port membership
Trang 25VLAN Trunk
Trang 26• Tag control information field
• Tag control information field
– 3 bits of user priority - Used by the 802.1p standard , which specifies how to provide expedited transmission of Layer 2 frames A description of the IEEE 802.1p is beyond the scope of this course; however, you learned a little about it earlier in the discussion
Trang 27Native Vlan and 802.1q
Trang 28Trunking mode
• The trunking modes
available in Fast Ethernet
and Gigabit Ethernet
switchport mode trunk
switchport mode access
switchport mode dynamic desirable
switchport mode dynamic auto
Nonegotiate
switchport nonegotiate
Trang 29Trunking mode
Trang 30Configure VLAN and Trunking
Trang 31Assign VLAN to port
Trang 32Configuring Ranges of VLANs
vlan 3
SydneySwitch(config)#interface range
fastethernet 0/8 - 12 fastethernet 0/8 12 SydneySwitch(config-if)#switchport access vlan 3
SydneySwitch(config-if)#exit
Trang 33Verify VLAN
Trang 34Delete Vlan
Trang 35Configure Trunk link
Trang 36Common Problem
Trang 37Naitve VLAN mismatch
Trang 38Trunk mode mismatch
Trang 39Incorrect VLAN list
Trang 40Mistake of VLAN and IP subnets
Trang 41Summary