ip igmp trusted

モード
インターフェースモード
カテゴリー
IPマルチキャスト / IGMP Snooping

構文

コマンド構文

(config-if)# [no] ip igmp trusted {all|query|report|routermode}

コマンド説明

対象スイッチポートにおいて、選択したパラメーターのパケットをIGMP Snoopingで処理する。
no 形式で実行した場合は、選択したパラメーターのパケットをIGMP Snoopingで処理せずに破棄する。
パラメーターの初期設定はall。

パラメーター

all
全てのIGMPパケットとip igmp snooping routermodeコマンドで指定されているパケット
query
IGMP Query
report
IGMP Membership Report
routermode
ip igmp snooping routermodeコマンドで指定されているパケット

使用例

ポート1.0.5でIGMP Queryを受信しても、処理せずに破棄する。
awplus(config)# int port1.0.5
awplus(config-if)# no ip igmp trusted query

コマンドツリー

関連コマンド