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 void |
addroute(int to, int via, def link = null, boolean reliability = true) |
|
static void |
delroute(def n) |
|
static void |
delroutes() |
|
static void |
delroutesto(def node) |
|
static AgentID |
getRdp() |
|
static AgentID |
getRouter() |
|
static String |
ping(int n, int m = 3, long timeout = 30000) |
|
static String |
routes(Integer n = null) |
|
static String |
rreq(int n, int maxhops = 3, int count = 3, float interval = 20f) |
|
static String |
trace(int n, int timeout = 60000) |