Bridge Multicast Filtering - Planet Networking & Communication WGSW-24010 User Manual

10/100/1000mbps 24-port + 1 mini-gbic managed gigabit ethernet switch
Hide thumbs Also See for WGSW-24010:
Table of Contents

Advertisement

Syntax
bridge address mac-address {ethernet interface | port-channel port-channel-number} [permanent | delete-onreset |
delete-on-timeout | secure]
no bridge address [mac-address]
§
mac-address — A valid MAC address.
§
Interface — A valid Ethernet port.
port-channel-number — A valid port-channel number.
§
§
permanent — The address can only deleted by the no bridge address command.
§
delete-on-reset — The address is deleted after reset.
§
delete-on-timeout — The address is deleted after "age out" time has expired.
§
secure — The address is deleted after the port changes mode to unlock learning ( no port security command).
This parameter is only available when the port is in learning locked mode.
Default Configuration
No static addresses are defined. The default mode for an added address is permanent.
Command Mode
Interface configuration (VLAN) mode
User Guidelines
There are no user guidelines for this command.
Example
The following example adds a permanent static MAC-layer station source address 3aa2.64b3.a245 on port g8 to the bridge
table.
console (config)# interface vlan 2
console (config-vlan)# bridge address 3aa2.64b3.a245 ethernet g8 permanent

3.4.2 bridge multicast filtering

The bridge multicast filtering global configuration command enables filtering of multicast addresses. To disable filtering
of multicast addresses, use the no form of the bridge multicast filtering command.
Syntax
bridge multicast filtering
no bridge multicast filtering
Default Configuration
Disabled. All multicast addresses are flooded to all ports of the relevant VLAN.
Command Mode
Global Configuration mode
User Guidelines
If multicast routers exist on the VLAN and IGMP-snooping is not enabled, the bridge multicast forward-all command
should be used to enable forwarding all multicast packets to the multicast routers.
Example
In this example, bridge multicast filtering is enabled.
console (config)# bridge multicast filtering
21

Advertisement

Table of Contents
loading

Table of Contents