Skip to content
Michael Frey edited this page Jul 31, 2013 · 4 revisions

There are three test routers available in the DES testbed:

  • t9-203
  • t9-207
  • t9-213

You can start the daemon with the following shell script

t9-207:/home/user/ara-sim/testbed# ./des-ara.init start

and stop it via

t9-207:/home/user/ara-sim/testbed# ./des-ara.init stop

You should also fill up the arp cache on every machine the daemon runs, e.g.

t9-207:/home/user/ara-sim/testbed# fill_arp_cache

You can trigger the route discovery by generating traffic, e.g.:

t9-203:/home/user/ara-sim/testbed$ ping `host2tap t9-213`

Clone this wiki locally