11-27-2022 06:33 PM
Hi all
I stacked two C1000s, and set gi2/0/39-40 as etherchannel, the interface is default config,
but an error message appears, do I need to do other settings?
switch(config)#interface range gi2/0/39-40
switch(config-if-range)# switchport mode trunk
switch(config-if-range)# channel-group 1 mode active
Command rejected (Port-channel1, Gi2/0/39): Command execution failed on one or more switches
% Range command terminated because it failed on GigabitEthernet2/0/39
Device is C1000-48P-4X-L *2
version is 15.2(7)E4
11-28-2022 01:08 AM
- Could you try channel-group 1 mode on, and or look into using the latest advisory release too : https://software.cisco.com/download/home/286324209/type/280805680/release/15.2.7E6
M.
11-28-2022 01:19 AM
I tested mode on, but it still doesn't work, and the release note didn't mention similar bugs.
I will try to test the new version.
12-04-2022 09:37 PM
i try upgrade to 15.2(7)E6 , the problem is slove.
12-05-2022 12:49 AM
thanks for sharing solution.
12-05-2022 01:03 AM
Hello
Etherchannel can suffer from an order or operation in the way they are created, suggest do the following:
L2 etherchannel
1) default physical interfaces (if possible)
2) configure port-channel in physical interfaces
-- port-channel will be created automatically
3)create trunking encapsulation or access port mode directly in port-channel interface
4)enable physical interfaces "no shut"
Example:
conf t
default int ran gig0/1 -2 ( if applicable)
int ran gi0/1 -2
shut ( if applicable)
channel-group 1 mode xxx
int port-channel 1
switchport trunk encap dot1q
switchport- mode trunk
no shut
or
switchport vlan 123
swithport mode access
no shut
12-05-2022 01:16 AM
I have tried your way, but the device still shows command error.
12-05-2022 02:26 PM - edited 12-05-2022 02:27 PM
Hello
If the error ONLY pertains to the interface range command, then could be cosmetric to the software train you are using and indeed upgrading that software solves the problem.
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