|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CBGPSimulator | |
|---|---|
| be.ac.ucl.ingi.totem.repository | |
| be.ac.ucl.ingi.totem.scenario.model | |
| Uses of CBGPSimulator in be.ac.ucl.ingi.totem.repository |
|---|
| Classes in be.ac.ucl.ingi.totem.repository that implement CBGPSimulator | |
|---|---|
class |
CBGP
This class implements the Routing interface and is used to compute the interdomain routes available from a node towards a destination. |
| Uses of CBGPSimulator in be.ac.ucl.ingi.totem.scenario.model |
|---|
| Methods in be.ac.ucl.ingi.totem.scenario.model with parameters of type CBGPSimulator | |
|---|---|
java.lang.String |
CBGPInfo.actionGetAdjRIB(CBGPSimulator cbgp,
java.util.HashMap<java.lang.String,java.lang.String> paramsIndex)
Dumps the BGP Adjacent Routing Information Base(s) of the given router. |
java.lang.String |
CBGPInfo.actionGetLinks(CBGPSimulator cbgp,
java.util.HashMap<java.lang.String,java.lang.String> paramsIndex)
Dumps the list of links of the given router. |
java.lang.String |
CBGPInfo.actionGetPeers(CBGPSimulator cbgp,
java.util.HashMap<java.lang.String,java.lang.String> paramsIndex)
Dumps the neighbors of the given router. |
java.lang.String |
CBGPInfo.actionGetRIB(CBGPSimulator cbgp,
java.util.HashMap<java.lang.String,java.lang.String> paramsIndex)
Dumps the BGP Routing Information Base of the given router. |
java.lang.String |
CBGPInfo.actionGetRT(CBGPSimulator cbgp,
java.util.HashMap<java.lang.String,java.lang.String> paramsIndex)
Dumps the routing table of the given router. |
java.lang.String |
CBGPInfo.actionRecordRoute(CBGPSimulator cbgp,
java.util.HashMap<java.lang.String,java.lang.String> paramsIndex)
Dumps the traced-route from a source node to a destination node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||