C613-50631-01 Rev A Command Reference for IE340 Series 1663
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IGMP AND IGMP SNOOPING COMMANDS
IP
IGMP MROUTE-PROXY
ip igmp mroute-proxy
Overview Use this command to enable IGMP mroute proxy on this downstream interface and
associate it with the upstream proxy service interface.
Use the no variant of this command to remove the association with the
proxy-service interface.
Syntax
ip igmp mroute-proxy <interface>
no ip igmp mroute-proxy
Mode Interface Configuration for a VLAN interface.
Usage notes This command applies to VLAN interfaces configured for IGMP Proxy.
You must also enable the IGMP proxy service on the upstream interface, using the
ip igmp proxy-service command. You can associate one or more downstream
mroute proxy interfaces on the device with a single upstream proxy service
interface. This downstream mroute proxy interface listens for IGMP reports, and
forwards them to the upstream IGMP proxy service interface.
IGMP Proxy does not work with other multicast routing protocols, such as PIM-SM
or PIM-DM.
Example To configure vlan3 as the upstream proxy-service interface for the downstream
vlan2 interface, use the commands:
awplus# configure terminal
awplus(config)# ip multicast-routing
awplus(config)# interface vlan3
awplus(config-if)# ip igmp proxy-service
awplus(config-if)# ip igmp
awplus(config)# interface vlan2
awplus(config-if)# ip igmp mroute-proxy vlan3
awplus(config-if)# ip igmp
Related
commands
ip igmp
ip igmp proxy-service
ip multicast-routing
Parameter Description
<interface> The name of the interface.