Update Lab01 authored by Katharina Renk's avatar Katharina Renk
......@@ -93,30 +93,30 @@ In here, the UUID is also visible which we need for the next step:![Lab00_mne_li
#### Modify interface eth1
```bash
mne path set <UUID of Switch0> interfaces/interface[name=Ethernet1] --file ./lab00/s01-ethernet01.json --force-push
mne path set <UUID of Switch0> interfaces/interface[name=eth1] --file <path to Lab01>/switch0/s0-eth1.json --force-push
```
#### Modify interface eth2
```bash
mne path set <UUID of Switch0> interfaces/interface[name=Ethernet2] --file ./lab00/s01-ethernet02.json --force-push
mne path set <UUID of Switch0> interfaces/interface[name=eth2] --file <path to Lab01>/switch0/s0-eth2.json --force-push
```
#### Insert the routes
```bash
mne path set <UUID of Switch0> network-instances/network-instance[name=default]/protocols --file ./lab00/s01-route.json --force-push
mne path set <UUID of Switch0> network-instances/network-instance[name=default]/protocols --file <path to Lab01>/switch0/s0-route.json --force-push
```
### Switch 1
### Modify interface eth1
```bash
mne path set <UUID of Switch1> interfaces/interface[name=Ethernet1] --file ./lab00/s01-ethernet01.json --force-push
mne path set <UUID of Switch1> interfaces/interface[name=eth1] --file <path to Lab01>/switch1/s1-eth1.json --force-push
```
### Modify interface eth2
```bash
mne path set <UUID of Switch1> interfaces/interface[name=Ethernet2] --file ./lab00/s01-ethernet02.json --force-push
mne path set <UUID of Switch1> interfaces/interface[name=eth2] --file <path to Lab01>/switch1/s1-eth2.json --force-push
```
### Insert the routes
```bash
mne path set <UUID of Switch1> network-instances/network-instance[name=default]/protocols --file ./lab00/s01-route.json --force-push
mne path set <UUID of Switch1> network-instances/network-instance[name=default]/protocols --file <path to Lab01>/switch1/s1-route.json --force-push
```
## CLI and the controller
......
......