03-08-2019 06:23 AM
Hello
reference paper:
In my case I need to connect C2811/C2921 in Cross-Stack EtherChannel to a stack of Huawei switches.
C2811/C2921 require manual EtherChannel without LACP...
Being EtherChannel on C2811/C2921 manual, to which extent can I assume that the feature is transparent and so would work as expected in conjunction with Huawei switch stack?
Thanks
Fred
03-08-2019 06:29 AM
03-12-2019 02:47 AM
Hi Jaderson
Thanks for your reply especially for the Huawei link!
03-08-2019 06:45 AM - edited 03-08-2019 06:45 AM
sample config should work (test and advise).
Cisco
==========
!
interface Port-channel9
switchport
!
interface GigabitEthernet1/1
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
channel-protocol lacp
channel-group 9 mode active
!
interface GigabitEthernet1/2
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
channel-protocol lacp
channel-group 9 mode active
!
Huawei
=========
interface Eth-Trunk9
port link-type trunk
port trunk allow-pass vlan all
mode lacp-static
!
interface GigabitEthernet0/0/1
eth-trunk 9
!
interface GigabitEthernet0/0/2
eth-trunk 9
!
No shutdown bot the sides and test.
03-12-2019 02:47 AM
Thanks Balaji!!!
03-12-2019 06:55 AM
Hello Fred
if these suggestions assited you in resolving your problem please mark them accordingly and as solved - this would possibly assist other in the future with a similar 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