WAN_PPPOE_USERNAME, WAN_PPPOE_PASSWORD
Description
Get or set the PPPoE configuration on WAN port. These Settings are only valid if only if the WAN_TYPE is PPPoE. The input argument string length will be checked before apply it.
If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL will be treated as read-only command and the Router's WAN port PPPoE setting will be returned.
Input Argument
Character strings (< 64 Bytes)
Attribute
Return of Message
WAN_PPPOE_USERNAME=''
WAN_PPPOE_PASSWORD=''
OK: WAN_PPPOE_USERNAME=''
OK: WAN_PPPOE_PASSWORD=''
or
ERROR: WAN_PPPOE_USERNAME=''
ERROR: WAN_PPPOE_PASSWORD=''
Applicability
Status
Valid
See Also
WAN, WAN_STATUS, V2_WAN_STATUS, WAN_TYPE, WAN_IP, WAN_NETMASK, WAN_GATEWAY
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&WAN_PPPOE_USERAME
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&WAN_PPPOE_PASSWORD
or
http://ip:port/cgi-bin/cmd/system?WAN_PPPOE_USERNAME
http://ip:port/cgi-bin/cmd/system?WAN_PPPOE_PASSWORD
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&WAN_PPPOE_USERAME=''
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&WAN_PPPOE_PASSWORD=''
or
http://ip:port/cgi-bin/cmd/system?WAN_PPPOE_USERNAME=''
http://ip:port/cgi-bin/cmd/system?WAN_PPPOE_PASSWORD=''
Back to
¡@