8021X

 

Description

Get or Set IEEE 802.1X authentication configurations.

The IEEE 802.1X is the port based network access contorl standard. There are many EAPOL protocols in the IEEE 802.1X such as EAP_TLS, EAP_MD5, EAL_LEAP,... Currently, only EAP_TLS is supported here.

This URL is only for root. The error return message "not authorized" will be returned if the login account level is user.
The URL is not on-fly. It needs to save and reboot device to take changes effective.

Input Argument

State,Ver,UserName,UserPwd

Input Argument Possible Values Description
State 0 (Disabled) or 1 (Enabled) Enable or Disable IEEE 802.1X function
Ver 1 (version 1.0) or 2 (Version 2.0) EAP Protocol Version
UserName 0~16 characters not inlcude '\0'.
refer to Valid Character in Login Name
user name. To make 802.1X work, user name should not be NULL.
UserPwd 0~16 characters not inlcude '\0'.
refer to Valid Character in Login Password
user password. To make 802.1X work, user name should not be NULL.

Attribute

Return of Message

8021X='0,2,,'

OK: 8021X='0,2,,'
or
ERROR: 8021X='0,2,,'
or
ERROR: 8021X not found or
ERROR: not authorized

Applicability

Platform Devices Supported Firmware Version
PlatformA Camera, Video server A1D-220-V3.13and later
PlatformT Camera, Video server A1D-310-V4.09 and later
PlatformK Camera A1D-311-V5.02 and later

Statue

Valid

See also

URLs in UPDATE CGI

8021X_CA, 8021X_USERCA, 8021X_USERKEY

Example

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&8021X
or
http://ip:port/cgi-bin/cmd/system?8021X

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&8021X=1,2,user_name,user_pwd
or
http://ip:port/cgi-bin/cmd/system?8021X=1,2,user_name,user_pwd

Back To

HOME, SYSTEM CGI, UPDATE CGI