9 bridge aging-time, Syntax, Default configuration – Planet Technology WGSD-8000 User Manual

Page 175: Command mode, User guidelines, Example

Advertising
background image

User’s Manual of WGSD-1022/WGSD-8000

- 175 –

Syntax

bridge multicast forbidden forward-all

{add | remove} {ethernet interface-list | port-channel port-channel-number-list}

no bridge multicast forward-all

ƒ

add — Forbids forwarding all multicast packets.

ƒ

remove — Does not forbid forwarding all multicast packets.

ƒ

interface-list — Separates non consecutive valid Ethernet ports with a comma and no spaces; a hyphen is used to

designate a range of ports.

ƒ

port-channel-number-list — Separates non consecutive valid port-channels with a comma and no spaces; a hyphen is

used to designate a range of port-channels.

Default Configuration

By default, this setting is disabled (for example, forwarding to the port is not forbidden).

Command Mode

Interface Configuration (VLAN) mode

User Guidelines

IGMP snooping dynamically discovers multicast router ports. When a multicast router port is discovered, all the multicast

packets are forwarded to it unconditionally.

This command prevents a port to be a multicast router port.

Example

In this example, forwarding all multicast packets to e6 are forbidden.

console (config)# interface vlan 2

console (config-if)# bridge multicast forbidden forward-all add ethernet e6

5.4.9 bridge aging-time

The bridge aging-time global configuration command sets the address table aging time. To restore the default, use the no form

of the bridge aging-time command.

Syntax

bridge aging-time seconds

no bridge aging-time

ƒ

seconds — Time is number of seconds. (Range: 10 - 630 seconds)

Default Configuration

300 seconds

Advertising