[3183] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <rspec type="request" |
---|
| 3 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 5 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 6 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
| 7 | |
---|
| 8 | <node client_id="pg-uky" component_manager_id="urn:publicid:IDN+uky.emulab.net+authority+cm" exclusive="false"> |
---|
| 9 | <sliver_type name="emulab-xen"/> |
---|
| 10 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
| 11 | <interface client_id="pg-uky:if0"> |
---|
| 12 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> |
---|
| 13 | </interface> |
---|
| 14 | <interface client_id="pg-uky:if1"> |
---|
| 15 | <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/> |
---|
| 16 | </interface> |
---|
| 17 | </node> |
---|
| 18 | <node client_id="pg-uky2" component_manager_id="urn:publicid:IDN+uky.emulab.net+authority+cm" exclusive="false"> |
---|
| 19 | <sliver_type name="emulab-xen"/> |
---|
| 20 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
| 21 | <interface client_id="pg-uky2:if0"> |
---|
| 22 | <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/> |
---|
| 23 | </interface> |
---|
| 24 | </node> |
---|
| 25 | <node client_id="ig-wisc" component_manager_id="urn:publicid:IDN+instageni.wisc.edu+authority+cm" exclusive="false"> |
---|
| 26 | <sliver_type name="emulab-xen"/> |
---|
| 27 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
| 28 | <interface client_id="ig-wisc:if0"> |
---|
| 29 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> |
---|
| 30 | </interface> |
---|
| 31 | </node> |
---|
| 32 | <link client_id="link"> |
---|
| 33 | <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/> |
---|
| 34 | <component_manager name="urn:publicid:IDN+instageni.wisc.edu+authority+cm"/> |
---|
| 35 | <interface_ref client_id="pg-uky:if0"/> |
---|
| 36 | <interface_ref client_id="ig-wisc:if0"/> |
---|
| 37 | <property capacity="20000" source_id="pg-uky:if0" dest_id="ig-wisc:if0" /> |
---|
| 38 | <property capacity="20000" source_id="ig-wisc:if0" dest_id="pg-uky:if0" /> |
---|
| 39 | </link> |
---|
| 40 | |
---|
| 41 | <link client_id="link2"> |
---|
| 42 | <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/> |
---|
| 43 | <interface_ref client_id="pg-uky:if1"/> |
---|
| 44 | <interface_ref client_id="pg-uky2:if0"/> |
---|
| 45 | <property capacity="20000" source_id="pg-uky:if1" dest_id="pg-uky2:if0" /> |
---|
| 46 | <property capacity="20000" source_id="pg-uky2:if0" dest_id="pg-uky:if1" /> |
---|
| 47 | </link> |
---|
| 48 | |
---|
| 49 | </rspec> |
---|