DGS-6604
m
multicast filtering-mode
CLI Reference Guide
440
multicast filtering-mode
Use the
multicast filtering mode
command to configure the method how an
interface handles unknown multicast packets.
multicast filtering-mode {forward-all | forward-unregistered | filter-unregistered}
Default
forward-unregistered
Command Mode
Interface configuration
Usage Guideline
Only VLAN interfaces support this command.
Example
This example shows how to set the multicast filtering mode to filter-unregistered.
Verify the setting by entering the
show multicast filtering-mode
command.
Syntax Description
forward-all
Flood all multicast packets based on VLAN domain.
forward-unregistered
Forward the registered multicast packet based on forwarding table, and flood all
un-registered multicast packets based on VLAN domain.
filter-unregistered
Forward the registered packets based on forwarding table, and filter all un-
registered multicast packets.
Switch(config)# interface vlan1
Switch(config-if)# multicast filtering-mode filter-unregistered