Tim Lindberg | d2e5714 | 2013-05-13 22:59:13 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # BRINGS BACK UP ALL THE LINKS FOR THE HARDWARE DEMO AS SHOWN IN ONS 2013 |
| 3 | # link-hw.sh %s %s %s % (src_dpid, port1, cmd) |
| 4 | |
| 5 | ./link-hw.sh 00:00:00:00:ba:5e:ba:11 24 up |
| 6 | ./link-hw.sh 00:00:00:00:ba:5e:ba:11 23 up |
| 7 | |
| 8 | ./link-hw.sh 00:00:00:00:ba:5e:ba:13 22 up |
| 9 | ./link-hw.sh 00:00:00:00:ba:5e:ba:13 23 up |
| 10 | |
| 11 | ./link-hw.sh 00:00:00:00:00:00:ba:12 23 up |
| 12 | ./link-hw.sh 00:00:00:00:00:00:ba:12 22 up |
| 13 | ./link-hw.sh 00:00:00:00:00:00:ba:12 24 up |
| 14 | |
| 15 | ./link-hw.sh 00:01:00:16:97:08:9a:46 23 up |
| 16 | ./link-hw.sh 00:01:00:16:97:08:9a:46 24 up |
| 17 | |
| 18 | ./link-hw.sh 00:00:20:4e:7f:51:8a:35 21 up |
| 19 | ./link-hw.sh 00:00:20:4e:7f:51:8a:35 22 up |
| 20 | ./link-hw.sh 00:00:20:4e:7f:51:8a:35 24 up |
| 21 | ./link-hw.sh 00:00:20:4e:7f:51:8a:35 23 up |