Skip to content

Commit 7d921e5

Browse files
author
Brandon Heller
committed
Suggest starting the topo first
1 parent 0c158f3 commit 7d921e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ See INSTALL for install first.
44

55
== Running RipL on POX with Mininet ==
66

7-
RipL-POX must use the exact same topology as Mininet. Order shouldn't matter.
8-
9-
# Run POX
10-
cd ~/
11-
~/pox/pox.py riplpox.riplpox --topo=ft,4 --routing=random
7+
RipL-POX must use the exact same topology as Mininet. Order shouldn't matter, but to reduce the initial debug output caused by IPv6 link-layer discovery messages that get broadcast, start up the topology first:
128

139
# Running Mininet w/a Fat Tree topology, in a second window:
1410
cd ~/
1511
sudo mn --custom ~/ripl/ripl/mn.py --topo ft,4 --controller=remote --mac
1612

13+
# Run POX
14+
cd ~/
15+
~/pox/pox.py riplpox.riplpox --topo=ft,4 --routing=random
16+
1717
== Verifying the setup ==
1818

1919
In mininet console:

0 commit comments

Comments
 (0)