在管理和維護網絡設備時,移除 Cisco Switch Stack 是一個常見的操作。本文將以一個實際範例,詳細說明如何將一個成員從 Cisco Switch Stack 中移除。
範例情境
假設目前的 Stack 情況如下:
Switch>show switch Switch/Stack Mac Address : 009e.1e31.0000 H/W Current Switch# Role Mac Address Priority Version State ---------------------------------------------------------- *2 Master 009e.1e31.0000 1 4 Ready
在這個範例中,Switch 2 是 Master,我們將移除這個 Stack 中的 Switch 2。
步驟一:重新編號 (Renumber)
首先,我們需要將 Switch 2 重新編號為 Switch 1。
- 進入配置模式:
Switch#configure terminal
- 將 Switch 2 重新編號為 Switch 1:
Switch(config)#switch 2 renumber 1 WARNING: Changing the switch number may result in a configuration change for that switch. The interface configuration associated with the old switch number will remain as a provisioned configuration. Do you want to continue?[confirm] Changing Switch Number 2 to Switch Number 1 New Switch Number will be effective after next reboot
- 保存配置並重啟設備:
Switch(config)#end Switch#wr Building configuration... [OK] tpe-core#reload Proceed with reload? [confirm] Connection closed by foreign host.
步驟二:移除 Switch 2 的配置
重新啟動後,我們需要進一步移除 Switch 2 的配置。
- 再次進入配置模式:
Switch#conf t Enter configuration commands, one per line. End with CNTL/Z.
2. 移除 Switch 2 的配置:
Switch(config)#no switch 2 provision ws-c2960x-24ts-l Switch(config)#end
結論
以上步驟詳細介紹了如何將一個成員從 Cisco Switch Stack 中移除。請注意,進行此操作前,請確保已備份相關配置,以避免數據丟失或配置錯誤。希望這篇文章對你有所幫助。
《AWS CDK 完全學習手冊:打造雲端基礎架構程式碼 IaC》
第 12 屆 iT 邦幫忙鐵人賽 DevOps 組冠的《用 CDK 定 義 AWS 架構》
第 11 屆 iT 邦幫忙鐵人賽《LINE bot 好好玩 30 天玩轉 LINE API》
一個熱愛分享的雲端工程師!