DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
64
Ethernet 1/0/1
Switch(config)#
This example shows how to add the static address C2:F3:22:0A:22:33 to the MAC address table. It also
specifies that when any packet received on VLAN 4 that has a destination MAC address of C2:F3:22:0A:22:33
will be forwarded to port-channel 2.
Switch# configure terminal
Switch(config)# interface range Ethernet 1/0/5-6
Switch(config-if-range)# channel-group 2 mode on
Switch(config-if-range)# exit
Switch(config)# mac-address-table static C2:F3:22:0A:22:33 vlan 4 interface port-
channel 2
Switch(config)#
13-5
multicast filtering-mode
This command is used to configure the handling method for IP multicast packets. Use the
no
form of this
command to revert to the default setting.
multicast filtering-mode {forward-unregistered | filter-unregistered}
no multicast filtering-mode
Parameters
forward-unregistered
Specifies to forward registered IP multicast packets based on the
forwarding table and flood all unregistered multicast packets based
on the VLAN domain.
filter-unregistered
Specifies to forward registered IP multicast packets based on the
forwarding table and filter all unregistered multicast packets.
Default
By default, the
forward-unregistered
option is enabled.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
This filtering mode is only applied to IP multicast packets that are destined for addresses other than
those reserved for multicast addresses.
Example
This example shows how to set the multicast filtering mode on switch to filter-unregistered.
Switch# configure terminal
Switch(config)# multicast filtering-mode filter-unregistered