SlideShare ist ein Scribd-Unternehmen logo
1 von 68
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Instructor Materials
Chapter 6: VLANs
CCNA Routing and Switching
Routing and Switching Essentials v6.0
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 14
Chapter 6: VLANs
Routing and Switching Essentials v6.0
Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 6 - Sections & Objectives
6.1 VLAN Segmentation
• Explain the purpose of VLANs in a switched network.
• Explain how a switch forwards frames based on VLAN configuration in a multi-
switch environment.
6.2 VLAN Implementations
• Configure a switch port to be assigned to a VLAN based on requirements.
• Configure a trunk port on a LAN switch.
• Troubleshoot VLAN and trunk configurations in a switched network.
6.3 Inter-VLAN Routing Using Routers
• Describe the two options for configuring Inter-VLAN routing.
• Configure Legacy Inter-VLAN Routing.
• Configure Router-on-a-Stick Inter-VLAN Routing
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 16
6.1 VLAN Segmentation
Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Overview of VLANs
VLAN Definitions
Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Overview of VLANs
VLAN Definitions (cont.)
 VLANs allow an administrator to segment networks based on factors such
as function, project team, or application, without regard for the physical
location of the user or device.
 VLANs enable the implementation of access and security policies
according to specific groupings of users.
 A VLAN is a logical partition of a Layer 2 network.
 Multiple partitions can be created, allowing for multiple VLANs to co-exist.
 Each VLAN is a broadcast domain, usually with its own IP network.
 VLANs are mutually isolated, and packets can only pass between them
via a router.
 The partitioning of the Layer 2 network takes place inside a Layer 2
device, usually via a switch.
 The hosts grouped within a VLAN are unaware of the VLAN’s existence.
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Overview of VLANs
Benefits of VLANs
Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Overview of VLANs
Types of VLANs
 Data VLAN – user generated traffic
 Default VLAN – all switch ports become part of this VLAN until switch is
configured, show vlan brief
 Native VLAN – used for untagged traffic
 Management VLAN – used to access management capabilities
Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Overview of VLANs
Types of VLANs (cont.)
Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Overview of VLANs
Voice VLANs
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Overview of VLANs
Voice VLANs (cont.)
 VoIP traffic is time-sensitive and 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 ms across the network.
 The voice VLAN feature enables access ports to carry IP voice traffic from
an IP phone.
Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
VLAN Trunks
The links between switches S1 and S2, and S1 and S3 are configured to
transmit traffic coming from VLANs 10, 20, 30, and 99 across the network.
This network could not function without VLAN trunks.
Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
VLAN Trunks (cont.)
 A VLAN trunk is a point-to-point link that carries more than one VLAN.
 A VLAN trunk is usually established between switches so same-VLAN
devices can communicate, even if physically connected to different
switches.
 A VLAN trunk is not associated to any VLANs; neither is the trunk ports
used to establish the trunk link.
 Cisco IOS supports IEEE802.1q, a popular VLAN trunk protocol.
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Controlling Broadcast Domains with VLANs
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Controlling Broadcast Domains with VLANs
Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Controlling Broadcast Domains with VLANs
 VLANs can be used to limit the reach of broadcast frames.
 A VLAN is a broadcast domain of its own.
 A broadcast frame sent by a device in a specific VLAN is forwarded within
that VLAN only.
 VLANs help control the reach of broadcast frames and their impact in the
network.
 Unicast and multicast frames are forwarded within the originating VLAN.
Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Tagging Ethernet Frames for VLAN
Identification
 Frame tagging is the process of adding a VLAN identification header to
the frame.
 It is used to properly transmit multiple VLAN frames through a trunk link.
 Switches tag frames to identify the VLAN to which they belong.
 Different tagging protocols exist; IEEE 802.1Q is a vey popular example.
 The protocol defines the structure of the tagging header added to the
frame.
 Switches add VLAN tags to the frames before placing them into trunk links
and remove the tags before forwarding frames through non-trunk ports.
 When properly tagged, the frames can transverse any number of switches
via trunk links and still be forwarded within the correct VLAN at the
destination.
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Tagging Ethernet Frames for VLAN
Identification (cont.)
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Native VLANs and 802.1Q Tagging
 Control traffic sent on the native VLAN should not be tagged.
 Frames received untagged, remain untagged and are placed in the native
VLAN when forwarded.
 If there are no ports associated to the native VLAN and no other trunk
links, an untagged frame is dropped.
 When configuring a switch port on a Cisco switch, configure devices so
that they do not send tagged frames on the native VLAN.
 In Cisco switches, the native VLAN is VLAN 1, by default.
Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Voice VLAN Tagging
Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLANs in a Multi-Switched Environment
Activity – Predict Switch Behavior
Scenario 1: PC 1 sends a broadcast.
Scenario 2: PC 2 sends a broadcast.
Scenario 3: PC 3 sends a broadcast.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 34
6.2 VLAN Implementations
Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
VLAN Ranges on Catalyst Switches
 Cisco Catalyst 2960 and 3560 Series switches support over 4,000 VLANs.
 VLANs are split into two categories:
• Normal range VLANs
• VLAN numbers from 1 to 1,005
• Configurations stored in the vlan.dat (in the flash memory)
• IDs 1002 through 1005 are reserved for Token Ring and Fiber
Distributed Data Interface (FDDI) VLANs, automatically created
and cannot be removed
• Extended Range VLANs
• VLAN numbers from 1,006 to 4,096
• Configurations stored in the running configuration (NVRAM)
• VLAN Trunking Protocol (VTP) does not learn extended VLANs
Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
VLAN Ranges on Catalyst Switches (cont.)
 Normal Range VLANs
Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Creating a VLAN
Presentation_ID 38© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Assigning Ports to VLANs
Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Assigning Ports to VLANs
Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Changing VLAN Port Membership
 Remove VLAN Assignment
 Interface F0/18 was previously assigned to VLAN 20 which is still active, F0/18
reset to VLAN1
Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Changing VLAN Port Membership (cont.)
Presentation_ID 42© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Changing VLAN Port Membership (cont.)
Presentation_ID 43© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Deleting VLANs
 The entire vlan.dat file can be deleted using the delete flash:vlan.dat
privileged EXEC mode command
 Abbreviated command version (delete vlan.dat) can be used if the
vlan.dat file has not been moved from its default location
Presentation_ID 44© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Verifying VLAN Information
Presentation_ID 45© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Verifying VLAN Information (cont.)
Presentation_ID 46© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Trunks
Configuring IEEE 802.1q Trunk Links
Presentation_ID 47© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Assignment
Configuring IEEE 802.1q Trunk Links (cont.)
Presentation_ID 48© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Trunks
Resetting the Trunk to Default State
Presentation_ID 49© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Trunks
Resetting the Trunk to Default State (cont.)
Presentation_ID 50© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
VLAN Trunks
Verifying Trunk Configuration
Presentation_ID 51© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
IP Addressing Issues with VLANs
 It is a common practice to associate a VLAN with an IP network.
 Because different IP networks only communicate through a router, all
devices within a VLAN must be part of the same IP network to
communicate.
 The figure displays that PC1 cannot communicate to the server because
it has a wrong IP address configured.
Presentation_ID 52© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Missing VLANs
 If all the IP address mismatches have been solved, but the device still
cannot connect, check if the VLAN exists in the switch.
Presentation_ID 53© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Missing VLANs (cont.)
 If the VLAN to which a port belongs is deleted, the port becomes inactive. All ports
belonging to the VLAN that was deleted are unable to communicate with the rest of the
network.
 Not functional until the missing VLAN is created using the vlan vlan_id global
configuration.
Presentation_ID 54© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Introduction to Troubleshooting Trunks
Note: To solve a native
VLAN mismatch,
configure the native
VLAN to be the same
VLAN on both sides of
the link.
Presentation_ID 55© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Common Problems with Trunks
 Trunking issues are usually associated with incorrect configurations.
 The most common type of trunk configuration errors are:
 Native VLAN mismatches
 Trunk mode mismatches
 Allowed VLANs on trunks
 If a trunk problem is detected, the best practice guidelines
recommend to troubleshoot in the order shown above.
Presentation_ID 56© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Common Problems with Trunks (cont.)
Presentation_ID 57© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Incorrect Port Mode
Presentation_ID 58© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Incorrect VLAN List
Presentation_ID 59© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot VLANs and Trunks
Incorrect VLAN List (cont.)
 VLANs must be allowed in the trunk before their frames can be
transmitted across the link.
 Use the switchport trunk allowed vlan command to specify which
VLANs are allowed in a trunk link.
 Use the show interfaces trunk command to ensure the correct
VLANs are permitted in a trunk.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 60
6.3 Inter-VLAN Routing
Using Routers
Presentation_ID 61© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Inter-VLAN Routing Operation
What is Inter-VLAN Routing?
 Layer 2 switches cannot forward traffic between VLANs without the
assistance of a router.
 Inter-VLAN routing is a process for forwarding network traffic from one
VLAN to another, using a router.
Presentation_ID 62© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Inter-VLAN Routing Operation
Legacy Inter-VLAN Routing
In the past:
 Actual routers were used to route between VLANs.
 Each VLAN was connected to a different physical router interface.
 Packets would arrive on the router through one interface, be routed and
leave through another.
 Because the router interfaces were connected to VLANs and had IP
addresses from that specific VLAN, routing between VLANs was
achieved.
 Large networks with large number of VLANs required many router
interfaces.
Presentation_ID 63© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Inter-VLAN Routing Operation
Legacy Inter-VLAN Routing (cont.)
In this example, the router was configured with two separate
physical interfaces to interact with the different VLANs and
perform the routing.
Presentation_ID 64© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Inter-VLAN Routing Operation
Router-on-a-Stick Inter-VLAN Routing
 The router-on-a-stick approach uses only one of the router’s physical
interface.
 One of the router’s physical interfaces is configured as a 802.1Q trunk
port so it can understand VLAN tags.
 Logical subinterfaces are created; one subinterface per VLAN.
 Each subinterface is configured with an IP address from the VLAN it
represents.
 VLAN members (hosts) are configured to use the subinterface address as
a default gateway.
Presentation_ID 65© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Inter-VLAN Routing Operation
Router-on-a-Stick Inter-VLAN Routing
(cont.)
Router interface configured to operate as a trunk link and is connected to a trunked switch
port. The router performs inter-VLAN routing by accepting VLAN-tagged traffic on the trunk
interface coming from the adjacent switch, and then, internally routing between the VLANs
using subinterfaces. The router then forwards the routed traffic, VLAN-tagged for the
destination VLAN, out the same physical interface as it used to receive the traffic.
Presentation_ID 66© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Inter-VLAN Routing Operation
Identify the Types of Inter-VLAN Routing
Activity
 Legacy or Router-on-a-Stick?
Presentation_ID 67© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Inter-VLAN Routing Operation
Identify the Types of Inter-VLAN Routing
Activity (cont.)
 Legacy or Router-on-a-Stick?
Presentation_ID 68© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Legacy Inter-VLAN Routing
Configure Legacy Inter-VLAN Routing:
Preparation
 Legacy inter-VLAN routing requires routers to have multiple physical interfaces.
 Each one of the router’s physical interfaces is connected to a unique VLAN.
 Each interface is also configured with an IP address for the subnet associated with the
particular VLAN.
 Network devices use the router as a gateway to access the devices connected to the other
VLANs.
Presentation_ID 69© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Legacy Inter-VLAN Routing
Configure Legacy Inter-VLAN Routing:
Switch Configuration
Presentation_ID 70© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Legacy Inter-VLAN Routing
Configure Legacy Inter-VLAN Routing:
Router Interface Configuration
Presentation_ID 71© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Router-on-a-Stick Inter-VLAN Routing
Configure Router-on-a Stick: Preparation
 An alternative to legacy inter-VLAN routing is to use VLAN trunking and subinterfaces.
 VLAN trunking allows a single physical router interface to route traffic for multiple VLANs.
 The physical interface of the router must be connected to a trunk link on the adjacent switch.
 On the router, subinterfaces are created for each unique VLAN.
 Each subinterface is assigned an IP address specific to its subnet or VLAN and is also
configured to tag frames for that VLAN.
Presentation_ID 72© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Router-on-a-Stick Inter-VLAN Routing
Configure Router-on-a Stick: Switch
Configuration
Presentation_ID 73© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Router-on-a-Stick Inter-VLAN Routing
Configure Router-on-a Stick: Router
Subinterface Configuration
Presentation_ID 74© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Router-on-a-Stick Inter-VLAN Routing
Configure Router-on-a Stick: Verifying
Subinterfaces
Presentation_ID 75© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Router-on-a-Stick Inter-VLAN Routing
Configure Router-on-a Stick: Verifying
Subinterfaces (cont.)
Presentation_ID 76© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Router-on-a-Stick Inter-VLAN Routing
Configure Router-on-a Stick: Verifying
Routing
 Access to devices on remote VLANs can be tested using
the ping command.
 The ping command sends an ICMP echo request to the destination
address.
 When a host receives an ICMP echo request, it responds with an ICMP
echo reply.
 Tracert is a useful utility for confirming the routed path taken between
two devices.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 77
6.4 Chapter Summary
Presentation_ID 78© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
• Explain the purpose of VLANs in a switched network.
• Explain how a switch forwards frames based on VLAN configuration in a multi-switch
environment.
• Configure a switch port to be assigned to a VLAN based on requirements.
• Configure a trunk port on a LAN switch.
• Troubleshoot VLAN and trunk configurations in a switched network.
• Describe the two options for configuring inter-VLAN routing.
• Configure Legacy Inter-VLAN Routing.
• Configure Router-on-a-Stick Inter-VLAN Routing
Chapter Summary
Summary
Presentation_ID 82© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Presentation_ID 83© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Weitere ähnliche Inhalte

Was ist angesagt?

CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5Nil Menon
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4Vuz Dở Hơi
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6Nil Menon
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingVuz Dở Hơi
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansVuz Dở Hơi
 
CCNA Product Overview.pptx
CCNA Product Overview.pptxCCNA Product Overview.pptx
CCNA Product Overview.pptxKISHOYIANKISH
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commandsRobin Rohit
 
101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdf101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdfBiVnHu1
 
CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11Nil Menon
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsAlejandro Marin
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4Nil Menon
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07Irsandi Hasan
 
Vxlan control plane and routing
Vxlan control plane and routingVxlan control plane and routing
Vxlan control plane and routingWilfredzeng
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9Nil Menon
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingteknetir
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7Nil Menon
 

Was ist angesagt? (20)

Chapter 10 - DHCP
Chapter 10 - DHCPChapter 10 - DHCP
Chapter 10 - DHCP
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
 
CCNA Product Overview.pptx
CCNA Product Overview.pptxCCNA Product Overview.pptx
CCNA Product Overview.pptx
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commands
 
101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdf101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdf
 
CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2
 
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
Vxlan control plane and routing
Vxlan control plane and routingVxlan control plane and routing
Vxlan control plane and routing
 
Ccna command
Ccna commandCcna command
Ccna command
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 

Andere mochten auch

At8000 s configurando vla_ns
At8000 s configurando vla_nsAt8000 s configurando vla_ns
At8000 s configurando vla_nsNetPlus
 
Dynamic data structures
Dynamic data structuresDynamic data structures
Dynamic data structures9020303098
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 
KPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_finalKPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_finalFisal Anwari
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 
Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)
Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)
Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)Alphorm
 

Andere mochten auch (14)

At8000 s configurando vla_ns
At8000 s configurando vla_nsAt8000 s configurando vla_ns
At8000 s configurando vla_ns
 
Dynamic data structures
Dynamic data structuresDynamic data structures
Dynamic data structures
 
Lesson 16 vlan
Lesson 16   vlanLesson 16   vlan
Lesson 16 vlan
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Virtuals LAN
Virtuals LANVirtuals LAN
Virtuals LAN
 
Ds 1
Ds 1Ds 1
Ds 1
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
KPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_finalKPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_final
 
VLAN
VLANVLAN
VLAN
 
Vlan
Vlan Vlan
Vlan
 
Router commands
Router commandsRouter commands
Router commands
 
VLAN
VLANVLAN
VLAN
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)
Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)
Alphorm.com Support de la Formation Cisco CCNP SWITCH (examen 300-115)
 

Ähnlich wie CCNA2 Verson6 Chapter6

CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6Waqas Ahmed Nawaz
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3Nil Menon
 
Chapter 14 : vlan
Chapter 14 : vlanChapter 14 : vlan
Chapter 14 : vlanteknetir
 
Chapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN RoutingChapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN RoutingYaser Rahmati
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptxBOURY1
 
VLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptxVLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptxmuhammadFaheem656405
 
CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2Chaing Ravuth
 
CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3Irsandi Hasan
 
Лекц 9
Лекц 9Лекц 9
Лекц 9Muuluu
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANSanilinvns
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANSanilinvns
 
CCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANsCCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANsAmir Jafari
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5Chaing Ravuth
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area NetworkAtakan ATAK
 
Week4(1)(1)
Week4(1)(1)Week4(1)(1)
Week4(1)(1)trayyoo
 

Ähnlich wie CCNA2 Verson6 Chapter6 (20)

CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3
 
Chapter 14 : vlan
Chapter 14 : vlanChapter 14 : vlan
Chapter 14 : vlan
 
Chapter 03 - VLANs
Chapter 03 - VLANsChapter 03 - VLANs
Chapter 03 - VLANs
 
Chapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN RoutingChapter 05 - Inter-VLAN Routing
Chapter 05 - Inter-VLAN Routing
 
CCNA_RSE_Chp6.pptx
CCNA_RSE_Chp6.pptxCCNA_RSE_Chp6.pptx
CCNA_RSE_Chp6.pptx
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptx
 
VLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptxVLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptx
 
Day 14.1 vlan
Day 14.1 vlanDay 14.1 vlan
Day 14.1 vlan
 
Icnd210 s02l01
Icnd210 s02l01Icnd210 s02l01
Icnd210 s02l01
 
CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2
 
CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3
 
Лекц 9
Лекц 9Лекц 9
Лекц 9
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
 
CCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANsCCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANs
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area Network
 
Week4(1)(1)
Week4(1)(1)Week4(1)(1)
Week4(1)(1)
 
Chapter 8 .vlan.pdf
Chapter 8 .vlan.pdfChapter 8 .vlan.pdf
Chapter 8 .vlan.pdf
 

Mehr von Chaing Ravuth

CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3Chaing Ravuth
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2Chaing Ravuth
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1Chaing Ravuth
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10Chaing Ravuth
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9Chaing Ravuth
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8Chaing Ravuth
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7Chaing Ravuth
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6Chaing Ravuth
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4Chaing Ravuth
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1Chaing Ravuth
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8Chaing Ravuth
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7Chaing Ravuth
 

Mehr von Chaing Ravuth (20)

CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8
 
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
 
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
 
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
 

Kürzlich hochgeladen

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 

Kürzlich hochgeladen (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 

CCNA2 Verson6 Chapter6

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Instructor Materials Chapter 6: VLANs CCNA Routing and Switching Routing and Switching Essentials v6.0
  • 2. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 14 Chapter 6: VLANs Routing and Switching Essentials v6.0
  • 3. Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 6 - Sections & Objectives 6.1 VLAN Segmentation • Explain the purpose of VLANs in a switched network. • Explain how a switch forwards frames based on VLAN configuration in a multi- switch environment. 6.2 VLAN Implementations • Configure a switch port to be assigned to a VLAN based on requirements. • Configure a trunk port on a LAN switch. • Troubleshoot VLAN and trunk configurations in a switched network. 6.3 Inter-VLAN Routing Using Routers • Describe the two options for configuring Inter-VLAN routing. • Configure Legacy Inter-VLAN Routing. • Configure Router-on-a-Stick Inter-VLAN Routing
  • 4. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 16 6.1 VLAN Segmentation
  • 5. Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Overview of VLANs VLAN Definitions
  • 6. Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Overview of VLANs VLAN Definitions (cont.)  VLANs allow an administrator to segment networks based on factors such as function, project team, or application, without regard for the physical location of the user or device.  VLANs enable the implementation of access and security policies according to specific groupings of users.  A VLAN is a logical partition of a Layer 2 network.  Multiple partitions can be created, allowing for multiple VLANs to co-exist.  Each VLAN is a broadcast domain, usually with its own IP network.  VLANs are mutually isolated, and packets can only pass between them via a router.  The partitioning of the Layer 2 network takes place inside a Layer 2 device, usually via a switch.  The hosts grouped within a VLAN are unaware of the VLAN’s existence.
  • 7. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Overview of VLANs Benefits of VLANs
  • 8. Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Overview of VLANs Types of VLANs  Data VLAN – user generated traffic  Default VLAN – all switch ports become part of this VLAN until switch is configured, show vlan brief  Native VLAN – used for untagged traffic  Management VLAN – used to access management capabilities
  • 9. Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Overview of VLANs Types of VLANs (cont.)
  • 10. Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Overview of VLANs Voice VLANs
  • 11. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Overview of VLANs Voice VLANs (cont.)  VoIP traffic is time-sensitive and 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 ms across the network.  The voice VLAN feature enables access ports to carry IP voice traffic from an IP phone.
  • 12. Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment VLAN Trunks The links between switches S1 and S2, and S1 and S3 are configured to transmit traffic coming from VLANs 10, 20, 30, and 99 across the network. This network could not function without VLAN trunks.
  • 13. Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment VLAN Trunks (cont.)  A VLAN trunk is a point-to-point link that carries more than one VLAN.  A VLAN trunk is usually established between switches so same-VLAN devices can communicate, even if physically connected to different switches.  A VLAN trunk is not associated to any VLANs; neither is the trunk ports used to establish the trunk link.  Cisco IOS supports IEEE802.1q, a popular VLAN trunk protocol.
  • 14. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Controlling Broadcast Domains with VLANs
  • 15. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Controlling Broadcast Domains with VLANs
  • 16. Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Controlling Broadcast Domains with VLANs  VLANs can be used to limit the reach of broadcast frames.  A VLAN is a broadcast domain of its own.  A broadcast frame sent by a device in a specific VLAN is forwarded within that VLAN only.  VLANs help control the reach of broadcast frames and their impact in the network.  Unicast and multicast frames are forwarded within the originating VLAN.
  • 17. Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Tagging Ethernet Frames for VLAN Identification  Frame tagging is the process of adding a VLAN identification header to the frame.  It is used to properly transmit multiple VLAN frames through a trunk link.  Switches tag frames to identify the VLAN to which they belong.  Different tagging protocols exist; IEEE 802.1Q is a vey popular example.  The protocol defines the structure of the tagging header added to the frame.  Switches add VLAN tags to the frames before placing them into trunk links and remove the tags before forwarding frames through non-trunk ports.  When properly tagged, the frames can transverse any number of switches via trunk links and still be forwarded within the correct VLAN at the destination.
  • 18. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Tagging Ethernet Frames for VLAN Identification (cont.)
  • 19. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Native VLANs and 802.1Q Tagging  Control traffic sent on the native VLAN should not be tagged.  Frames received untagged, remain untagged and are placed in the native VLAN when forwarded.  If there are no ports associated to the native VLAN and no other trunk links, an untagged frame is dropped.  When configuring a switch port on a Cisco switch, configure devices so that they do not send tagged frames on the native VLAN.  In Cisco switches, the native VLAN is VLAN 1, by default.
  • 20. Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Voice VLAN Tagging
  • 21. Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLANs in a Multi-Switched Environment Activity – Predict Switch Behavior Scenario 1: PC 1 sends a broadcast. Scenario 2: PC 2 sends a broadcast. Scenario 3: PC 3 sends a broadcast.
  • 22. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 34 6.2 VLAN Implementations
  • 23. Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment VLAN Ranges on Catalyst Switches  Cisco Catalyst 2960 and 3560 Series switches support over 4,000 VLANs.  VLANs are split into two categories: • Normal range VLANs • VLAN numbers from 1 to 1,005 • Configurations stored in the vlan.dat (in the flash memory) • IDs 1002 through 1005 are reserved for Token Ring and Fiber Distributed Data Interface (FDDI) VLANs, automatically created and cannot be removed • Extended Range VLANs • VLAN numbers from 1,006 to 4,096 • Configurations stored in the running configuration (NVRAM) • VLAN Trunking Protocol (VTP) does not learn extended VLANs
  • 24. Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment VLAN Ranges on Catalyst Switches (cont.)  Normal Range VLANs
  • 25. Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Creating a VLAN
  • 26. Presentation_ID 38© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Assigning Ports to VLANs
  • 27. Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Assigning Ports to VLANs
  • 28. Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Changing VLAN Port Membership  Remove VLAN Assignment  Interface F0/18 was previously assigned to VLAN 20 which is still active, F0/18 reset to VLAN1
  • 29. Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Changing VLAN Port Membership (cont.)
  • 30. Presentation_ID 42© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Changing VLAN Port Membership (cont.)
  • 31. Presentation_ID 43© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Deleting VLANs  The entire vlan.dat file can be deleted using the delete flash:vlan.dat privileged EXEC mode command  Abbreviated command version (delete vlan.dat) can be used if the vlan.dat file has not been moved from its default location
  • 32. Presentation_ID 44© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Verifying VLAN Information
  • 33. Presentation_ID 45© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Verifying VLAN Information (cont.)
  • 34. Presentation_ID 46© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Trunks Configuring IEEE 802.1q Trunk Links
  • 35. Presentation_ID 47© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Assignment Configuring IEEE 802.1q Trunk Links (cont.)
  • 36. Presentation_ID 48© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Trunks Resetting the Trunk to Default State
  • 37. Presentation_ID 49© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Trunks Resetting the Trunk to Default State (cont.)
  • 38. Presentation_ID 50© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential VLAN Trunks Verifying Trunk Configuration
  • 39. Presentation_ID 51© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks IP Addressing Issues with VLANs  It is a common practice to associate a VLAN with an IP network.  Because different IP networks only communicate through a router, all devices within a VLAN must be part of the same IP network to communicate.  The figure displays that PC1 cannot communicate to the server because it has a wrong IP address configured.
  • 40. Presentation_ID 52© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Missing VLANs  If all the IP address mismatches have been solved, but the device still cannot connect, check if the VLAN exists in the switch.
  • 41. Presentation_ID 53© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Missing VLANs (cont.)  If the VLAN to which a port belongs is deleted, the port becomes inactive. All ports belonging to the VLAN that was deleted are unable to communicate with the rest of the network.  Not functional until the missing VLAN is created using the vlan vlan_id global configuration.
  • 42. Presentation_ID 54© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Introduction to Troubleshooting Trunks Note: To solve a native VLAN mismatch, configure the native VLAN to be the same VLAN on both sides of the link.
  • 43. Presentation_ID 55© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Common Problems with Trunks  Trunking issues are usually associated with incorrect configurations.  The most common type of trunk configuration errors are:  Native VLAN mismatches  Trunk mode mismatches  Allowed VLANs on trunks  If a trunk problem is detected, the best practice guidelines recommend to troubleshoot in the order shown above.
  • 44. Presentation_ID 56© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Common Problems with Trunks (cont.)
  • 45. Presentation_ID 57© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Incorrect Port Mode
  • 46. Presentation_ID 58© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Incorrect VLAN List
  • 47. Presentation_ID 59© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot VLANs and Trunks Incorrect VLAN List (cont.)  VLANs must be allowed in the trunk before their frames can be transmitted across the link.  Use the switchport trunk allowed vlan command to specify which VLANs are allowed in a trunk link.  Use the show interfaces trunk command to ensure the correct VLANs are permitted in a trunk.
  • 48. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 60 6.3 Inter-VLAN Routing Using Routers
  • 49. Presentation_ID 61© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Inter-VLAN Routing Operation What is Inter-VLAN Routing?  Layer 2 switches cannot forward traffic between VLANs without the assistance of a router.  Inter-VLAN routing is a process for forwarding network traffic from one VLAN to another, using a router.
  • 50. Presentation_ID 62© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Inter-VLAN Routing Operation Legacy Inter-VLAN Routing In the past:  Actual routers were used to route between VLANs.  Each VLAN was connected to a different physical router interface.  Packets would arrive on the router through one interface, be routed and leave through another.  Because the router interfaces were connected to VLANs and had IP addresses from that specific VLAN, routing between VLANs was achieved.  Large networks with large number of VLANs required many router interfaces.
  • 51. Presentation_ID 63© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Inter-VLAN Routing Operation Legacy Inter-VLAN Routing (cont.) In this example, the router was configured with two separate physical interfaces to interact with the different VLANs and perform the routing.
  • 52. Presentation_ID 64© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Inter-VLAN Routing Operation Router-on-a-Stick Inter-VLAN Routing  The router-on-a-stick approach uses only one of the router’s physical interface.  One of the router’s physical interfaces is configured as a 802.1Q trunk port so it can understand VLAN tags.  Logical subinterfaces are created; one subinterface per VLAN.  Each subinterface is configured with an IP address from the VLAN it represents.  VLAN members (hosts) are configured to use the subinterface address as a default gateway.
  • 53. Presentation_ID 65© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Inter-VLAN Routing Operation Router-on-a-Stick Inter-VLAN Routing (cont.) Router interface configured to operate as a trunk link and is connected to a trunked switch port. The router performs inter-VLAN routing by accepting VLAN-tagged traffic on the trunk interface coming from the adjacent switch, and then, internally routing between the VLANs using subinterfaces. The router then forwards the routed traffic, VLAN-tagged for the destination VLAN, out the same physical interface as it used to receive the traffic.
  • 54. Presentation_ID 66© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Inter-VLAN Routing Operation Identify the Types of Inter-VLAN Routing Activity  Legacy or Router-on-a-Stick?
  • 55. Presentation_ID 67© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Inter-VLAN Routing Operation Identify the Types of Inter-VLAN Routing Activity (cont.)  Legacy or Router-on-a-Stick?
  • 56. Presentation_ID 68© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Legacy Inter-VLAN Routing Configure Legacy Inter-VLAN Routing: Preparation  Legacy inter-VLAN routing requires routers to have multiple physical interfaces.  Each one of the router’s physical interfaces is connected to a unique VLAN.  Each interface is also configured with an IP address for the subnet associated with the particular VLAN.  Network devices use the router as a gateway to access the devices connected to the other VLANs.
  • 57. Presentation_ID 69© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Legacy Inter-VLAN Routing Configure Legacy Inter-VLAN Routing: Switch Configuration
  • 58. Presentation_ID 70© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Legacy Inter-VLAN Routing Configure Legacy Inter-VLAN Routing: Router Interface Configuration
  • 59. Presentation_ID 71© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Router-on-a-Stick Inter-VLAN Routing Configure Router-on-a Stick: Preparation  An alternative to legacy inter-VLAN routing is to use VLAN trunking and subinterfaces.  VLAN trunking allows a single physical router interface to route traffic for multiple VLANs.  The physical interface of the router must be connected to a trunk link on the adjacent switch.  On the router, subinterfaces are created for each unique VLAN.  Each subinterface is assigned an IP address specific to its subnet or VLAN and is also configured to tag frames for that VLAN.
  • 60. Presentation_ID 72© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Router-on-a-Stick Inter-VLAN Routing Configure Router-on-a Stick: Switch Configuration
  • 61. Presentation_ID 73© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Router-on-a-Stick Inter-VLAN Routing Configure Router-on-a Stick: Router Subinterface Configuration
  • 62. Presentation_ID 74© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Router-on-a-Stick Inter-VLAN Routing Configure Router-on-a Stick: Verifying Subinterfaces
  • 63. Presentation_ID 75© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Router-on-a-Stick Inter-VLAN Routing Configure Router-on-a Stick: Verifying Subinterfaces (cont.)
  • 64. Presentation_ID 76© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Router-on-a-Stick Inter-VLAN Routing Configure Router-on-a Stick: Verifying Routing  Access to devices on remote VLANs can be tested using the ping command.  The ping command sends an ICMP echo request to the destination address.  When a host receives an ICMP echo request, it responds with an ICMP echo reply.  Tracert is a useful utility for confirming the routed path taken between two devices.
  • 65. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 77 6.4 Chapter Summary
  • 66. Presentation_ID 78© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential • Explain the purpose of VLANs in a switched network. • Explain how a switch forwards frames based on VLAN configuration in a multi-switch environment. • Configure a switch port to be assigned to a VLAN based on requirements. • Configure a trunk port on a LAN switch. • Troubleshoot VLAN and trunk configurations in a switched network. • Describe the two options for configuring inter-VLAN routing. • Configure Legacy Inter-VLAN Routing. • Configure Router-on-a-Stick Inter-VLAN Routing Chapter Summary Summary
  • 67. Presentation_ID 82© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  • 68. Presentation_ID 83© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential