Ruckus - Stacking

Model

# ICX系列交換機(ICX 7850, 8200)

Configuration

# 進入 EXEC 模式
en
conf t

  # 設定優先度 0 ~ 255 (預設是0),7850的情形下預設PORT是1/2/1、1/2/5
  stack unit 1
    priority 255
    stack-port 1/2/1 1/2/4
  exit

  # 啟用 stacking
  stack enable

  end

# 使用互動式選單來新增其他成員進入堆疊
# 1是改LOCAL的堆疊ID、2是指新機器、3是有舊config的設備
stack interactive-setup
0: quit
1: change stack unit IDs
2: discover and convert new units (no startup-config flash) to members
3: discover and convert existing/new standalone units to members

Configuration - 離開堆疊

[1]
# 移除STACKING線

[2]
# Console > [member] > stack unconfigure me

Check

# 確認 stacking 狀態 
show stack

# 重啟
Reload > 全部重開

# 存檔
write mem > 同步設定並儲存

Note

1.
Reload > 全部重開

2.
write mem > 同步設定並儲存

3.
拔掉STACKING線會再接回來 > show stack狀態顯示reserve > 重啟再進入堆疊

4.
stack switch-over適用於priority相同的時候
> priority不相同出現My priority = 255 is not equal to standby priority 0. abort

5.
更改priority,120秒後會重新選舉active, standby, member
> Will do election in 120 due to priority change