差分

ナビゲーションに移動 検索に移動
編集の要約なし
463行目: 463行目:     
=== スイッチの追加 ===
 
=== スイッチの追加 ===
 +
スタックに新しいスイッチを追加したとき、スイッチの電源を入れる前に、スタックケーブルを適切に接続していなければいけません。新しく追加されたスイッチがメンバーとして検出されるまで、スタックは半分の帯域幅で動作します。
 +
 +
スイッチは検出されてスタックの一部になると、スタックリングは "Full" ステートに移行します。
 +
 +
以下の出力は、スタックが新しく追加されたスイッチが検出されるまで、スタックが "Half" リング ステートであることを示しています。<syntaxhighlight lang="diff">
 +
9300-STACK#show switch stack-ring speed
 +
 +
Stack Ring Speed              : 240G
 +
 +
Stack Ring Configuration      : Half
 +
 +
Stack Ring Protocol            : StackWise
 +
</syntaxhighlight>3 台のスイッチが StackWise-480 / 320 で動作するときの、スタック ケーブリングを以下に示します。
 +
[[ファイル:White-paper-c11-741468 12.webp|代替文=画像 12. 3 台のスイッチが StackWise-480 / 320 で動作するときの、スタック ケーブリング|なし|フレーム|画像 12. 3 台のスタック]]
 +
画像 13 に、4 番目のスイッチを上記のスタックに追加したときのスタック ケーブル構造を示します。
 +
[[ファイル:White-paper-c11-741468 13.webp|代替文=画像 13. StackWise-480 /320 と 4 台のスイッチ|なし|フレーム|画像 13. StackWise-480 /320 と 4 台のスイッチ]]
 +
 +
 +
新しいスイッチをスタックに追加すると、以下のログが出力されます。
 +
{| class="wikitable"
 +
!新しいメンバー スイッチが追加された際のログ
 +
|-
 +
|<syntaxhighlight lang="diff">
 +
Initializing Hardware...
 +
 +
<SNIP>
 +
 +
 +
 +
Current ROMMON image: Primary
 +
 +
Last reset cause : PowerOn
 +
 +
C9300-24UX platform with 8388608 Kbytes of main memory
 +
 +
boot: attempting to boot from [flash:packages.conf]
 +
 +
boot: reading file packages.conf
 +
 +
< SNIP >
 +
 +
Waiting for 120 seconds for other switches to boot
 +
 +
 +
 +
The switch number is 4
 +
 +
All switches in the stack have been discovered. Accelerating discovery
 +
 +
 +
</syntaxhighlight>
 +
|}
 +
{| class="wikitable"
 +
!スタックが新しいスイッチを検出し、スイッチ番号を 4 としてアサインしたときのログ
 +
|-
 +
|<syntaxhighlight lang="diff">
 +
9300-STACK#
 +
 +
 +
 +
*Aug 20 18:44:51.427: %STACKMGR-6-SWITCH_ADDED: Switch 2 R0/0: stack_mgr: Switch 4 has been added to the stack.
 +
 +
*Aug 20 18:44:51.428: %STACKMGR-6-SWITCH_ADDED: Switch 1 R0/0: stack_mgr: Switch 4 has been added to the stack.
 +
 +
*Aug 20 18:44:51.430: %STACKMGR-6-SWITCH_ADDED: Switch 3 R0/0: stack_mgr: Switch 4 has been added to the stack.
 +
 +
 +
 +
<SNIP>
 +
 +
*Aug 20 18:44:57.034: %STACKMGR-6-SWITCH_ADDED: Switch 4 R0/0: stack_mgr: Switch 4 has been added to the stack.
 +
 +
*Aug 20 18:44:57.034: %STACKMGR-6-SWITCH_ADDED: Switch 4 R0/0: stack_mgr: Switch 4 has been added to the stack.
 +
 +
*Aug 20 18:44:57.249: %HMANRP-6-HMAN_IOS_CHANNEL_INFO: HMAN-IOS channel event for switch 4: EMP_RELAY: Channel UP!
 +
</syntaxhighlight>
 +
|}
 +
It is recommended to have the stack cables connected to the newly added switch prior to powering it on. If the stack cables are connected after the switch has been powered on, it will result in reload of the newly added switch. A similar message will be seen during this process on the new switch, resulting in a reload:
 +
 +
電源を入れる前に、新しいスイッチのスタックケーブルを接続することを推奨します。もし電源を入れた後にスタックケーブルがが接続されると、新しいスイッチが再起動する結果になります。新しいスイッチでこの処理が起きると、以下のようなメッセージが出力され、再起動が発生します。<syntaxhighlight lang="diff">
 +
“Chassis 1 reloading, reason - stack merge”
 +
</syntaxhighlight>
 +
 +
=== スイッチの削除 ===

案内メニュー