V2_FAILOVER
Description
Get or Set the failover function.
In WPL Encoder Platform, the LAN port could be act as the backup port which be able to take over the traffic form WAN when the WAN connection is broken. Once the WAN connection is recovered, the LAN will hand over the traffic to WAN. This is only available in all WPL encoders.
Once the failover is enabled, the LAN port will not be functional until the WAN port connection is broken.
Input Argument
0 : Disable
1 : Enable
Attribute
Return of Message
V2_FAILOVER='0'
OK: V2_FAILOVER='1'
or
ERROR: V2_FAILOVER='1'
Applicability
Status
Valid
See Also
¡@
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_FAILOVER
or
http://ip:port/cgi-bin/cmd/system?V2_FAILOVER
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_FAILOVER=0
or
http://ip:port/cgi-bin/cmd/system?V2_FAILOVER=0
Back to