How do I configure the IGMP functionalities ?
Posted by , Last modified by Daniel Lizaola on 22 November 2017 04:14 PM
If you want route a multicast stream, you need to configure this on the ethernet interfaces.
There are two commands, one for the sending interface (to the clients) and the other for the receiving interface (eg. from the WAN).

interface IF_IP_WAN
  ipaddress 192.168.1.20 255.255.255.0
  icmp router-discovery
  igmp interface-type proxy-upstream

interface IF_IP_LAN
  ipaddress 10.0.0.1 255.255.255.0
  icmp router-discovery
  igmp interface-type proxy-downstream

Note: On interface IF_IP_LAN there are the receiving units connected, therefore the SmartNode must send the stream out there (downstream). Interface IF_IP_WAN is the receiving interface (upstream).
(1916 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).