Configuring forced fast-leave IGMP

For information about forced fast-leave, see Forced fast-leave IGMP.

Syntax:

[no] vlan vid ip igmp forcedfastleave port-list

Enables IGMP forced fast-leave on the specified ports in the selected VLAN, even if they are cascaded.

The no form of the command disables forced fast-leave on the specified ports in the selected VLAN.

Use show running to display the ports per-VLAN on which forced fast-leave is enabled.

Default: Disabled

show running-config

Displays a non-default IGMP forced fast-leave configuration on a VLAN. The show running-config output does not include forced fast-leave if it is set to the default of 0.

forcedfastleave

Can be used when there are multiple devices attached to a port.

Configuring fast learn

The fast learn option allows fast convergence of multicast traffic after a topology change. This command is executed in the global config context.

Syntax:

[no] igmp fastlearn port-list

This command enabled fast learn on the specified ports. The form of the command disables the fast learn function on the specified ports.

Default: Disabled

To enable fastlearn on ports 5 and 6

HP Switch(config)# igmp fastlearn 5-6

Configuring delayed group flush

When enabled, this feature continues to filter IGMP groups for a specified additional period of time after IGMP leaves have been sent. The delay in flushing the group filter prevents unregistered traffic from being forwarded by the server during the delay period. In practice, this is rarely necessary on the switches, which support data-driven IGMP. (Data-driven IGMP, which is enabled by default, prunes off any unregistered IGMP streams detected on the switch.)

Syntax:

igmp delayed-flush time-period

Where leaves have been sent for IGMP groups, enables the switch to continue to flush the groups for a specified period of time. This command is applied globally to all IGMP-configured VLANs on the switch.

Range: 0 - 255; Default: Disabled (0)

Syntax:

show igmp delayed-flush

Displays the current igmp delayed-flush setting.

Preventing unjoined multicast traffic

For more information about unjoined multicast traffic, see Unjoined multicast traffic.

Syntax:

[no] igmp filter-unknown-mcast

Enables interface isolation for unjoined multicast groups. IGMP is configured so that each interface with IGMP enabled will have a data-driven multicast filter associated with it, preventing unjoined IP multicast packets from being flooded. A reboot is required for the change to take effect.

Default: Disabled