In standard mode, multicast traffic will flood to all bridge ports when no client subscribes to a multicast group—even if IGMP snooping is enabled.
Blocking Mode:
In blocking mode, the multicast data traffic will be blocked and not flood to all bridge ports when there are no client subscriptions to any multicast group.
標準模式說,就算是沒有任何用戶端加入 multicast group,multicast 的封包資料還是持續傳送到所有指定的 port 上面。
阻隔模式是說,沒有任何用戶端加入 multicast group,multicast 的封包資料就會停止傳送到所有指定的 port 上面。
你用 port 隔離了 所以傳送都是在哪指定的 port 上面 用 MOD 不管選 standard mode 還是 blocking mode 基本上都可以 實際沒什麼差別
除非你沒辦法指定 port 隔離 那為了避免封包亂跑就得選 blocking mode 只有限定有加入 multicast group 的 client 才會接收到資料