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.

If the CHANNEL=n was set with this URL to the multiple channel video encoders, this URL will be treated as read-only command and the Router's WAN port PPPoE setting will be returned.

Input Argument

character string (<64 bytes for username and password)
The valid characters for username and password are defined in the Valid Character in Login Password in Valid Characters in URI document.
Note: ISP allows some special characters in the PPPoE user name. Therefore, the valid characters in the WAN_PPPOE_USERNAME has to follow the Valid Character in Login Password not Valid Character in Login Name.

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

HOME, SYSTEM CGI