技术小站

华为CE6800交换机堆叠配置

#堆叠线缆连接

CE6800-1 40ge 1/0/1 to CE6800-2 40ge 1/0/1

CE6800-1 40ge 1/0/2 to CE6800-2 40ge 1/0/2

#通过CONSOLE口配置CE6800-1的堆叠参数

<HUAWEI> system-view

#配置堆叠优先级、堆叠ID和域编号。

[~HUAWEI] stack

[~HUAWEI-stack] stack member 1 priority 200

[*HUAWEI-stack] stack member 1 domain 10

[*HUAWEI-stack] quit

[*HUAWEI] commit

#创建堆叠端口。

[~HUAWEI] interface stack-port 1/1

#将堆叠物理成员端口加入堆叠端口。堆叠端口的起止编号需与物理连线一致。

[*HUAWEI-Stack-Port1/1] port member-group interface 40ge 1/0/1 to 1/0/2

[*HUAWEI-Stack-Port1/1] quit

[*HUAWEI] commit

[~HUAWEI] quit

#保存配置脚本。

<HUAWEI> save

Warning: The current configuration will be written to the device. Continue? [Y/N]:Y

#按Enter键

Info: Please input the file name(*.cfg, *.zip, *.dat)[vrpcfg.zip]:

Now saving the current configuration to the slot 1

Info: Save the configuration successfully.

#重启交换机,耗时约5分钟。

<HUAWEI> reboot

...

Warning: The system will reboot. Continue? [Y/N]:Y

...

#关闭堆叠接口。

<HUAWEI> system-view

[~HUAWEI] interface stack-port 1/1

[*HUAWEI-Stack-Port1/1] shutdown

[*HUAWEI-Stack-Port1/1] quit

[*HUAWEI] commit

[~HUAWEI] quit

<HUAWEI> save

Warning: The current configuration will be written to the device. Continue? [Y/N]:y

...

#通过CONSOLE口配置CE6800-2的堆叠参数

#进入系统视图。

<HUAWEI> system-view

#配置堆叠ID和堆叠域编号。

[~HUAWEI] stack

[~HUAWEI-stack] stack member 1 renumber 2 inherit-config

Warning: The stack configuration of member ID 1 will be inherited to member ID 2 after the device resets. Continue? [Y/N]:Y

[*HUAWEI-stack] stack member 1 domain 10

Info: The operation takes effect only after the save command is executed. The device with a lower priority then will be reset in stack merging scenario.

[*HUAWEI-stack] quit

[*HUAWEI] commit

#创建堆叠端口。

[~HUAWEI] interface stack-port 1/1

#将堆叠物理成员端口加入堆叠端口。堆叠端口的起止编号需与物理连线一致。

[*HUAWEI-Stack-Port1/1] port member-group interface 40ge 1/0/1 to 1/0/2

[*HUAWEI-Stack-Port1/1] quit

[*HUAWEI] commit

[~HUAWEI] quit

<HUAWEI> save

Warning: The current configuration will be written to the device. Continue? [Y/N]:Y

#按Enter键

Info: Please input the file name(*.cfg, *.zip, *.dat)[vrpcfg.zip]:

Now saving the current configuration to the slot 1

Info: Save the configuration successfully.

#重启交换机

<HUAWEI> reboot

...

Warning: The system will reboot. Continue? [Y/N]:Y

...

待CE6800-2启动成功后,登录CE6800-1,执行如下命令。

<HUAWEI> system-view

[~HUAWEI] interface stack-port 1/1

[*HUAWEI-Stack-Port1/1] undo shutdown

[*HUAWEI-Stack-Port1/1] quit

[*HUAWEI] commit

[~HUAWEI] quit

<HUAWEI> save

Warning: The current configuration will be written to the device. Continue? [Y/N]:y

...

#验证配置结果

<HUAWEI> display stack

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

MemberID Role     MAC              Priority   Device Type

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

1        Master   30d1-7e72-9650   200        CE6800

2        Standby  30d1-7e72-9600   100        CE6800

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

<HUAWEI> display stack topology

Stack Topology:

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

Stack-Port 1      Stack-Port 2

MemberID   Status Neighbor   Status Neighbor

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

1          up     2          --     --

2          up     1          --     --

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

Stack Link:

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

Stack-Port       Port               Status     PeerPort           PeerStatus

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

Stack-Port1/1    40GE1/0/1          up         40GE2/0/1          up

Stack-Port1/1    40GE1/0/2          up         40GE2/0/2          up

Stack-Port2/1    40GE2/0/1          up         40GE1/0/1          up

Stack-Port2/1    40GE2/0/2          up         40GE1/0/2          up

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


原创文章请注明转载自技术小站本文地址:http://www.i5i6.net/post/219.html,标题:华为CE6800交换机堆叠配置

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

【我来说两句】
分享到:

精彩推荐:

相关文章:

CentOS Linux系统通过串口console口连接配置网络设备  (2022-2-15 8:5:52)

联想EN1032交换机 ISL vLAG配置  (2019-3-5 9:51:31)

华为防火墙USG6320透明模式配置  (2018-7-20 16:36:25)

华为路由器接入互联网 DHCP接口方式 配置  (2018-4-22 16:19:58)

华为无线AP 胖模式配置  (2018-3-31 13:12:21)

华为路由器VRRP配置(双活HA)  (2018-3-28 10:52:2)

华为路由器、交换机、AC、AP配置新手教程  (2018-3-28 10:6:48)

华为高端存储 18000 V3系列基础配置 开局  (2017-2-22 15:57:3)

华为服务器SAS控制器驱动问题  (2015-11-25 16:25:39)

评论 0