LOGIN

Description

Login the device and get the level of this logon. Currently, there are two levels for logon user. They are root and user levels. In root level, all features are available. In user level, the feature is very limited.

The account name and password are given within this URL but not as the input argument. For example, this URL was entered as

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

The account name and password are carried in this URL. The device will response this logon after it checks this user account information.

The error message will be returned if the account name or password is incorrect.

Input Argument

None

Attribute

Return of Message

If root level logon:
LOGIN='1'
If user level logon:
LOGIN='2'
If the account name or password is incorrect
ERROR: bad account/password

Applicability

Status

Valid

See Also

ACCOUNT, ACCOUNT_ROOT_NAME, ACCOUNT_ROOT_PASSWORD, ACCOUNT_USER_NAME_N, ACCOUNT_USER_PASSWORD_N, ACCOUNT_USER_N

Example

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

Back to

HOME, SYSTEM CGI