-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
21 lines (18 loc) · 786 Bytes
/
Copy pathreadme.txt
File metadata and controls
21 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1) Initial Steps
-------------
a) Copy the <source> folder to mininet vm's home directory < /home/mininet >
b) Execute the router.py for controller program written in python
2) Steps for executing the Controller in mininet
-------------------------------------------
a) Execute
$ chmod +x pwospf.py
$ ./run_controller
3) Steps for executing the topology in mininet
-------------------------------------------
a) Execute
$ chmod +x topology.py
$ ./run_topology
b) Open the topology file <full_topology.mn>
c) Run the miniedit topology and mininet prompt will be open
d) Execute a sample pingall and see the connectivity ( mininet> pingall )
4) Brief Software Design and Test results are present in the StaticRoutingReport.pdf