10-05-2021 10:43 PM
Hi. I would like to ask how to configure an EtherChannel/Port-Channel on a router to switch connections. I'm familiar with LACP and PagP configuration(Layer 2 switch to Layer 2 switch and Multilayer Switch to Multilayer Switch.) However, on the router's physical interface the only available command for EtherChannel/Port-Channel is "channel-group [group number]". To solve this problem I came up with an idea by manually configuring the EtherChannel using the mode on-on(don't know the right term for it so I just call it mode on-on) but this raises another problem for me. The first is I don't know how to configure a mode on-on and how to verify if the EtherChannel/Port-Channel is working properly. Second, there is no mode option in the router's physical interface. Also, I have questions I would like to clarify regarding EtherChannel/Porth-Channel.
regards
Jorrie
Solved! Go to Solution.
10-06-2021 12:10 AM
Hi,
below will guide to configure etherchannel on cisco router (only if capable with IOS and platform)
rate this and mark as answer if this solved your concern
10-06-2021 12:10 AM
Hi,
below will guide to configure etherchannel on cisco router (only if capable with IOS and platform)
rate this and mark as answer if this solved your concern
10-06-2021 05:20 PM - edited 10-06-2021 05:33 PM
I don't if L3 Ether-Channel on router in PT will work but you can test it on ISR 4331; PT is just a sim meant to behave like IOS but it is not real IOS. You can set up EtherChannel manually; always on and no negotiation on either other side, no LACP and PagP protocols. that is what "mode on" means. Here is configs that you can copy paste into PT:
interface Port-channel1
ip address 10.0.0.1 255.255.255.0
!
interface GigabitEthernet0/0/0
no ip address
channel-group 1
!
interface GigabitEthernet0/0/1
no ip address
channel-group 1
Regards, ML
**Please Rate All Helpful Responses **
10-07-2021 02:43 AM
Hi Mr. Martin and Mr. Kasun. Thank you for answering my question on how to configure EtherChannel manuanlly. Mr. Martin I would like to ask what is the proper way how to verify if the bundled port is working properly? The way that I verify EtherChannel is first I'm gonna issue the command show Etherchannel summary to check if they are in use and in bundled then I gonna issue another command which is show spanning-tree(I issue this command when working with a switch to check if the two physical ports become one logical port since I usually encounter that the two physical port which I bundled are still included in the same vlan in spanning-tree.) After solving this problem the next thing I do is to shutdown each physical port to test it's if it's working.
Have a great day.
10-07-2021 05:15 PM
Yes, use show commands after configuration to verify; 1st verify your configuration with show run command; then verify technology with show Etherchannel summary and show spanning tree commands. Of course, you can furthermore test layer 1 connectivity by physically bouncing the port to see if other link took over in case of Etherchannels.
It seems that PT lets you configure L3 Etherchannels on ISR 4331 router.
Regards, ML
**Please Rate All Helpful Responses **
10-10-2021 08:48 PM
Hello Mr. Martin I would like to ask what do you mean by saying "physically bouncing the port" do mean unplugging the rest of the ports are bundled and plug it back in after I test the connectivity of each port?
Regards
Jorrie
10-10-2021 10:35 PM
Hi,
you can use 'show Etherchannel summary' to see set of ports participating in same channel. or manually remove the cable 1 by 1 if you have physical access to device.
rate this and mark as answer if this helped you to resolve issue
10-12-2021 07:32 AM
Yes, unplugging cable to see if the traffic still flows via other link (ethechannel has 2 or more links) OR use shut command to shut down one of interfaces in bundle.
Regards, ML
**Please Rate All Helpful Responses **
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