D-Link DXS-3600 Series Cli Reference Manual page 559

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
None.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use the ip igmp snooping access-group command on the router to restrict the multicast traffic receiver
to join to specific group. The destination address part of the access list represents the multicast group
address that the receiver is permitted or denied to join.
Example
This example shows how to restrict the serviced IGMP snooping group for Ethernet 1/0/1 to group
226.1.1.1. In the following example, first, create an IP access list named "igmp_filter" which only permits
the packets destined for group address 226.1.1.1. Then, associate this access group in interface Ethernet
1/0/1.
Switch# configure terminal
Switch(config)# ip access-list igmp_filter
Switch(config-ip-acl)# permit any host 226.1.1.1
Switch(config-ip-acl)# end
Switch(config)# interface ethernet 1/0/1
Switch(config-if)# ip igmp snooping access-group igmp_filter
Switch(config-if)#
46-4 ip igmp snooping fast-leave
This command is used to configure IGMP Snooping fast-leave on the interface. Use the no form to
disable the fast-leave option on the specified interface.
ip igmp snooping fast-leave
no ip igmp snooping fast-leave
Parameters
None.
Default
By default, this option is disabled.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
The command is only available for VLAN interface configuration. The ip igmp snooping fast-leave
command allows IGMP membership to be removed from a port right on receiving the leave message
without using the group specific or group-source specific query mechanism.
Example
554

Advertisement

Table of Contents
loading

Table of Contents