Adding figures to ECN and MRI exercises (#84)
* adding a figure of the network setup to ecn * adding a figure of the network setup for MRI
This commit is contained in:
parent
b41473fcc0
commit
727b4f82f4
@ -41,12 +41,15 @@ network in Mininet to test its behavior.
|
|||||||
(`10.0.<Switchid>.<hostID>`).
|
(`10.0.<Switchid>.<hostID>`).
|
||||||
* The control plane programs the P4 tables in each switch based on
|
* The control plane programs the P4 tables in each switch based on
|
||||||
`sx-commands.txt`
|
`sx-commands.txt`
|
||||||
|
|
||||||
2. We want to send a low rate traffic from `h1` to `h2` and a high
|
2. We want to send a low rate traffic from `h1` to `h2` and a high
|
||||||
rate iperf traffic from `h11` to `h22`. The link between `s1` and
|
rate iperf traffic from `h11` to `h22`. The link between `s1` and
|
||||||
`s2` is common between the flows and is a bottleneck because we
|
`s2` is common between the flows and is a bottleneck because we
|
||||||
reduced its bandwidth to 512kbps in topology.json. Therefore, if we
|
reduced its bandwidth to 512kbps in topology.json. Therefore, if we
|
||||||
capture packets at `h2`, we should see the right ECN value.
|
capture packets at `h2`, we should see the right ECN value.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
3. You should now see a Mininet command prompt. Open four terminals
|
3. You should now see a Mininet command prompt. Open four terminals
|
||||||
for `h1`, `h11`, `h2`, `h22`, respectively:
|
for `h1`, `h11`, `h2`, `h22`, respectively:
|
||||||
```bash
|
```bash
|
||||||
|
BIN
P4D2_2017_Fall/exercises/ecn/setup.png
Normal file
BIN
P4D2_2017_Fall/exercises/ecn/setup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
@ -50,6 +50,8 @@ switch in Mininet to test its behavior.
|
|||||||
capture packets at `h2`, we should see high queue size for that
|
capture packets at `h2`, we should see high queue size for that
|
||||||
link.
|
link.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
3. You should now see a Mininet command prompt. Open four terminals
|
3. You should now see a Mininet command prompt. Open four terminals
|
||||||
for `h1`, `h11`, `h2`, `h22`, respectively:
|
for `h1`, `h11`, `h2`, `h22`, respectively:
|
||||||
```bash
|
```bash
|
||||||
|
BIN
P4D2_2017_Fall/exercises/mri/setup.png
Normal file
BIN
P4D2_2017_Fall/exercises/mri/setup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
Loading…
x
Reference in New Issue
Block a user