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

Aggregate docking between Cisco devices and H3C S12500 devices

2020-09-22 Published
  • 0关注
  • 0收藏 3075浏览
周天 五段
粉丝:0人 关注:0人

Network Topology

Aggregation has two-layer aggregation and three-layer aggregation, and what we are discussing here is two-layer aggregation. 


Problem Description

Cisco devices dock with H3C S12500. Our company has two types of aggregation: dynamic aggregation and static aggregation. For Cisco's aggregation, one is manual aggregation and the other is called self-negotiation. 

Cisco's Manual Way: This is a simple way to set the mode of "on" on both ends of the port member link and configure the format of channel-group <number group number>mode on. Our device uses static aggregation to dock with Cisco in this way. 

Cisco's Automation: Cisco Automation has two protocols: PAgP (port Aggregation Protocal) and LACP (Link Aggregation Control Protocl). 


Process Analysis

For PAgP: This is Cisco's Port Private Aggregation Protocol. There are auto and desirable methods. Since this is a private agreement, our equipment cannot be docked to it. 

For LACP: the standard port aggregation protocol 802.3ad, Cisco has active and passive modes.Because it is a standard agreement, both modes can be connected with our equipment.

Solution

Static aggregation docking: Our company uses static aggregation, Cisco uses manual aggregation, mode is on, guarantees the speed and duplex at both ends are consistent. 

 

Cisco configuration: Since the lab only has Cisco's Gigabit port, the Gigabit port docking is used:  

interface FastEthernet0/3

 switchport trunk encapsulation dot1q

 switchport mode trunk

 speed 100

 duplex full

 channel-group 1 mode on

interface FastEthernet0/11

 switchport trunk encapsulation dot1q

 switchport mode trunk

 speed 100

 duplex full

 channel-group 1 mode on

!

interface Port-channel1

 description Connect_H3C

 switchport trunk encapsulation dot1q

 switchport mode trunk


S12500 Configuration:

interface Bridge-Aggregation1

 port link-type trunk

 port trunk permit vlan all

 #

interface GigabitEthernet6/0/1

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 speed 100

 duplex full

 port link-aggregation group 1

#

interface GigabitEthernet6/0/3

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 speed 100

 duplex full

 port link-aggregation group 1


Once the configuration is complete, you can see that the aggregation was successfully established.

C3550#show interfaces port-channel 1 etherchannel 

Age of the Port-channel   = 7d:16h:20m:41s

Logical slot/port   = 1/0          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     Fa0/3    On                 0

  0     00     Fa0/11   On                 0


Test connectivity:

C3550#ping 10.0.0.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms


Dynamic Aggregation: Our device uses dynamic aggregation, Cisco device uses automatic aggregation, experimental tests, Cisco side mode of use is active/passive can be aggregated successfully.

 

Dynamic Aggregation Cisco Configuration:

interface Port-channel1

 switchport trunk encapsulation dot1q

 switchport mode trunk

 !

interface FastEthernet0/3

 switchport trunk encapsulation dot1q

 switchport mode trunk

 speed 100

 duplex full

 channel-protocol lacp

 channel-group 1 mode active/passive

 !

interface FastEthernet0/11

 switchport trunk encapsulation dot1q

 switchport mode trunk

 speed 100

 duplex full

 channel-protocol lacp

 channel-group 1 mode active/passive


S12500 Configuration:

interface Bridge-Aggregation1

 port link-type trunk

 port trunk permit vlan all

 link-aggregation mode dynamic

 #

interface GigabitEthernet6/0/1

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 speed 100

 duplex full

 port link-aggregation group 1

#

interface GigabitEthernet6/0/3

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 speed 100

 duplex full

 port link-aggregation group 1


When configured as active:

C3550#show interfaces port-channel  1 etherchannel 

Port-channel1   (Primary aggregator)

 

Age of the Port-channel   = 0d:00h:08m:55s

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

HotStandBy port = null

Port state          = Port-channel Ag-Inuse

Protocol            =   LACP

Port security       = Disabled

 

Ports in the Port-channel:

 

Index   Load   Port     EC state        No of bits

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

  0     00     Fa0/3    Active             0

  0     00     Fa0/11   Active             0


When configuring passive:

C3550#show interfaces port-channel 1 etherchannel 

Port-channel1   (Primary aggregator)

 

Age of the Port-channel   = 8d:14h:07m:05s

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

HotStandBy port = null

Port state          = Port-channel Ag-Inuse

Protocol            =   LACP

Port security       = Disabled

 

Ports in the Port-channel:

 

Index   Load   Port     EC state        No of bits

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

  0     00     Fa0/3    Passive            0

  0     00     Fa0/11   Passive            0


The display on our equipment is as follows:

[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: Dynamic

Loadsharing Type: Shar

System ID: 0x8000, 0023-8911-7c00

Local:

  Port             Status  Priority Oper-Key  Flag

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

  GE6/0/1          S       32768    3         {ACDEF}

  GE6/0/3          S       32768    3         {ACDEF}

Remote:

  Actor            Partner Priority Oper-Key  SystemID               Flag

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

  GE6/0/1          4       32768    1         0x8000, 0013-6002-6d00 {CDEF}

  GE6/0/3          12      32768    1         0x8000, 0013-6002-6d00 {CDEF}

               

Aggregation Interface: Bridge-Aggregation1

Aggregation Mode: Dynamic

Loadsharing Type: Shar

System ID: 0x8000, 0023-8911-7c00

该案例对您是否有帮助:

您的评价:1

若您有关于案例的建议,请反馈:

0 comments

No comments

Add Comments:

举报

×

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

侵犯我的权益

×

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

泄露了我的隐私

×

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

侵犯了我企业的权益

×

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

抄袭了我的内容

×

原文链接或出处

诽谤我

×

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

对根叔知了社区有害的内容

×

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

不规范转载

×

举报说明

提出建议

    +

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

确定

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

注册后可访问此模块

跳转hclhub

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