Routing settings

The following values of the querytype field are used to manage the routing:

  • getroute - get the routing parameters;
  • setroute - set the routing parameters:
    • route_add_1 - address of host or network;
    • route_via_1 - address of gateway;
    • route_add_2 - address of host or network;
    • route_via_2 - address of gateway;
    • route_add_3 - address of host or network;
    • route_via_3 - address of gateway.


The following values of the querytype field are used to manage the traceroute:

  • gettrace - get the trace status text;

Answer example

<trace status="traceroute to 192.168.0.25 (192.168.0.25), 30 hops max, 38 byte packets 1 192.168.0.25 (192.168.0.25) 10.000 ms 0.000 ms 0.000 ms "/>


  • settrace - set the parameters and start trace routine:
    • addr - address or name of traced host.