CONFIG_RESET

Description

Reset the device's configurations to the factory default configurations excepts the configurations which might cause the remote hosts fail to connect the device again after the factory default. Here list down the factors of fail of connection recovery.

  1. The WAN port link speed and duplex mode (SPEED_WAN)
  2. The WAN port connection type (WAN_TYPE)
  3. The IP/NETMASK/GATEWAY of WAN port. (WAN_IP, WAN_NETMASK, WAN_GATEWAY)
  4. The user name and password of PPPoE logon. (WAN_PPPOE_USERNAME, WAN_PPPOE_PASSWORD)
  5. The hostname of the device. In DHCP mode, the device might need host name to get the IP addresses from DHCP server. (LAN_HOSTNAME, DHCP_BY_HOSTNAME)
  6. UPnP configurations (UPNP_CONFIG)
  7. DNS configuration (DNS_PRIMARY, DNS_SECONDARY)
  8. DDNS configurations
  9. HTTP and HTTPS port numnbers (PORT_HTTP, PORT_HTTPS)
  10. HTTPS and IEEE 802.1x related files like private key, certificates
  11. ONVIF_STATE

The device will be rebooted after this URL.

If the CHANNEL=n was set with this URL to the Multi-Channel device, the error message, ERROR: CONFIG_RESET is not for channel devices, will be returned.

Input Argument

None

Attribute

Return of Message

OK
or
ERROR: CONFIG_RESET is not for channel devices

Applicability

Status

Valid

See Also

FACTORY_DEFAULT, SAVE_REBOOT, SAVE, REBOOT

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CONFIG_RESET
or
http://ip:port/cgi-bin/cmd/system?CONFIG_RESET

Back to

HOME, SYSTEM CGI