Created
January 29, 2016 02:58
-
-
Save icarocamelo/6d48ed663ced30122346 to your computer and use it in GitHub Desktop.
EVC Update operation - Steps to test it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Setup 3 VM's in order to have 3 UNI's | |
| Use POSTMAN collection under /resources | |
| 1. ovs-vsctl set-manager tcp:10.0.1.6:6640 | |
| 2. Create UNI #1 (Use POSTMAN collection under /resources) | |
| 3. Create UNI #2 | |
| 4. Create UNI #3 | |
| 5.Create EVC #1 (UNI #1 to UNI #2) | |
| In the UNI #1 VM: | |
| - Check bridge and GRE tunnels and you should see: | |
| - Interface "gre1" | |
| type: gre | |
| options: {remote_ip="UNI #2 IP"} | |
| In the UNI #2 VM: | |
| - Check bridge and GRE tunnels and you should see: | |
| - Interface "gre1" | |
| type: gre | |
| options: {remote_ip="UNI #1 IP"} | |
| Check OPERATIONAL Datastore: | |
| GET (http://localhost:8181/restconf/operational/network-topology:network-topology/) | |
| You should see something like this: https://gist.github.com/icarocamelo/d57b98d2a3451727adb2 | |
| 6.Create EVC #2 (UNI #2 to UNI #3) | |
| In the UNI #2 VM: | |
| - Check bridge and GRE tunnels and you should see: | |
| - Interface "gre1" | |
| type: gre | |
| options: {remote_ip="UNI #3 IP"} | |
| In the UNI #3 VM: | |
| - Check bridge and GRE tunnels and you should see: | |
| - Interface "gre1" | |
| type: gre | |
| options: {remote_ip="UNI #2 IP"} | |
| Check OPERATIONAL Datastore: | |
| GET (http://localhost:8181/restconf/operational/network-topology:network-topology/) | |
| You should see something like this: https://gist.github.com/icarocamelo/b3c51967618210bb3bb3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment