cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3939
Views
0
Helpful
2
Replies

trunking between cisco and huawei switch

ahmed.alshawaff
Level 1
Level 1

Hello everyone;

 

Iam asking could I configure trunk port between X4500 switch and huawei  S5720 switch

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

Cat 4500 can be trunk with Huawei as below example : test and advice.

interface Eth-Trunk22
port link-type trunk
stp bpdu-filter enable
stp edged-port disable
mode lacp

interface GigabitEthernet x/x
undo negotiation auto
eth-trunk 22


Cisco 45 00 switch config:

 

interface Port-channel 22
switchport mode trunk


interface GigabitEthernet x/x
switchport mode trunk
channel-group 22 mode passive

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hello,

 

the below should work. 

 

Huawei S5720

 

interface GigabitEthernet 0/0/11
port link-type trunk
port trunk allow-pass vlan all
quit


Cisco

 

interface GigabitEthernet0/1
switchport mode trunk
--> switchport trunk encapsulation dot1q --> optional depending on your model

Review Cisco Networking for a $25 gift card