cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2309
Views
0
Helpful
5
Replies

C2811/2921 EtherChannel & Huawei switch

Hello

reference paper: 

https://www.cisco.com/c/dam/en/us/products/collateral/routers/3800-series-integrated-services-routers-isr/prod_white_paper0900aecd806f698a.pdf

 

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

 

5 Replies 5

Jaderson Pessoa
VIP Alumni
VIP Alumni
Hello

I suggest to you use a LACP to establish a etherchannel connection. Because in wrong settings, you network wont has problem.

For LACP on huawei, check it: https://support.huawei.com/enterprise/en/doc/EDOC1000178168/7abaffd5/link-aggregation-configuration
For LACP on cisco, check it: https://www.cisco.com/c/en/us/td/docs/ios/12_2sb/feature/guide/gigeth.html

Regards,

Jaderson Pessoa
*** Rate All Helpful Responses ***

Hi Jaderson

 

Thanks for your reply especially for the Huawei link!

balaji.bandi
Hall of Fame
Hall of Fame

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.

BB

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

How to Ask The Cisco Community for Help

Thanks Balaji!!!

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 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul