V2_WAN_STATUS
Description
Get the WAN port runtime status. It is similar to WAN_STATUS but not perform the connectivity and DNS test.
If the CHANNEL=n was set with this URL to the Multi-Channel device, the Router's WAN port runtime status will be returned.
Input Argument
None
Attribute
Return of Message
WAN_TYPE='1'
WAN_IP='192.168.0.100'
WAN_NETMASK='255.255.255.0'
WAN_GATEWAY='192.168.0.254'
Applicability
Status
Valid
See Also
WAN, WAN_STATUS, WAN_TYPE, WAN_IP, WAN_NETMASK, WAN_GATEWAY, WAN_PPPOE_USERNAME, WAN_PPPOE_PASSWORD
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_WAN_STATUS
or
http://ip:port/cgi-bin/cmd/system?V2_WAN_STATUS
Back to