Skip to content

Commit

Permalink
Update mininet_part1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshkvl authored Mar 15, 2018
1 parent 762f506 commit d292dd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mininet_part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Topology with Single Switch and 4 Nodes.

![Alt text](imgs/topo1.png?raw=true "Single Topology")

RYU SDN Controller

```
ryu-manager ryu.app.simple_switch_13
```

Mininet Topology

```
sudo mn --controller=remote,ip=127.0.0.1 --mac -i 10.1.1.0/24 --switch=ovsk,protocols=OpenFlow13 --topo=single,4
Expand Down

0 comments on commit d292dd6

Please sign in to comment.