PAgP LACP Etherchannel

Scenario:

For this lab you need REAL hardware. You can’t use switches in GNS3!

You need at least Catalyst 2950 switches for this lab.

You are a master of spanning tree and specialized in migration scenarios. Corkscrew inc. is one of your customers and they are having issues with their switches. There are many VLANs in the network and you would like to reduce the number of spanning tree calculations. As a result you decide to implement MST (Multiple Spanning Tree) for them.

Goal:

  • Configure PAgP between SW1 and SW2. SW1 should actively try to form an Etherchannel and SW2 should only respond to requests.
  • Configure LACP between SW1 and SW3. SW1 should actively try to form an Etherchannel and SW3 should only respond to requests.
  • Configure an Etherchannel between SW2 and SW3. You are not allowed to use any protocol for negotiation.
  • Configure the etherchannel between SW1 and SW2 to use destination MAC address load-balancing.

It took me 1000s of hours reading books and doing labs, making mistakes over and over again until I mastered all the switch protocols for CCNP.

Would you like to be a master of switching too? In a short time without having to read 900 page books or google the answers to your questions and browsing through forums?

I collected all my knowledge and created a single ebook for you that has everything you need to know to become a master of switching.

You will learn all the secrets about PaGP, LACP, Etherchannels, link aggregation and more.

Does this sound interesting to you?

Master CCNA Today

IOS:

Basic IOS for the switches should be sufficient. No special features needed.

Topology:

Etherchannel Network Topology

Video Solution:

Configuration Files

You need to register to download the GNS3 topology file. (Registration is free!)

Once you are logged in you will find the configuration files right here.


Here are the configuration files:

PAgp LACP Etherchannel – Final Configuration

Opt In Image
Do you want your CCNA or CCNP Certificate?

The How to Master series helps you to understand complex topics like spanning-tree, VLANs, trunks, OSPF, EIGRP, BGP and more.

Written by René Molenaar - CCIE #41726

You May Also Like

About the Author: Rene Molenaar

René - CCIE #41726 is the creator of GNS3Vault.com where he shares CCNA, CCNP and CCIE R&S labs. He also blogs about networking on http://networklessons.com

32 Comments

  1. Hi Rene, I have 3 2950’s and 1 3550 switches. Next to that I have 3 extra network interfaces in my desktop. I really would like to see a tutorial of labs to combine GNS3 with real switches via the cloud functionally in GNS3. To do something like intervlan-routing etc. Redirect my if there is already a tread about this topic.
    Thank you!

    1. Hi Ciscotuupje,

      I don’t have a tutorial for this at the moment but it’s really easy to connect your switches to your GNS3 router, here’s what you do:

      1. Click and drag a router to your GNS3 topology.
      2. Click and drag a "cloud" to your GNS3 topology.
      3. Open the preferences of your "cloud" (right mouse click) and connect it to one of your NICs.
      4. Connect your real switch to that NIC.

      That’s it…..now they are connected.

  2. I tried this Lab in Cisco Packet Tracer 5.3.3, and it supports all commands. Thanks for video.

    1. That’s good to hear. Seems packettracer does support PAGP/LACP. Will be helpful for people studying CCNA. It doesn’t include some of the CCNP commands for switches though..

      thanks for your comment!

  3. i have download the lab , but how do i open it using GNS3

    thanks
    Avi

    1. Hello Avi,

      These are only the config files. You are unable to configure PAgP or LACP on GNS3. You need real switches.

      Best Regards,

      Rene

  4. Hi Rene,
    let me say sorry in advance if my question was funny . I heard can use real iOS in GNS3. If so we can use same commands and functions as real devices. I’m confusing why GNS3 can’t use switching labs. Is that mean we must have real devices for testing?

    Best Regards

    1. Hi Aungbobo,

      No worries 🙂 GNS3 can run the real IOS image but only for routers. Switches use ASICS (Application Specific Integrated Circuit) and there are currently no emulators that can run the Switch IOS.

      If you want to practice switching you have 4 options right now:

      – Use real hardware, buy the switches yourself.
      – Use a rack rental (check packetlife.net they have a free lab).
      – Use packet tracer (simulator).
      – Use IOU (IOS on Unix). This is the Cisco emulator but it’s not available to the public and I think it’ll take some time to get it working.

  5. Hello Rene,
    Thx for this video. I have 1 question. In the above scenario, as all 3 switches are having 2 ways to reach other switches, so would there not be any loop issue. pls correct me if i am wrong.

    1. Without etherchannels there is a loop between 2 switches (there are 2 cables after all) and the whole topology is 1 loop.

      In short, whenever you add redundancy you create a loop. After configuring the etherchannels between the switches we only have 1 loop left, spanning-tree will block this.

  6. Hai Rene,

    You are awesome…thanks for the labs and videos. It really helps people like me who is preparing for the exams..ofcourse I am gonna buy your books..

  7. Great of you to provide some switching labs Rene!!
    one question here, you said change load-balancing per segment.
    the command is global however. is IOS not capable to loadshare per port-channel?

    1. I have the same question for this LAB. In the last step, we adapted global behavior of IOS – etherchannel between SW1 and SW2 will load-balance according to dst MAC, however the etherchannel between SW1 and SW3 will do also.

      1. Assuming you configured SW1, yes. It is a global setting, but understand it does not have to match on both ends of the channel.

  8. http://no need for Real Switches anymore, download IOU-WEB from CC and create your own labs, i created a lab where i can do all the switching labs for GNS3Vault, Enjoy guys

  9. Hi Rene .
    If we use 8 port for EtherChannel , how many is comming to block by spanning-tree?

    1. Jacky the switches view the port-channel as one logical link and will participate in your STP deployment as such; one link. So if you have two switches connected via 8 ports in one port-channel STP will only see one link. If you create more port-channels they will be used in your STP deployment as additional links 🙂

  10. Hi Rene,

    I am on page 146 on CCNA Book, I have 3 2950’s switches – I am not getting the LACP to work it does not show the same output, can these switches achieve LCAP?

  11. Hi All

    Now we can create this lab using new GNS3 with IOU features.

    IOU3(config-if)#channel-group 10 mode ?
    active Enable LACP unconditionally
    auto Enable PAgP only if a PAgP device is detecte
    desirable Enable PAgP unconditionally
    on Enable Etherchannel only
    passive Enable LACP only if a LACP device is detecte

    Happy Switching

    KaDer 🙂

  12. The CCNP Switch book goes into heavier detail about the load-balancing logic going on under the hood. Now that we have practical experience in configuring this, will the exam require us to understand the concept in detail?

    1. Probably, yes. What specifically is of concern? Knowing the different algorithms and why you might want one over the other is probably as far as it will go.

  13. Hi
    I don’t see an option to downlload topology files , i used to. COuld you please advise ?

    Thank you

  14. Rene, thank you for this website (and your book) . It might actually help me pass CCNA/CCNP~!

  15. Hello everyone,
    I have a question about connecting real switches to the GNS3. I did as Rene described through the cloud in GNS3, but its only 1 interface. How can I use switch for multiple devices or what kind of topology I can implement with having one switch connected to the router via cloud? Thanks

  16. Hallo Rene, Mooi video, ik ben nu bezig met CCNP Switching, ik heb met dit video Packet Trace gedaan en die heeft gewerkt. denk je dat met packet trace mijn CCNP R&S kan halen.

    alvast bedankt.

  17. i’m using IOU to make switching lab and it’s working enough to run Layer2 functions but i’ve got trouble when i wanna run layer 3 feature .Please anybody advice which version to run L3 features ? my current IOU ver is ( i86bi-linux-l2-adventerprise-15.1b )

Comments are closed.