華為萬兆交換機6855堆疊
配置思路:
采用如下的思路配置:
- 提前規劃好堆疊方案。
- 按照前期的規劃,完成各臺交換機的堆疊配置,包括堆疊成員ID、堆疊優先級、堆疊域編號、堆疊端口等。完成后保存配置并將交換機下電。
- 連接交換機之間的堆疊線纜,然后將交換機上電。
- 檢查堆疊組建是否成功。
操作步驟:
一、 提前規劃堆疊方案。
- 規劃SwitchA的堆疊成員ID為1,SwitchB的成員ID為2。
- 規劃SwitchA作為主交換機,其堆疊優先級最高,為150。SwitchB的堆疊優先級為120。
- 規劃堆疊域編號(Domain ID)為10,不與網絡中其他堆疊系統的域編號沖突。
- 規劃SwitchA和SwitchB用于堆疊連接的端口為10GE1/0/1~10GE1/0/4。
二、配置堆疊屬性。
1、配置SwitchA的堆疊優先級為150,Domain ID為10。缺省情況下,設備的堆疊成員ID為1。此處默認SwitchA的堆疊成員ID為1,無需配置。
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的堆疊成員ID為2,優先級為120,Domain ID為10。
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/1~10GE1/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/1~10GE1/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、保存配置后將設備下電。
保存SwitchA和SwitchB的配置,然后將設備下電。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
如上所示,顯示兩臺交換機的信息,表示堆疊建立成功,且主交換機為成員ID為1的設備,即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

浙公網安備 33010602011771號