Configuring multicast static group, Port-list> per vlan – Brocade BigIron RX Series Configuration Guide User Manual

Page 818

Advertising
background image

740

BigIron RX Series Configuration Guide

53-1002484-04

Configuring IP multicast traffic reduction

24

To configure the snooping device to statically join a multicast stream with the source address of
10.43.1.12 in the include mode, enter commands such as the following.

BigIron RX(config)# vlan 100

BigIron RX(config-vlan-100)# multicast static-group 224.10.1.1 include 10.43.1.12

uplink

To configure the snooping device to statically join all multicast streams on the uplink interface
excluding the stream with source address 10.43.1.12, enter commands such as the following.

BigIron RX(config)# vlan 100

BigIron RX(config-vlan-100)# multicast static-group 224.10.1.1 exclude 10.43.1.12

uplink

Configuring multicast static group

<

port-list> per VLAN

When the multicast static-group <group-address> <port-list> command is enabled on a snooping
VLAN, the snooping device will add the ports to the outgoing interface list of the multicast group
entry in the forwarding table as if IGMP joins were received from these ports. These ports will not
be aged out from the multicast group for not responding to the IGMP queries.

The multicast static-group <group-address> <port-list> command can be configured under the
VLAN configuration level only.

To configure the physical interface ethernet 2/4 to statically join a multicast group, enter
commands such as the following.

BigIron RX(config)# vlan 100

BigIron RX(config-vlan-100)# multicast static-group 224.10.1.1 ethernet 2/4

To configure the physical interface ethernet 3/4 to statically join a multicast stream with source
address of 10.43.1.12 in the include mode, enter commands such as the following.

BigIron RX(config)# vlan 100

BigIron RX(config-vlan-100)# multicast static-group 224.10.1.1 include 10.43.1.12

ethernet 3/4

To configure the physical interface ethernet 3/4 to statically join all multicast streams on the uplink
interface excluding the stream with source address of 10.43.1.12, enter commands such as the
following.

BigIron RX(config)# vlan 100

BigIron RX(config-vlan-100)# multicast static-group 224.10.1.1 exclude 10.43.1.12

ethernet 3/4

Syntax: [no] multicast static-group <group-address> uplink

Syntax: [no] multicast static-group <group-address> <port-list>

IGMP v3 commands
Syntax: [no] multicast static-group <group-address> [include l exclude <source-address>] uplink

Syntax: [no] multicast static-group <group-address> [include l exclude <source-address>]

<port-list>

The group-address parameter specifies the group multicast address.

The include or exclude keyword indicates a filtering action. You can specify which source (for a
group) to include or exclude. The include or exclude keyword is only supported on IGMPv3.

Advertising