华为万兆交换机6855堆叠

配置思路:

采用如下的思路配置:

  1.  提前规划好堆叠方案。
  2.  按照前期的规划,完成各台交换机的堆叠配置,包括堆叠成员ID、堆叠优先级、堆叠域编号、堆叠端口等。完成后保存配置并将交换机下电。
  3.  连接交换机之间的堆叠线缆,然后将交换机上电。
  4.  检查堆叠组建是否成功。

 

操作步骤

一、 提前规划堆叠方案。

  1. 规划SwitchA的堆叠成员ID1SwitchB的成员ID2
  2. 规划SwitchA作为主交换机,其堆叠优先级最高,为150SwitchB的堆叠优先级为120
  3. 规划堆叠域编号(Domain ID)为10,不与网络中其他堆叠系统的域编号冲突。
  4. 规划SwitchASwitchB用于堆叠连接的端口为10GE1/0/110GE1/0/4

二、配置堆叠属性。

1、配置SwitchA的堆叠优先级为150Domain ID10。缺省情况下,设备的堆叠成员ID1。此处默认SwitchA的堆叠成员ID1,无需配置。

system-view
[HUAWEI] sysname SwitchA
[HUAWEI] commit
[SwitchA] stack
[SwitchA-stack] stack member 1 priority 150
[SwitchA-stack] stack member 1 domain 10
[SwitchA-stack] quit
[SwitchA] commit

2、配置SwitchB的堆叠成员ID2,优先级为120Domain ID10

 

system-view
[HUAWEI] sysname SwitchB
[HUAWEI] commit
[SwitchB] stack
[SwitchB-stack] stack member 1 priority 120
[SwitchB-stack] stack member 1 domain 10
[SwitchB-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
[SwitchB-stack] quit
[SwitchB] commit

SwitchB尚未重启,当前堆叠成员ID还是1,所以此时仍使用member 1来进行堆叠配置。

因为修改堆叠成员ID时指定了inherit-config参数,所以SwitchB重启后会继承member 1的堆叠配置;如果不指定inherit-config参数,那么SwitchB重启后不会继承member 1的堆叠配置,需要使用member 2重新进行堆叠配置。

3 配置堆叠端口。

SwitchA的业务口10GE1/0/110GE1/0/4加入堆叠端口1/1

[SwitchA] interface stack-port 1/1
[SwitchA-Stack-Port1/1] port member-group interface 10ge 1/0/1 to 1/0/4
Warning: After the configuration is complete,
1.The interface(s) (10GE1/0/1-1/0/4) will be converted to stack mode and be configured with the port crc-statistics trigger error-down command if the configuration does not exist.
2.The interface(s) may go Error-Down (crc-statistics) because there is no shutdown configuration on the interfaces.Continue? [Y/N]: y
[SwitchA-Stack-Port1/1] commit
[SwitchA-Stack-Port1/1] return

被配置为堆叠物理成员端口后,端口下会自动配置port crc-statistics trigger error-down

SwitchB的业务口10GE1/0/110GE1/0/4加入堆叠端口1/1

[SwitchB] interface stack-port 1/1
[SwitchB-Stack-Port1/1] port member-group interface 10ge 1/0/1 to 1/0/4
Warning: After the configuration is complete,
1.The interface(s) (10GE1/0/1-1/0/4) will be converted to stack mode and be configured with the port crc-statistics trigger error-down command if the configuration does not exist.
2.The interface(s) may go Error-Down (crc-statistics) because there is no shutdown configuration on the interfaces.Continue? [Y/N]: y
[SwitchB-Stack-Port1/1] commit
[SwitchB-Stack-Port1/1] return

4. 检查堆叠配置信息。

上述配置完成后,执行命令display stack configuration查看配置是否与规划的一致,如果不一致,需要修改配置。以查看SwitchA为例。

display stack configuration
Oper : Operation
Conf : Configuration
        : Offline configuration
Isolated Port : The port is in stack mode, but does not belong to any Stack-Port
Attribute Configuration:
MemberID Domain Priority Switch Mode Uplink Port
Oper(Conf) Oper(Conf) Oper(Conf) Oper(Conf) Oper(Conf)
1(1) --(10) 100(150) Auto(Auto) 440GE(440GE)
Stack-Port Configuration:
Stack-Port Member Ports
Stack-Port1/1 10GE1/0/1 10GE1/0/2 10GE1/0/3
10GE1/0/4

 5、保存配置后将设备下电。

 保存SwitchASwitchB的配置,然后将设备下电。SwitchB的配置与SwitchA相同,略。

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

6、按照前期规划及配置,连接堆叠线缆。线缆连接完成后将设备上电。

建议先将高优先级设备上电,以使其先完成启动,优先竞争为主交换机。

 

7、验证配置结果。

  等待几分钟后,在主交换机SwitchA上使用命令display stack查看堆叠是否组建成功。

display stack
MemberID Role MAC Priority DeviceType Description
1 Master 0004-9f31-d520 150 CE6850-48T4Q-EI
2 Standby 0004-9f62-1f40 120 CE6850-48T4Q-EI

如上所示,显示两台交换机的信息,表示堆叠建立成功,且主交换机为成员ID1的设备,即SwitchA

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

查看堆叠系统拓扑信息。

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 10GE1/0/1 up 10GE2/0/1 up
Stack-Port1/1 10GE1/0/2 up 10GE2/0/2 up
Stack-Port1/1 10GE1/0/3 up 10GE2/0/3 up
Stack-Port1/1 10GE1/0/4 up 10GE2/0/4 up
Stack-Port2/1 10GE2/0/1 up 10GE1/0/1 up
Stack-Port2/1 10GE2/0/2 up 10GE1/0/2 up
Stack-Port2/1 10GE2/0/3 up 10GE1/0/3 up
Stack-Port2/1 10GE2/0/4 up 10GE1/0/4 up

8、 保存堆叠系统配置。

  在检查堆叠已成功建立后,建议用户立即使用save命令保存堆叠系统配置。

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

9、配置文件

· 堆叠系统的配置文件

 1 · #
 2 · sysname SwitchA
 3 · #
 4 · stack
 5 · #
 6 · stack member 1 domain 10
 7 · stack member 1 priority 150
 8 · #
 9 · stack member 2 domain 10
10 · stack member 2 priority 120
11 · #
12 · interface Stack-Port1/1
13 · #
14 · interface Stack-Port2/1
15 · #
16 · interface 10GE1/0/1
17 · port mode stack
18 · stack-port 1/1
19 · port crc-statistics trigger error-down
20 · #
21 · interface 10GE1/0/2
22 · port mode stack
23 · stack-port 1/1
24 · port crc-statistics trigger error-down
25 · #
26 · interface 10GE1/0/3
27 · port mode stack
28 · stack-port 1/1
29 · port crc-statistics trigger error-down
30 · #
31 · interface 10GE1/0/4
32 · port mode stack
33 · stack-port 1/1
34 · port crc-statistics trigger error-down
35 · #
36 · interface 10GE2/0/1
37 · port mode stack
38 · stack-port 2/1
39 · port crc-statistics trigger error-down
40 · #
41 · interface 10GE2/0/2
42 · port mode stack
43 · stack-port 2/1
44 · port crc-statistics trigger error-down
45 · #
46 · interface 10GE2/0/3
47 · port mode stack
48 · stack-port 2/1
49 · port crc-statistics trigger error-down
50 · #
51 · interface 10GE2/0/4
52 · port mode stack
53 · stack-port 2/1
54 · port crc-statistics trigger error-down
55 · #
56 · return

 

posted @ 2023-06-13 14:57  雨夜清风  Views(243)  Comments(0Edit  收藏  举报