V2_MULTICAST_IF
Description
Get or Set the networking interface (LAN or WAN port) for sending/receiving multicast packets.
In WPL Platform, there are two networking interface, LAN and WAN port,. By default, the multicast path is on LAN port. It needs to switch the multicast path to WAN port if your networking connection is on the WAN port.
In EPL, PlatformT and Multi-Channel devices, there is only one networking port (WAN). It does not need to set this configuration. However, for back compatible consideration, this command needs to be supported in Read Only way and return 1 (WAN) always.
Input Argument
1 : WAN Port
2 : LAN Port
Attribute
Return of Message
V2_MULTICAST_IF='1'
OK: V2_MULTICAST_IF='1'
or
ERROR: V2_MULTICAST_IF='1'
Applicability
Status
Valid
See Also
PORT_MULTICAST, V2_PORT_RTP_MULTI_VIDEO, V2_PORT_RTP_MULTI_AUDIO, VIDEO_MULTICAST_TTL, V2_MULTICAST_IP, IGMP_ENABLED
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_MULTICAST_IF
or
http://ip:port/cgi-bin/cmd/system?V2_MULTICAST_IF
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_MULTICAST_IF=1
or
http://ip:port/cgi-bin/cmd/system?V2_MULTICAST_IF=1
Back to