NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

Fiddlin's avatar
Fiddlin
Tutor
Mar 16, 2022
Solved

Read status of LM1200

Does anyone know of a way to read the status of an LM1200 without watching the web page?  I would like to use anything similar to SNMP to just get a text reading of connection status, cell signal level, session data usage and data/days remaining.

  • You can try to log in to WebUI as admin and capture the model.json log. It will present the info you require. If you need any help on reading the logs, I can help.

     

    - Logon to the webui (http://192.168.1.1 ) as an administrator
    - Navigate to URL http://192.168.1.1/model.json via the same browser window
    - Capture the results (by selecting all + copy) and send it back

     

    Hope this helps.

     

    Thanks

     

6 Replies

  • JohnPeng's avatar
    JohnPeng
    NETGEAR Expert

    You can try to log in to WebUI as admin and capture the model.json log. It will present the info you require. If you need any help on reading the logs, I can help.

     

    - Logon to the webui (http://192.168.1.1 ) as an administrator
    - Navigate to URL http://192.168.1.1/model.json via the same browser window
    - Capture the results (by selecting all + copy) and send it back

     

    Hope this helps.

     

    Thanks

     

    • Fiddlin's avatar
      Fiddlin
      Tutor

      Thanks John!  There is a ton of data in there.  That should work great for building a small status display app.

      • Fiddlin's avatar
        Fiddlin
        Tutor

        Well, the data is in there, but so far, I have not figured out how to get the full (logged in version) model.json data with a script rather than just getting it with a browser.  Do you have any suggestions?