cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
639
Views
0
Helpful
1
Replies

Issue whit port-channel between Cisco 4507 and Huawei

m.pederneschi
Level 1
Level 1

Hi,

I'm trying to setup a Port-Channel between one Cisco 4507 and one Huawei 5850. The Cisco switch is running RSPT PVST whereas the Huawei Switch is running MSTP.

Below the configuration of the Cisco:

interface Port-channel20
 description *** TO HUAWEI 5720 Telecom - Link verso 5850 Lepida ***
 switchport
 switchport trunk native vlan 4001
 switchport trunk allowed vlan 1,705-707
 switchport mode trunk
 flowcontrol receive on

interface TenGigabitEthernet1/1
 switchport trunk native vlan 4001
 switchport trunk allowed vlan 1,705-707
 switchport mode trunk
 channel-group 20 mode active

interface TenGigabitEthernet1/2
 switchport trunk native vlan 4001
 switchport trunk allowed vlan 1,705-707
 switchport mode trunk
 channel-group 20 mode active

And here the Huawei:

interface Eth-Trunk20

port link-type trunk

port trunk pvid vlan 4001

port trunk allow pass vlan 705 to 707

mode lacp-static

interface 10GE1/0/3

eth-trunk 20

device transceiver 10GBASE-COPPER

interface 10GE2/0/3

eth-trunk 20

device transceiver 10GBASE-COPPER

If I remove from the trunk the VLAN 1, the port-channel remain UP but on Huawei side the MSTP put the Eth-Trunk in discarding mode. If I add the VLAN 1 to the trunk the port-channel remain up for a while (I can ping side to side) but then I got the following error:

4507-SW-1-ARM-A#
*Jun 10 02:03:59.610: %SYS-5-CONFIG_I: Configured from console by adminCMC on vty2 (172.18.0.1)
4507-SW-1-ARM-A#
*Jun 10 02:05:08.818: %PM-4-ERR_DISABLE: channel-misconfig error detected on Po20, putting Te1/1 in err-disable state
*Jun 10 02:05:08.822: %EC-5-UNBUNDLE: Interface Te1/1 left the port-channel Po20
*Jun 10 02:05:08.822: %PM-4-ERR_DISABLE: channel-misconfig error detected on Po20, putting Te1/2 in err-disable state
*Jun 10 02:05:08.834: %EC-5-UNBUNDLE: Interface Te1/2 left the port-channel Po20
*Jun 10 02:05:08.834: %PM-4-ERR_DISABLE: channel-misconfig error detected on Po20, putting Po20 in err-disable state
*Jun 10 02:05:08.826: %EC-5-UNBUNDLE: STANDBY:Interface Te1/1 left the port-channel Po20
*Jun 10 02:05:08.830: %PM-4-ERR_DISABLE: STANDBY:channel-misconfig error detected on Te1/1, putting Te1/1 in err-disable state
4507-SW-1-ARM-A#
*Jun 10 02:05:08.854: %EC-5-UNBUNDLE: STANDBY:Interface Te1/2 left the port-channel Po20
4507-SW-1-ARM-A#
*Jun 10 02:05:08.854: %PM-4-ERR_DISABLE: STANDBY:channel-misconfig error detected on Te1/2, putting Te1/2 in err-disable state
*Jun 10 02:05:08.990: %PM-4-ERR_DISABLE: STANDBY:channel-misconfig error detected on Po20, putting Te1/1 in err-disable state
*Jun 10 02:05:08.990: %PM-4-ERR_DISABLE: STANDBY:channel-misconfig error detected on Po20, putting Te1/2 in err-disable state
*Jun 10 02:05:08.990: %PM-4-ERR_DISABLE: STANDBY:channel-misconfig error detected on Po20, putting Po20 in err-disable state
4507-SW-1-ARM-A#conf t

Could be a interoperability between MSTP and RSTP PVST?

Many thanks.

Maurizio

1 Reply 1

Hello,

I have made a few changes (marked in bold), try those and check if that makes a difference:

interface Port-channel20
description *** TO HUAWEI 5720 Telecom - Link verso 5850 Lepida ***
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 4001
switchport trunk allowed vlan 1,705-707
switchport mode trunk
flowcontrol receive on

interface TenGigabitEthernet1/1
switchport trunk native vlan 4001
switchport trunk allowed vlan 1,705-707
switchport mode trunk
channel-group 20 mode active

interface TenGigabitEthernet1/2
switchport trunk native vlan 4001
switchport trunk allowed vlan 1,705-707
switchport mode trunk
channel-group 20 mode active

interface Eth-Trunk20
port link-type trunk
port trunk pvid vlan 4001
port trunk allow pass vlan 705 to 707
mode lacp-static

interface 10GE1/0/3
eth-trunk 20
undo negotiation auto
device transceiver 10GBASE-COPPER

interface 10GE2/0/3
eth-trunk 20
undo negotiation auto
device transceiver 10GBASE-COPPER

Review Cisco Networking for a $25 gift card