WAN

Description

Get the WAN port configuration. If the WAN Type is Dynamic, the networking address (IP, Netmask and Gateway) in the return message is not the runtime setting.

In WPL decoder, the DNS and DDNS configurations will be replied in this URL.

In EPL decoder, this URL is same as the WAN in the SYSTEM CGI but only Type1 URL command is supported.

Therefore, the WAN URL in WPL decoders is only addressed in this page.

Input Argument

None

Attribute

Return of Message

WAN_TYPE='1'
WAN_IP='10.0.0.1'
WAN_NETMASK='255.255.255.0'
WAN_GATEWAY='10.0.0.254'
WAN_PPPOE_USERNAME=''
WAN_PPPOE_PASSWORD=''
DNS_PRIMARY=''
DNS_SECONDARY=''
DDNS_TYPE='1'
DDNS_SERVICE='dyndns'
DDNS_HOSTNAME='IPDevice'
DDNS_USERNAME=''
DDNS_PASSWORD=''

Applicability

Status

Valid

See Also

WAN_TYPE, WAN_IP, WAN_NETMASK, WAN_GATEWAY, WAN_PPPOE_USERNAME, WAN_PPPOE_PASSWORD

Example

http://ip:port/cgi-bin/url-cgi?USER=Admin&PWD=123456&WAN

Back to

HOME, URL CGI, SYSTEM CGI