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.
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
refer to Valid Character in Login Nameuser name. To make 802.1x work, user name should not be NULL. UserPwd 0~16 characters
refer to Valid Character in Login Passworduser password. To make 802.1x work, user name should not be NULL.
8021X='0,2,,'
OK: 8021X='0,2,,'
or
ERROR: 8021X='0,2,,'
or
ERROR: 8021X not found or
ERROR: not authorized
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
Valid
URLs in UPDATE CGI
8021X_CA, 8021X_USERCA, 8021X_USERKEY
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