Enabling igmp immediate leave – LevelOne FGL-2870 User Manual

Page 332

Advertising
background image

Configuring the Switch

3-278

3

CLI – This example modifies the settings for multicast filtering, and then displays the
current status.

Enabling IGMP Immediate Leave

The switch can be configured to immediately delete a member port of a multicast
service if a leave packet is received at that port and the immediate-leave function is
enabled for the parent VLAN. This allows the switch to remove a port from the
multicast forwarding table without first having to send an IGMP group-specific query
to that interface.

Command Usage
• If immediate leave is not used, a multicast router (or querier) will send a

group-specific query message when an IGMPv2/v3 group leave message is
received. The router/querier stops forwarding traffic for that group only if no host
replies to the query within the specified timeout period. Note that the timeout period
is determined by the IGMP Query Report Delay (see “Configuring IGMP Snooping
and Query Parameters” on page 3-276).

• If immediate leave is enabled, the switch assumes that only one host is connected

to the interface. Therefore, immediate leave should only be enabled on an interface
if it is connected to only one IGMP-enabled device, either a service host or a
neighbor running IGMP snooping.

• Immediate leave is only effective if IGMP snooping is enabled, and IGMPv2 or

IGMPv3 snooping is used.

• Immediate leave does not apply to a port if the switch has learned that a multicast

router is attached to it.

• Immediate leave can improve bandwidth usage for a network which frequently

experiences many IGMP host add and leave requests.

Console(config)#ip igmp snooping

4-375

Console(config)#ip igmp snooping querier

4-380

Console(config)#ip igmp snooping leave-proxy

4-377

Console(config)#ip igmp snooping query-count 10

4-380

Console(config)#ip igmp snooping query-interval 100

4-381

Console(config)#ip igmp snooping query-max-response-time 20

4-381

Console(config)#ip igmp snooping router-port-expire-time 300

4-382

Console(config)#ip igmp snooping version 2

4-376

Console(config)#exit
Console#show ip igmp snooping

4-377

Service status: Enabled
Querier status: Enabled
Leave proxy status: Enabled
Query count: 10
Query interval: 100 sec
Query max response time: 20 sec
Router port expire time: 300 sec
Immediate Leave Processing: Disabled on all VLAN
IGMP snooping version: Version 2
Console#

Advertising