02-28-2022 03:03 PM
I am trying to create Ethernet channel between 2 switches 3725
now in trying to create LACP the keyword active/passive not working, however it looks like I can define static ethernet channel
other switch has similar issue after I defined encapsulation and trunking
it seems I can statically configure the ether channel, however I cannot configure LACP using active or passive keywords
any suggestions to move forward
Solved! Go to Solution.
03-01-2022 09:03 AM
I had not previously utilized an import appliance for switches.
I therefore imported a iou-l3 image appliance using this tutorial to guide me
https://gns3.com/marketplace/appliances/cisco-iou-l3
and hence now I am able to have dynamic etherchannel protocols like LACP applied to my switch
02-28-2022 04:16 PM
It is strange that you don't have the options to configure LACP modes but static (mode on) usually works fine too.
Is there an option for PAGP?
HTH
02-28-2022 05:04 PM - edited 02-28-2022 05:05 PM
You are using the keyword "mode" when you force it on, but not when you are trying to do LACP. See below.
interface Ethernet1/11 description FreeNAS2 - P1 switchport access vlan 252 spanning-tree link-type point-to-point channel-group 12 mode active
You also need this in global config.
feature lacp
02-28-2022 07:33 PM
I read in documentation for 9000 series switches the feature lacp needs to be enabled
However when I go to
'feature lacp'
I'm thinking this may be due to using a router base as a switch, as I am not using any native switch images for router.
02-28-2022 06:05 PM
Looks like you using Router image with Ethernet switchport extension/module, which may not support LACP. Not all L2 futures are supported by such image.
Otherwise, IOL /IOU virtual images may not allow you to use LACP as they are not supported. It supports only manual ether-channel.
Regards, ML
**Please Rate All Helpful Responses **
03-01-2022 08:17 AM
any more suggestions with regards to this?
03-01-2022 09:03 AM
I had not previously utilized an import appliance for switches.
I therefore imported a iou-l3 image appliance using this tutorial to guide me
https://gns3.com/marketplace/appliances/cisco-iou-l3
and hence now I am able to have dynamic etherchannel protocols like LACP applied to my switch
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide