Changes

Line 55: Line 55:  
In order to obtain a Session ID, type in the router's LAN IP address in the '''URL''' field, type in the login username and password in the '''User Auth.''' field. Then paste this command into the '''Content to send''' field and click '''Post''':
 
In order to obtain a Session ID, type in the router's LAN IP address in the '''URL''' field, type in the login username and password in the '''User Auth.''' field. Then paste this command into the '''Content to send''' field and click '''Post''':
   −
<b>{ "jsonrpc": "2.0", "id": 1, "method": "call", "params": [ "00000000000000000000000000000000", "session", "login", { "username": "root", "password": "<span style="color:orange">admin01</span>" } ] }</b>
+
 
 +
{  
 +
    "jsonrpc":"2.0", "id":1, "method":"call", "params":
 +
    [
 +
        "00000000000000000000000000000000", "session", "login",
 +
        {
 +
            "username":"root", "password":"<span style="color:orange">kaunastlt</span>"
 +
        }
 +
    ]
 +
}
 +
 
    
The section highlighted in orange is the router's admin password which by default is '''admin01'''. Replace this part with your router's password.
 
The section highlighted in orange is the router's admin password which by default is '''admin01'''. Replace this part with your router's password.

Navigation menu