cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
576
Views
1
Helpful
10
Replies

Channel group issue

Jim Yorke
Level 1
Level 1

Hello all!

I ran into an issue when assigning a channel group to an interface on my C9372PX core switches running EIGRP.  I created a port channel on both cores and assigned the channel-group 45 to interface Ethernet1/45 with no issues.  When attempting to assign the channel-group 45 to Ethernet1/45 on my second core the command bandwidth inherit 1 showed up and have no idea why it appeared on one switch and not the other.

1 Accepted Solution

Accepted Solutions

Ok @Jim Yorke 

please try this:

interface Ethernet1/45
no channel-group 45
no shut

--

follow:

interface Ethernet1/45
no bandwidth
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal
channel-group 45

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

10 Replies 10

M02@rt37
VIP
VIP

Hello @Jim Yorke 

Could you please confirm whether ip routeur eigrp 'asn' command is configured on the Po45 interface on both core switches?

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

No it is not.  Here is the config from both cores:

Core 1

interface Ethernet1/45
description New Revenue Switch
shutdown
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal
bandwidth inherit 1
channel-group 45

interface port-channel45
description vPC45 Revenue
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal
vpc 45

------------------------------------------------------

Core 2

interface Ethernet1/45
description New Revenue Switch
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal
channel-group 45

interface port-channel45
description vPC45 Revenue
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal
vpc 45

 

Hello,

 

Could it have been there before configuring the port channel? Can you remove it and see if it causes any issues. I assume if both devices are the same maybe a different/updated IOS could have added that command.

 

-David

Same IOS on both cores.  The command appeared after I added the channel-group 45 command.  Attempted to use the no bandwidth inherit 1 command and it gave me an error.

This is the result of using the no command to remove the statement:

% Invalid command at '^' marker.
Annex-Core-1(config-if)# no bandwidth inherit 1                                                                                                                              
                                                    ^
% Invalid command at '^' marker.

Thanks @Jim Yorke 

the interface on CORE-01 had manual bandwidth override before becoming part of Po45 ?

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Pre channel-group 45 command:

interface Ethernet1/45
shutdown
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal

Ok @Jim Yorke 

please try this:

interface Ethernet1/45
no channel-group 45
no shut

--

follow:

interface Ethernet1/45
no bandwidth
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal
channel-group 45

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

M02@rt37, worked like a charm!  Thank you so very much for your help.  Any idea why this one interface and none of the others would add that inherit bandwidth 1 when assigning the port channel?

interface Ethernet1/45
switchport mode trunk
switchport trunk allowed vlan 45-46,150,200
spanning-tree port type normal
channel-group 45

Great @Jim Yorke, you're so welcome.

I suspect the no shut command help us also ...

The best way in this case is too reconfigure from scrach the interface ...

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.