Hi all,
I’m new to GenieACS. I’ve got a server running. I’ve gotten some devices to connect via TR-069 to GenieACS, but have hit a roadblock while I get Error_LoginFailed in the DiagnosticState
I had set my Upload Parameter using API
–data ‘{“name”:“setParameterValues”, “parameterValues”: [[“InternetGatewayDevice.UploadDiagnostics.DiagnosticsState”, “Requested”, “xsd:string”],[“InternetGatewayDevice.UploadDiagnostics.DSCP”, “46”, “xsd:string”],[“InternetGatewayDevice.UploadDiagnostics.Interface”, “InternetGatewayDevice.WANDevice.2.WANConnectionDevice.1.WANPPPConnection.1”, “xsd:string”],[“InternetGatewayDevice.UploadDiagnostics.UploadURL”, “ftp://domain.com/upload/”, “xsd:string”],[“InternetGatewayDevice.UploadDiagnostics.TestFileLength”, “20000000”, “xsd:string”]]}’
) "
However, while I re-GetParameter Value with Curl:
–data ‘{“name”: “getParameterValues”, “parameterNames”: [“InternetGatewayDevice.UploadDiagnostics.DiagnosticsState”, “InternetGatewayDevice.UploadDiagnostics.TCPOpenRequestTime”, “InternetGatewayDevice.UploadDiagnostics.ROMTime”, “InternetGatewayDevice.UploadDiagnostics.TotalBytesSent”, “InternetGatewayDevice.UploadDiagnostics.BOMTime”, “InternetGatewayDevice.UploadDiagnostics.EOMTime”, “InternetGatewayDevice.UploadDiagnostics.TCPOpenResponseTime”] }’
) "
I get a InternetGatewayDevice.UploadDiagnostics.DiagnosticsState = Error_LoginFailed
Check with the CPE and they had enable FTP Authentication.