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

S7500系列交换机最多支持几台irf堆叠? 四台堆叠的话最好的连接方式是什么样子?

2022-05-15提问
  • 0关注
  • 1收藏,1273浏览
great 二段
粉丝:0人 关注:0人

问题描述:

S7500系列交换机最多支持几台irf堆叠?
四台堆叠的话最好的连接方式是什么样子?

组网及组网描述:

4 个回答
已采纳
知了小白
粉丝: 关注:

不同IRF模式下支持的成员设备数量和设备启动速度不同。IRF模式支持配置为以下几种:

·     light:表示小型模式。小型模式支持的成员设备数量较少,设备启动速度较快。小型模式下,只支持2台设备组成IRF。

·     normal:表示标准模式。标准模式下,支持4台设备组成IRF。


https://www.h3c.com/cn/d_201807/1096947_30005_0.htm



1.13.6  四台设备形成IRF典型配置举例

1. 组网需求

由于网络规模迅速扩大,当前中心交换机(Device A)转发能力已经不能满足需求(如图1-22)。现在需要另增三台设备,将这四台设备组成一个IRF(如图1-23)。使网络易管理、易维护。

2. 组网图


 

3. 配置思路

·     分别配置四台成员设备的成员编号、优先级、IRF端口;

·     将四台设备切换到IRF模式。

4. 配置步骤

(1)     配置Device A

设置Device A的成员编号为1,成员优先级为12。

<Sysname> system-view

[Sysname] irf member 1

[Sysname] irf priority 12

创建IRF端口1,并将它与物理端口Ten-GigabitEthernet3/0/2绑定。

[Sysname] irf-port 1

[Sysname-irf-port 1] port group interface ten-gigabitethernet 3/0/2

[Sysname-irf-port 1] quit

创建IRF端口2,并将它与物理端口Ten-GigabitEthernet3/0/1绑定。

[Sysname] irf-port 2

[Sysname-irf-port 2] port group interface ten-gigabitethernet 3/0/1

[Sysname-irf-port 2] quit

将当前配置保存到下次启动配置文件。

[Sysname] save

将设备的运行模式切换到IRF模式。

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

Do you want to convert the content of the next startup configuration file flash:

/startup.cfg to make it available in stand-alone mode? [Y/N]:y                 

Now rebooting, please wait...

设备重启后Device A形成了只有一台成员设备的IRF。

(2)     配置Device B

配置Device B的成员编号为2,成员优先级为26。

<Sysname> system-view

[Sysname] irf member 2

[Sysname] irf priority 26

创建IRF端口1,并将它与物理端口Ten-GigabitEthernet3/0/1绑定。

[Sysname] irf-port 1

[Sysname-irf-port 1] port group interface ten-gigabitethernet 3/0/1

[Sysname-irf-port 1] quit

创建IRF端口2,并将它与物理端口Ten-GigabitEthernet3/0/2绑定。

[Sysname] irf-port 2

[Sysname-irf-port 2] port group interface ten-gigabitethernet 3/0/2

[Sysname-irf-port 2] quit

将当前配置保存到下次启动配置文件。

[Sysname] save

参照图1-23进行物理连线。

将设备的运行模式切换到IRF模式。

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

Do you want to convert the content of the next startup configuration file flash:

/startup.cfg to make it available in stand-alone mode? [Y/N]:y                 

Now rebooting, please wait...

设备B重启后与设备A形成IRF。

(3)     配置Device C

配置Device C的成员编号为3,成员优先级为6。

<Sysname> system-view

[Sysname] irf member 3

[Sysname] irf priority 6

创建IRF端口1,并将它与物理端口Ten-GigabitEthernet3/0/2绑定。

[Sysname] irf-port 1

[Sysname-irf-port 1] port group interface ten-gigabitethernet 3/0/2

[Sysname-irf-port 1] quit

创建IRF端口2,并将它与物理端口Ten-GigabitEthernet3/0/1绑定。

[Sysname] irf-port 2

[Sysname-irf-port 2] port group interface ten-gigabitethernet 3/0/1

[Sysname-irf-port 2] quit

将当前配置保存到下次启动配置文件。

[Sysname] save

参照图1-23进行物理连线。

将设备的运行模式切换到IRF模式。

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

Do you want to convert the content of the next startup configuration file flash:

/startup.cfg to make it available in stand-alone mode? [Y/N]:y                 

Now rebooting, please wait...

设备C重启后与设备A、设备B形成IRF。

(4)     配置Device D

配置Device B的成员编号为4,成员优先级为2。

<Sysname> system-view

[Sysname] irf member 4

[Sysname] irf priority 2

创建IRF端口1,并将它与物理端口Ten-GigabitEthernet3/0/1绑定。

[Sysname] irf-port 1

[Sysname-irf-port 1] port group interface ten-gigabitethernet 3/0/1

[Sysname-irf-port 1] quit

创建IRF端口2,并将它与物理端口Ten-GigabitEthernet3/0/2绑定。

[Sysname] irf-port 2

[Sysname-irf-port 2] port group interface ten-gigabitethernet 3/0/2

[Sysname-irf-port 2] quit

将当前配置保存到下次启动配置文件。

[Sysname] save

参照图1-23进行物理连线。

将设备的运行模式切换到IRF模式。

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

Do you want to convert the content of the next startup configuration file flash:

/startup.cfg to make it available in stand-alone mode? [Y/N]:y                  

Now rebooting, please wait...

设备D重启后与设备A、设备B和设备C形成IRF。

粉丝:6人 关注:6人

7500型号属于v3了,没有相关irf的资料,确认型号就是S7500系列?

https://www.h3c.com/cn/Service/Document_Software/Document_Center/Switches/Catalog/S7500E/S7500/?category=43082&subcategory=43092

great 二段
粉丝:0人 关注:0人

S7500X

以下组网情况时,IRF中的成员设备最多只能为2台: · 同一IRF端口上绑定的IRF物理端口数超过8个 · 设置IRF物理端口的工作模式为为extended模式 · 设置IRF模式为light模式 · 使用S7503X交换机组建IRF · 当设备上安装了LSQM1PT8TSSC0、LSQM1PT24TSSC0和LSQM1XPT12TSFD0单板 · 当选择SA系列接口板或下列SC系列接口板上的端口作为IRF物理端口: ¡ LSQM2GP44TSSC0 ¡ LSQM2GP24TSSC0 ¡ LSQM2GT24PTSSC0 ¡ LSQM2GT24TSSC0 其他组网情况时,IRF中的成员设备最多可以为4台。 组网详见官网资料:https://www.h3c.com/cn/d_202203/1575994_30005_0.htm

urpwo_7 发表时间:2022-05-15
粉丝:25人 关注:7人

7500X?

可以环形连线,就是A接B,B接C,C接D,D再接回A。
成员数量限制参考:

https://www.h3c.com/cn/d_202203/1575994_30005_0.htm



编辑答案

你正在编辑答案

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

分享扩散:

提出建议

    +

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

确定

亲~检测到您登陆的账号未在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. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

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

不规范转载

×

举报说明