Ip igmp access-group – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 745
IGMP Snooping Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
31.7
ip igmp access-group
This command adds an access control list to a VLAN interface configured for IGMP or IGMP
Snooping. The access control list is used to control and filter the multicast groups learned
on the VLAN interface.
The no variant of this command disables the access control filtering on the interface.
Syntax
ip igmp access-group {<access-list-number>|<access-list-name>}
no ip igmp access-group
Default
By default there are no access lists configured on any interface.
Mode
Interface Configuration for a VLAN interface.
Usage
This command applies to VLAN interfaces configured for IGMP, IGMP Snooping, or IGMP
Proxy.
This command applies to VLAN interfaces configured for IGMP or IGMP Snooping.
Ensure your VLAN is configured first: see
Example
In the following example, hosts serviced by VLAN interface vlan2 can only join the group
225.2.2.2
:
Parameter
Description
<access-list-number>
Standard IP access-list number, in the range <1-99>.
<access-list-name>
Standard IP access-list name.
awplus#
configure terminal
awplus(config)#
access-list 1 permit 225.2.2.2 0.0.0.0
awplus(config)#
interface vlan2
awplus(config-if)#
ip igmp access-group 1