两台华为交换机堆叠配置

Posted catoop

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了两台华为交换机堆叠配置相关的知识,希望对你有一定的参考价值。

交换机接口

A交换机上有四个堆叠口,1 2 3 4
B交换机上有四个堆叠口,1 2 3 4

光口可以用于堆叠口,电口也可以用于堆叠口,支持度要看具体的交换机型号官方说明

双逻辑堆叠口环路堆叠

1、只使用两根堆叠线

使用2根堆叠线的时候,每一个逻辑堆叠口包含1个物理接口

  • 物理连线A1—B4
  • 物理连线A2—B3

连接示意图如下:

配置命令如下:

A交换机:

<HUAWEI>dis stack conf
*    : Invalid-configuration
---------------Configuration on slot 0 Begin---------------
stack enable
stack slot 0 renumber 0
stack slot 0 priority 100
stack reserved-vlan 4093
stack timer mac-address switch-delay 10
 
interface stack-port 0/1
 port interface XGigabitEthernet0/0/3 enable
 
interface stack-port 0/2
 port interface XGigabitEthernet0/0/4 enable
---------------Configuration on slot 0 End-----------------

B交换机:

<HUAWEI>dis stack conf
*    : Invalid-configuration
---------------Configuration on slot 1 Begin---------------
stack enable
stack slot 0 renumber 1
stack slot 1 priority 200
stack reserved-vlan 4093
stack timer mac-address switch-delay 10

interface stack-port 1/1
port interface XGigabitEthernet1/0/1 enable

interface stack-port 1/2                  
port interface XGigabitEthernet1/0/2 enable
---------------Configuration on slot 1 End-----------------

2、使用4根堆叠线

使用4根堆叠线的时候,每一个逻辑堆叠口包含2个物理接口

  • 物理连线A1—B3
  • 物理连线A2—B4
  • 物理连线A3—B1
  • 物理连线A4—B2

连接示意图如下:

配置命令如下:

交换机A:

<HUAWEI>dis stack conf
*    : Invalid-configuration
---------------Configuration on slot 0 Begin---------------
stack enable
stack slot 0 renumber 0
stack slot 0 priority 200
stack reserved-vlan 4093
stack timer mac-address switch-delay 10
 
interface stack-port 0/1
 port interface 40GE0/0/1 enable
 port interface 40GE0/0/2 enable
 
interface stack-port 0/2
 port interface 40GE0/0/3 enable
 port interface 40GE0/0/4 enable
---------------Configuration on slot 0 End-----------------

交换机B:

<HUAWEI>dis stack conf
*    : Invalid-configuration
---------------Configuration on slot 1 Begin---------------
stack enable
stack slot 0 renumber 1
stack slot 1 priority 100
stack reserved-vlan 4093
stack timer mac-address switch-delay 10

interface stack-port 1/1
port interface 40GE1/0/1 enable
port interface 40GE1/0/2 enable

interface stack-port 1/2
port interface 40GE1/0/3 enable          
port interface 40GE1/0/4 enable
---------------Configuration on slot 1 End-----------------

(END)

以上是关于两台华为交换机堆叠配置的主要内容,如果未能解决你的问题,请参考以下文章

Huawei交换机配置两台交换机堆叠示例

华为交换机设备组建堆叠示例(通过业务口普通线缆)

级联堆叠集群负载均衡

华为交换机12804堆叠配置

华为交换机堆叠之优先级配置

华为交换机堆叠配置经典命令