An OSPF Routing Simulation Program
-
Build binaries using
make -
Change into bin directory using
cd bin -
Run the simulator using
java simulator [options]where options can be:
-i <node_identifier> [default=1] -f <input_file> [default="ipfile"] -o <output_file> [default="outfile-<node_indentifier>.txt"] -h <HELLO_INTERVAL> [default=1] -a <LSA_INTERVAL> [default=5] -s <SPF_INTERVAL> [default=20] -d (enables debug mode)