Globally enabling the igmp version, Enabling the igmp version per interface setting – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 890

Advertising
background image

856

Brocade TurboIron 24X Series Configuration Guide

53-1003053-01

IGMP V3

Globally enabling the IGMP version

Using the CLI
To globally identify the IGMP version on a device, enter the following command.

TurboIron(config)#ip igmp version 3

Syntax: ip igmp version <version-number>

Enter 1, 2, or 3 for <version-number>. Version 2 is the default version.

Enabling the IGMP version per interface setting

To specify the IGMP version for a physical port, enter a command such as the following.

TurboIron(config)#interface eth 5

TurboIron(config-if-5)#ip igmp version 3

To specify the IGMP version for a virtual routing interface on a physical port, enter a command such
as the following.

TurboIron(config)#interface ve 3

TurboIron(config-vif-3)#ip igmp version 3

Syntax: [no] ip igmp version <version-number>

Enter 1, 2, or 3 for <version-number>. Version 2 is the default version.

Enabling the IGMP version on a physical port within
a virtual routing interface

To specify the IGMP version recognized by a physical port that is a member of a virtual routing
interface, enter a command such as the following.

TurboIron(config)#interface ve 3

TurboIron(config-vif-3)#ip igmp version 2

TurboIron(config-vif-3)#ip igmp port-version 3 e3 e7 e9

In this example, the second line sets IGMP V2 on virtual routing interface 3. However, the third line
set IGMP V3 on ports 3 through 7 and port e9. All other ports in this virtual routing interface are
configured with IGMP V2.

Syntax: ip igmp port-version <version-number> ethernet <port-number>

Enter 1, 2, or 3 for <version-number>. IGMP V2 is the default version.

The ethernet <port-number> parameter specifies which physical port within a virtual routing
interface is being configured.

Advertising