Summit Switch & Cisco Etherchannel

Source: Internet
Author: User

Has anyone connected the Summit Switch and Cisco Etherchannel.

After checking the CCO, cisco etherchannel must establish an Etherchannel connection with a third-party SWITCH. LACP is based on the 802.3ad standard.

The link is SUMMIT5i. The Feature of 5i supports IEEE 802.1ad compatible link aggre gation (CISCO is Etherchanne and SUMMIT is link aggregation, also called sharing-group ), but our firmware is 6. xx. For 802.1AD, It is draft, and a new firmware is 7.0.0, which supports IEEE 802.1ad.
The experiment was successful. Although there are many differences between summit5i and cisco etherchannel, some experiments have produced good results.

[7600]
|
| ----- Etherchannel (fastether x 4)
|
[Summit5i]
|
| ----- Fastether
|
[7200]

**************************************** *************************************
Set [summit5i] First
#
# These four ports are connected to 1, 2, 3, and 4 ports of [7600 ].
Configure port 1 auto off speed 100 duplex full
Configure port 2 auto off speed 100 duplex full
Configure port 3 auto off speed 100 duplex full
Configure port 4 auto off speed 100 duplex full
#
# Port8 is connected to FE1/0 of 7200
Configure port 8 auto off speed 100 duplex full
#
# Summit sharing-grouping
Enable sharing 1 grouping 1, 2, 4, algorithm round-robin
Summit5iTx: 45 # sh port sh
Next possible completions:
<Cr>

Summit5iTx: 45 # sh port sharing
Load Sharing Monitor
Config Current Ld Share Link
Master Algorithm Group Status Ups
========================================================== ============================
1 1 r 1 A 11
R 2 A 9
R 3 A 26
R 4 A 9


Flags: Link Status: A-Active, R-Ready, D-Disabled, NP-Not Present
Ld Sh Algo: p-port based, a-address based, r-round robin

**************************************** *************************
[7200] setting (nothing special, just for testing)
Inter loop0
Ip address 2.2.2.2 255.255.255.0
Inter fa0/1
Ip address 192.168.1.3 255.255.255.0
Duplex full
No shut
Router ospf 1
Network 192.168.1.3 0.0.0.0 area 0
Network 2.2.2.0 0.0.0.255 area 0

**************************************** ***********************
[7600] settings
There are two etherchannels: layer2 and layer3.
(1) layer2 Etherchannel
Inter loop0
Ip address 1.1.1.1 255.255.255.0
Interface range fa3/1-4
Switchport
Switchport mode access
Switchport access vlan 10
Channel-group 2 mode on <Note: [on] is used here, and other modes will be discussed later.
Speed100
Duplex full
No shut
No cdp enable
!
No spanning-tree vlan 10 <mainly refers to turning off unnecessary port nego. Do not use
!
Inter vlan 10
Ip address 192.168.1.1 255.255.255.0
No shut
!
Router ospf 1
Network 192.168.1.1 0.0.0.0 area 0
Network 1.1.1.1 0.0.0.0 area 0
Default-information originate always

In fact, after you have knocked on the above config, you will find that the interface Port-channel1 has been generated by the router itself
!
Interface Port-channel 2
No ip address
No logging event link-status
Switchport
Switchport access vlan 10
Switchport mode access
!
Router # sh etherchannel summary
Flags: D-down P-in port-channel
I-stand-alone s-susponded
H-Hot-standby (LACP only)
R-Layer3 S-Layer2
U-in use f-failed to allocate aggregator

U-unsuitable for bundling
Number of channel-groups in use: 1
Number of aggregators: 1

Group Port-channel Protocol Ports
------ + ------------- + ----------- + -----------------------------------------------
2 Po2 (SU)-Fa3/1 (P) Fa3/2 (P) Fa3/3 (P) Fa3/4 (P)

Router #

**************************************** ***********************************
(2) layer3 Etherchannel

Interface Port-channel 5
Ip address 192.168.1.1 255.255.255.0
!
Interface range fa3/1-4
Speed100
Duplex full
No cdp enable
Channel-group 5 mode on
No shut
!
Router ospf 1
Network 192.168.1.1 0.0.0.0 area 0
Network 1.1.1.1 0.0.0.0 area 0
Default-information originate always

Router # sh etherchannel summary
Flags: D-down P-in port-channel
I-stand-alone s-susponded
H-Hot-standby (LACP only)
R-Layer3 S-Layer2
U-in use f-failed to allocate aggregator

U-unsuitable for bundling
Number of channel-groups in use: 1
Number of aggregators: 1

Group Port-channel Protocol Ports
------ + ------------- + ----------- + -----------------------------------------------
5 Po5 (RU)-Fa3/1 (P) Fa3/2 (P) Fa3/3 (P) Fa3/4 (P)

The above two etherchannels are not packet loss under CISCO's sweep ping.

However, if you set channel-group 5 mode XX to another image [active, passive], packet loss occurs, not to mention [auto, desirable], which is not supported at all.

This is a brief introduction.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.