Chapter 1 - Multi Layer Switch

Embed Size (px)

Citation preview

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    1/38

    CCNA Advance

    Chapter 1Multilayer Switch

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    2/38

    EtherChannel

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    3/38

    3

    Describing EtherChannel

    • Companies require greater and cheaperbandwidth to run their networks

    • Users are becoming more impatient withany latency that occurs.

    • Cisco originally developed EtherChannelas a LAN switch-to-switch technique of

    inverse multiplexing of multiple Fast orGigabit

    • Ethernet switch ports into one logicalchannel.

    • It is effectively cheaper than higher speed

    media while using existing switch ports.

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    4/384

    EtherChannel Features and Benefits

    • Logical aggregation of similar links

    • Load balances• Viewed as one logical port

    • Redundancy

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    5/385

    Describing PAgP and LACP

    • PAgP – Port Aggreagation

    Protocol:

     – Cisco proprietary

    • LACP – Link Aggregation

    Control Protocol:

     – IEEE 802.3ad

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    6/386

    Configuring Layer 2 EtherChannel

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    7/387

    Configuring Layer 3 EtherChannel

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    8/38

    8

    EtherChannel: Guidelines and

    Restrictions

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    9/38

    9

    EtherChannel: Guidelines and Restrictions

    (Cont.)

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    10/38

    10

    EtherChannel Configuration Guidelines

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    11/38

    11

    Verifying EtherChannel

    • Display port Channel information:

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    12/38

    12

    Verifying EtherChannel (Cont.)

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    13/38

    13

    EtherChannel Load Balancing

    - EtherChannel balances traffic

    load across the links in a channel.- The default and

    load balancing method varies

    among the Cisco Catalyst models.

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    14/38

    Explaining Multilayer Switching

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    15/38

    15

    Explaining Multilayer Switching

     A multilayer switch:

     – Combines the functionality

    of a switch and a router into

    one device

     – Enabling the device to switch

    traffic when the source and

    destination are in the sameVLAN and to route traffic

    when the source and

    destination are in different

    VLANs (that is, different

    subnets).

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    16/38

    16

    Layer 2 Switch Forwarding Process

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    17/38

    17

    Layer 3 Switch Forwarding Process

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    18/38

    18

    Explaining Layer 3 Switch Processing

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    19/38

    19

    Layer 3 Switch Processing (Cont.)

    Layer 3 switching can occur at two different locations on the

    switch.

     – Centralized switching: Switching decisions are made on the

    route processor by a central forwarding table. – Distributed switching: Switching decisions can be made on a

    port or line-card level.

    Layer 3 switching takes place using one of these two methods: – Route caching: A Layer 3 route cache is built in hardware as the

    switch sees traffic flow into the switch.

     – Topology-based switching: Information from the routing table isused to populate the route cache, regardless of traffic.

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    20/38

    20

    Frame Rewrite

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    21/38

    21

    Layer 3 Switch Virtual Interface

    You configure an SVI for a VLAN

    for the following reasons:

     – To provide a default gateway for 

    a VLAN so that traffic can berouted between VLANs

     – To provide fallback bridging if it

    is required for non-routable

    protocols

     – To provide Layer 3 IP connectivity

    to the switch

     – To support routing protocol andbridging configurations

    Inter-VLAN Routing Using Multilayer

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    22/38

    22

    Inter VLAN Routing Using Multilayer

    Switch

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    23/38

    23

    Routed Ports on a Multilayer Switch

    Physical switch port with Layer 3

    capability

    • Not associated with a VLAN

    • Requires removal of Layer 2 portfunctionality

    • Configure

     – ip routing

     – interface fa0/1• no switchport

    • ip address 10.3.3.1

    255.255.255.0

     – router eigrp 50 (option)• network 10.0.0.0

    CEF B d M l il S i h

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    24/38

    24

    CEF-Based Multilayer Switches

    CEF caches routing information in the FIB table and Layer 2

    next-hop addresses in the adjacency table.

    Multilayer Switch Packet Forwarding

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    25/38

    25

    Multilayer Switch Packet Forwarding

    Process

    • Some IP packets cannot be processed in hardware.

    • If an IP packet cannot be processed in hardware, it is

    processed by the Layer 3 engine.

    CEF B d MLS L k

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    26/38

    26

    CEF-Based MLS Lookups

    1. Layer 3 packets initiate TCAM lookup.2. The longest match returns adjacency with rewrite information.

    3. The packet is rewritten per adjacency information and forwarded.

    ARP Th ttli

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    27/38

    27

     ARP Throttling

     ARP throttling consists of these steps:Step 1: Host A sends a packet to host B.

    Step 2:The switch forwards the packet to

    the Layer 3 engine based on the

    “glean” entry in the FIB. A gleanadjacency entry indicates that a

    particular next hop should be directly

    connected, but there is no MAC

    header rewrite information available.

    Step 3:The Layer 3 engine sends an

     ARP request for host B and installs

    the drop adjacency for host B. At this

    point, subsequent frames destined

    for host B from host A are dropped(ARP throttling).

    Step 4: Host B responds to the ARP

    request. The Layer 3 engine installs

    an adjacency for host B and removesthe drop adjacency.

    CEF B d MLS O ti

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    28/38

    28

    CEF-Based MLS Operation

    Configuring and Verifying CEF

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    29/38

    29

    Configuring and Verifying CEF

    • Configuring CEF

     – ip cef  (enabled by default)

     – ip route-cache cef (only on VLAN interface)

    • Verifying CEF – show ip cef fa 0/1 detail

     – show adjacency fa 0/1 detail

    Verifying CEF

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    30/38

    30

    Verifying CEF

    Common CEF Problems

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    31/38

    31

    Common CEF Problems

     – Is ideal switching method (CEF, DCEF) in use?

     – Are CEF tables complete and accurate?

    Verify Layer 3 Switching

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    32/38

    32

    Verify Layer 3 Switching

    Displaying Hardware Layer 3 Switching

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    33/38

    33

    Statistics

    Adjacency Information

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    34/38

    34

     Adjacency Information

    Debugging CEF Operations

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    35/38

    35

    Debugging CEF Operations

    How to Troubleshoot CEF

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    36/38

    36

    How to Troubleshoot CEF

    Summary

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    37/38

    37

    Summary

    • EtherChannel:

     – EtherChannel increases bandwidth and provides redundancy by aggregating

    individual links between switches.

     – EtherChannel can be dynamically configured between switches using either 

    PAgP or LACP. – Etherchannel is configured and verified using a variety of show commands.

     – Best practices should be followed for EtherChannel configuration.

     – EtherChannel load balances traffic over all the links in the bundle.

    • Multilayer Switch: – Layer 3 switching is high-performance packet switching in hardware.

     – MLS functionality can be implemented through CEF.

     – CEF uses tables in hardware to forward packets.

     – Specific commands are used to enable and verify CEF operations.

     – Commands to enable CEF are platform dependent.

     – CEF problems can be matched to specific solutions.

     – Specific commands are used to troubleshoot and solve CEF problems.

     – Ordered steps assist in troubleshooting CEF-based problems.

  • 8/16/2019 Chapter 1 - Multi Layer Switch

    38/38

    Question ?

    Thank you !