D-Link DGS-1510 Series Reference Manual page 262

Gigabit ethernet smartpro switch
Hide thumbs Also See for DGS-1510 Series:
Table of Contents

Advertisement

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
For a unicast MAC address entry, only one interface can be specified. For a multicast MAC address
entry, multiple interfaces can be specified. To delete a unicast MAC address entry, there is no need to
specify the interface ID. To delete a multicast MAC address entry, if an interface ID is specified, only
this interface will be removed. Otherwise, the entire multicast MAC entry will be removed. The option
drop can only be specified for a unicast MAC address entry.
Example
This example shows how to add the static address C2:F3:22:0A:12:F4 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:12:F4 will be forwarded to the Ethernet interface 1/0/1.
Switch# configure terminal
Switch(config)# mac-address-table static C2:F3:22:0A:12:F4 vlan 4 interface
eth1/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 eth1/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)#
30-7 multicast filtering-mode
This command is used to configure the handling method for multicast packets for a VLAN. Use the no
form of this command to revert to the default setting.
multicast filtering-mode {forward-all | forward-unregistered | filter-unregistered}
no multicast filtering-mode
Parameters
forward-all
forward-unregistered
filter-unregistered
Default
By default, the forward-unregistered option is enabled.
Specifies to flood all multicast packets based on the VLAN domain.
Specifies to forward registered multicast packets based on the
forwarding table and flood all unregistered multicast packets based
on the VLAN domain.
Specifies to forward registered packets based on the forwarding
table and filter all unregistered multicast packets.
259

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents