• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

华三交换机6520和思科交换机4507双链路聚合,建议用什么模式?现在有丢包的情况,是不是聚合引起的

2021-06-27提问
  • 0关注
  • 1收藏,2205浏览
粉丝:0人 关注:3人

问题描述:

华三交换机6520和思科交换机4507双链路聚合,建议用什么模式?现在有丢包的情况,是不是聚合引起的

4 个回答
粉丝:11人 关注:6人

链路聚合一共只有两种模式,它们各自的优点如下所示,根据自己需要选择:

静态聚合模式:一旦配置好后,端口的选中/非选中状态就不会受网络环境的影响,比较稳定。

动态聚合模式:通过LACP协议实现,能够根据对端和本端的信息调整端口的选中/非选中状态,比较灵活。

可以看看链路聚合的状态和两端接口配置是否正常,正常的话就不是链路聚合导致的建议流统排查,不正常的话检查聚合配置,是否物理接口都下发了配置,物理链路是否zc




暂无评论

粉丝:131人 关注:6人

您好,请知:

动态和静态都可以。

以下是与思科对接链路聚合的配置案例,请参考:

组网说明:

本案例采用H3C S5500与思科2960对接二层链路聚合的典型组网。

H3C S5500的版本信息如下:

<H3C>dis version

H3C Comware Platform Software

Comware Software, Version 5.20, Release 5206

Copyright (c) 2004-2013 Hangzhou H3C Tech. Co., Ltd. All rights reserved.

H3C S5500-58C-HI uptime is 0 week, 0 day, 0 hour, 5 minutes

 

H3C S5500-58C-HI with 2 Processors

1024M   bytes SDRAM

4096K   bytes Nor Flash Memory

 

512M    bytes Nand Flash Memory

Hardware Version is REV.C

CPLD Version is 003

Bootrom Version is 211

[SubSlot 0] 48GE+4SFP+2SFP PLUS Hardware Version is REV.C

 

<H3C>

 

思科2960版本信息如下:

Switch#sh version

Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 12.2(55)SE2, RELEASE SOFTWARE (fc1)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2011 by Cisco Systems, Inc.

Compiled Tue 11-Jan-11 02:23 by prod_rel_team

Image text-base: 0x00003000,> 

ROM: Bootstrap program is Alpha board boot loader

BOOTLDR: C2960S Boot Loader (C2960S-HBOOT-M) Version 12.2(53r)SE, RELEASE SOFTWARE (fc3)

 

Switch uptime is 35 minutes

System returned to ROM by power-on

System image file is "flash:/c2960s-universalk9-mz.122-55.SE2/c2960s-universalk9-mz.122-55.SE2.bin"

 

 

This product contains cryptographic features and is subject to United

States and local country laws governing import, export, transfer and

use. Delivery of Cisco cryptographic products does not imply

third-party authority to import, export, distribute or use encryption.

Importers, exporters, distributors and users are responsible for

compliance with U.S. and local country laws. By using this product you

agree to comply with applicable laws and regulations. If you are unable

to comply with U.S. and local laws, return this product immediately.

 

A summary of U.S. laws governing Cisco cryptographic products may be found at:

http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

 

If you require further assistance please contact us by sending email to

export@cisco.com.

 

cisco WS-C2960S-48TS-S (PowerPC) processor (revision D0) with 131072K bytes of memory.

Processor board ID FOC1517Y1DJ

Last reset from power-on

1 Virtual Ethernet interface

1 FastEthernet interface

50 Gigabit Ethernet interfaces

The password-recovery mechanism is enabled.

 

512K bytes of flash-simulated non-volatile configuration memory.

Base ethernet MAC Address       : 88:F0:77:74:CA:80

Motherboard assembly number     : 73-12424-06

Power supply part number        : 341-0327-03

Motherboard serial number       : FOC15151KT0

Power supply serial number      : LIT144432G1

Model revision number           : D0

Motherboard revision number     : A0

Model number                    : WS-C2960S-48TS-S

Daughterboard assembly number   : 73-11933-04

Daughterboard serial number     : FOC151627Y8

System serial number            : FOC1517Y1DJ

Top Assembly Part Number        : 800-32452-03

Top Assembly Revision Number    : A0

Version ID                      : V03

CLEI Code Number                : COMGK00ARC

Daughterboard revision number   : A0

Hardware Board Revision Number  : 0x01

 

 

Switch Ports Model              SW Version            SW Image                

------ ----- -----              ----------            ----------              

*    1 50    WS-C2960S-48TS-S   12.2(55)SE2           C2960S-UNIVERSALK9-M    

 

 

Configuration register is 0xF

 

Switch#

 

配置步骤

H3C S5500与思科2960分别使用交换机的1口和2口进行互联。

配置关键点

H3C S5500链路聚合配置如下:

<H3C>sys

System View: return to User View with Ctrl+Z.

[H3C]int Bridge-Aggregation 1

[H3C-Bridge-Aggregation1]port link-type trunk

[H3C-Bridge-Aggregation1]port trunk permit vlan all

[H3C-Bridge-Aggregation1]quit

[H3C]int range GigabitEthernet 1/0/1 to GigabitEthernet 1/0/2

[H3C-if-range]port link-type trunk

[H3C-if-range]port trunk permit vlan all

[H3C-if-range]port link-aggregation group 1

[H3C-if-range]quit

 

思科2960链路聚合配置如下:

Switch(config)#interface port-channel 1

Switch(config-if)#switchport mode trunk

Switch(config-if)#switchport trunk allowed vlan all

Switch(config-if)#exit

Switch(config)#int range gigabitEthernet 0/1-2

Switch(config-if-range)#switchport mode trunk

Switch(config-if-range)#switchport trunk allowed vlan all

Switch(config-if-range)#channel-group 1 mode on

Switch(config-if-range)#exit

 

查看思科2960的链路聚合状态:

Switch#show interfaces port-channel 1 status

 

Port      Name               Status       Vlan       Duplex  Speed Type

Po1                          connected    trunk      a-full a-1000

Switch#

 

Switch#show interfaces port-channel 1 etherchannel

Age of the Port-channel   = 0d:00h:04m:19s

Logical slot/port   = 5/1          Number of ports = 2

GC                  = 0x00000000      HotStandBy port = null

Port state          = Port-channel Ag-Inuse

Protocol            =    -

Port security       = Disabled

 

Ports in the Port-channel:

 

Index   Load   Port     EC state        No of bits

------+------+------+------------------+-----------

  0     00     Gi0/1    On                 0

  0     00     Gi0/2    On                 0

 

Time since last port bundled:    0d:00h:01m:59s    Gi0/2

 

查看S5500链路聚合状态:

<H3C>dis link-aggregation verbose

Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing

Port Status: S -- Selected, U -- Unselected

Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,

        D -- Synchronization, E -- Collecting, F -- Distributing,

        G -- Defaulted, H -- Expired

 

Aggregation Interface: Bridge-Aggregation1

Aggregation Mode: Static

Loadsharing Type: Shar

  Port             Status  Priority  Oper-Key

--------------------------------------------------------------------------------

  GE1/0/1          S       32768     1

  GE1/0/2          S       32768     1

<H3C>

 

至此,S5500与思科2960对接二层链路聚合典型组网配置案例已完成!

暂无评论

粉丝:11人 关注:0人

跨厂家聚合建议用静态的。判断丢包是否是有聚合导致的,可以断一条线路测试

暂无评论

粉丝:17人 关注:5人

使用静态链路聚合,。
配置完检查聚合是否成功。
如果聚合完有丢包,可以断掉一根线,在测试是否丢包。以此来判断是否是由于聚合而引起的丢包。

暂无评论

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明