2 bridge multicast filtering, Syntax, Default configuration – PLANET WGSD-1022 User Manual

Page 135: Command mode, User guidelines, Example

Advertising
background image

address to the bridge table. To delete the MAC address, use the no form of the bridge address

command (using the no form of the command without specifying a MAC address deletes all static MAC

addresses belonging to this VLAN).

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 e8 to the bridge table.

console (config)# interface vlan 2

console (config-vlan)# bridge address 3aa2.64b3.a245 ethernet e8 permanent

5.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.

Advertising