... | ... | @@ -103,9 +103,6 @@ mne set 401982c5-fb98-4402-b98f-1b6d30915fc4 network-instances/network-instance[ |
|
|
### 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=Ethernet2] --file ./lab00/s01-ethernet02.json --force-push
|
|
|
mne path set <UUID of Switch0> network-instances/network-instance[name=default]/protocols --file ./lab00/s01-route.json --force-push
|
|
|
mne set <UUID of Switch0> network-instances/network-instance[name=default]/tables --file ./lab00/tables.json --force-push
|
|
|
```
|
|
|
### Modify interface eth2
|
|
|
```bash
|
... | ... | |