OcNOS-RON : Multicast Guide : Multicast Configuration Guide : IGMP Proxy Configuration : Enabling Proxy upstream interface
Enabling Proxy upstream interface
Enable IGMP proxy service on the interface in which the interface is in the direction toward the root of the multicast forwarding tree. In this example eth1 is the upstream interface which acts as an IGMP host.
 
#configure terminal
Enter configure mode.
(config)#interface eth1
Enter interface mode.
(config-if)#ip address 192.168.1.57/24
Assign IP address to an interface
(config-if)#ip igmp proxy-service
Enable IGMP proxy service on the upstream interface.
(config-if)#exit
Exit interface mode.
(config)#exit
Exit Configure mode.
Last modified date: 07/14/2023