class RouterShellExt extends Object
Routing and route discovery agent shell extension. This extension should be loaded immediately after MacShellExt.
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
__init__(ScriptEngine engine) |
|
static String |
addroute(int to, Integer via = null, AgentID link = null, boolean reliability = true) |
|
static String |
addroute(Map params) |
|
static String |
delroute(String id) |
|
static String |
delroutes() |
|
static String |
delroutesto(int node) |
|
static String |
editroute(Map params, String uuid) |
|
static AgentID |
getRdp() |
|
static AgentID |
getRouter() |
|
static String |
getRoutes() |
|
static String |
ping(int n, int m = 3, long timeout = 60000) |
|
static String |
routes(int to = -1) |
|
static String |
rreq(int n, int maxhops = 3, int count = 3, float interval = 20f) |
|
static String |
trace(int n, int timeout = 60000) |