Catalyst show storm-controlコマンドの使い方

2023年7月25日

環境
Cisco Catalyst

操作方法
1.ストーム制御の設定方法

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# storm-control broadcast level 10
Switch# configure terminal Switch(config)# interface gigabitethernet1/0/1 Switch(config-if)# storm-control broadcast level 10
Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# storm-control broadcast level 10

説明
ブロードキャストが帯域の10%以上になるとブロードキャストの転送を行わなくなり、10%を下回るとブロードキャストの転送を再開します。

2.ストーム制御を確認する
構文
show storm-control

コマンド

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Switch# show storm-control
Interface Filter State Upper Lower Current
--------- ------------- ---------- --------- ---------
Gi1/0/1 Forwarding 10.00% 5.00% 1.00%
Switch# show storm-control Interface Filter State Upper Lower Current --------- ------------- ---------- --------- --------- Gi1/0/1 Forwarding 10.00% 5.00% 1.00%
Switch# show storm-control
Interface    Filter State   Upper       Lower      Current
---------    -------------  ----------  ---------  ---------
Gi1/0/1      Forwarding     10.00%      5.00%      1.00%

説明
Upperが上限値、Lowerが下限値、Currentが現在の通信量を表示します。

Cisco

Posted by arkgame