Topology

linonly.png

The topology addresses are part of the 'ROUTES' agent.

FAKE.(node)specify the IP address range that (node) can use for its traffic

Example Script

myroutes = scripts.Agent('ROUTES', 'rt1')
myroutes.Set({ 'FAKE.node1':'1.2.3.0/24',
               'FAKE.node2':'4.5.0.0/16' })
myroutes.Start()

Routing

linonly.png

The routing agents responds the object type 'ROUTES'.

igpset the internal network protocol (static or ospf)
egpset the external gateway protocol (static or bgp)
AS.#.nodesspecify the nodes that are part of AS(num)
TRANSIT.#.primespecify the ISP AS in transit relationship (num)
TRANSIT.#.peersspecify a list of client AS's in a transit relationship (num)
PEERS.#.listspecify the list of AS's in a peer relationship