The HTTP API setting for cellular part is more complex. The whole process is as below:
- Ensure that all parameters in cellular part are in default.
- Back to the web page, clear all the cellular parameters to default.
- The command I use is:curl -u adm:inhand@123456 "10.5.62.197:4444/apply.cgi" -d "redial_ppp_profiles=1:TM::0::%3B2:inetd.it.vodafone.iot::0::;&wan3_ppp_apn=&wan3_ppp_authen=&wan3_ppp_sim2_passwd=&wan3_ppp_sim2_authen=&sim1_card_operator=&sim2_card_operator=&wan1_ppp_passwd=&wan1_ppp_sim2_apn=TM&wan1_ppp_sim2_callno=&wan1_ppp_sim2_passwd=&sim2_card_operator=2&sim1_card_operator=2&wan3_ppp_apn=cmnet&wan3_ppp_authen=0&wan3_ppp_passwd=&wan3_ppp_sim2_apn=TM&wan3_ppp_sim2_authen=0&wan3_ppp_sim2_passwd=&_service_action=wan1-restart,pppoe-restart,gnssagent-restart&_service_buffer=wan1-restart,pppoe-restart,gnssagent-restart" -H "Content-Type:text/plain"

