C613-50631-01 Rev A Command Reference for IE340 Series 1653
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IGMP AND IGMP SNOOPING COMMANDS
IP
IGMP ACCESS-GROUP
ip igmp access-group
Overview This command adds an access control list to a VLAN interface configured for IGMP,
IGMP Snooping, or IGMP Proxy. 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 notes This command applies to VLAN interfaces configured for IGMP, IGMP Snooping, or
IGMP Proxy.
Example In the following example, hosts serviced by VLAN interface vlan2 can only join the
group 225.2.2.2:
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
Parameter Description
<access-list-number> Standard IP access-list number, in the range <1-99>.
<access-list-name> Standard IP access-list name.