Problem Analysis P:
After the user enters the user name and password, the web authentication server authenticates the user and sends the authentication packet to the NE40E. As a result, the user fails to go online. After further comparison, it is found that the MD5 encryption algorithm of the web authentication server is different from the NE40E MD5 encryption algorithm. As a result, the NE40E fails to pass the check.
Log information that the authentication check message failed:
Dec 15 2018 17:35:19.919+05:30 FICUS-BNG-NE40E-X3 %BRASUM/7/BRUM_WEB_DBG_PACKET(d):VS=Admin-VS-CID=0x839c0414; Received packet from socket (length = 43 Vrf = 0): Version : 2 Type : authentication request Method : pap SerialNo : 8840 RequestID : 0 UserIP : 10.12.30.212 ErrorCode : 0 AttributeNumber : 2
Dec 15 2018 17:35:19.919+05:30 FICUS-BNG-NE40E-X3 %BRASUM/7/BRUM_WEB_DBG_EVENT(d):VS=Admin-VS-CID=0x839c0414; [Web-Evt] Check Authenticator, lResult = 4294967295
Dec 15 2018 17:35:19.919+05:30 FICUS-BNG-NE40E-X3 %BRASUM/7/BRUM_WEB_DBG_ERROR(d):VS=Admin-VS-CID=0x839c0414; [Web-Err] Enter New_WEB_PKT_RcvdMaskVersion,New_WEB_PKT_CheckAuthenticator nok
Dec 15 2018 17:35:19.919+05:30 FICUS-BNG-NE40E-X3 %BRASUM/7/BRUM_WEB_DBG_EVENT(d):VS=Admin-VS-CID=0x839c0414; [Web-Evt] CM_GetCidFromIPForWeb, (Userid:17282),(ulUserIP:10.12.30.212),(ulVrfIndex:0)
Dec 15 2018 17:35:19.919+05:30 FICUS-BNG-NE40E-X3 %BRASUM/7/BRUM_WEB_DBG_ERROR(d):VS=Admin-VS-CID=0x839c0414; [Web-Err] Fail to process packet for version (2) not support or authenticator error
|
Comparison between the web authentication server and NE40E MD5 encryption result:
Solution:
Check whether the shared key of the web authentication server and NE40E are the same.
If the shared key is the same, please adjust the MD5 encryption algorithm of the web authentication server to the standard encryption algorithm.


