03-21-2023 03:25 PM
Hi There,
Currently messing around on Packet Tracer with EtherChannels and I just wondered why in the below image 2 interfaces show as down on each switch and if this is by design? It's a very basic setup, Fa0/1, Fa0/2, and Fa0/3 are all their default config (duplex, speed, trunk/access mode, etc.) and they are all in an EtherChannel on each switch.
Not currently having issues with it just more out of curiosity. Thanks!
03-21-2023 03:33 PM
port member config
interface range f0/0-4
switchport access vlan 1
channel group 1 mode active
!
interface port-channel 1
switchport access vlan 1
that it.
03-21-2023 04:05 PM
Not sure what I did differently this time but all interfaces look to be up now. I just did the below on both switches.
interface range f0/0-3
channel group 1 mode active
If I don't explicitly set the 'switchport access vlan 1' command surely this would just be the default? Since all interfaces will be access for VLAN 1 as standard.
03-21-2023 04:23 PM
It default, but to be sure I prefer config switchport access vlan 1 under the PO also.
03-22-2023 09:37 AM
Makes sense, thank you!
03-22-2023 09:39 AM
you are so so welcome
and remember use range in config of port member of PO,
this prevent STP blk the port.
have a nice day
03-22-2023 09:42 AM
I think this may have been what I missed the first time. I didn't think about it being a big deal but apparently it is
03-22-2023 03:30 PM
"Not currently having issues with it just more out of curiosity."
I will say, my experience, across a couple of decades, getting Etherchannel to initially work, was often "interesting"; often several iterations of applying commands at the link interfaces and the port-channel interface were required. (Once it began to work, usually it worked just fine.)
Also over the decades, getting Etherchannel to initially work has seemed to become easier, additionally, later Etherchannel implementations require less and less configuring at the physical port interfaces.
Lastly, PT, itself, often poorly simulated real Cisco platforms, but PT, too, has evolved and improved! Still, with PT, whatever it's simulating, might be done partially or incorrectly.
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