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" > |
---|
9 | <sliver_type name="emulab-xen"/> |
---|
10 | <services> <execute command="sudo yum 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 | |
---|
19 | <node client_id="pg-uky1" component_manager_id="urn:publicid:IDN+uky.emulab.net+authority+cm" > |
---|
20 | <sliver_type name="emulab-xen"/> |
---|
21 | <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services> |
---|
22 | <interface client_id="pg-uky1:if0"> |
---|
23 | <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/> |
---|
24 | </interface> |
---|
25 | </node> |
---|
26 | |
---|
27 | <node client_id="ig-ill" component_manager_id="urn:publicid:IDN+instageni.illinois.edu+authority+cm" > |
---|
28 | <sliver_type name="emulab-xen"/> |
---|
29 | <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services> |
---|
30 | <interface client_id="ig-ill:if0"> |
---|
31 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> |
---|
32 | </interface> |
---|
33 | </node> |
---|
34 | <link client_id="link1"> |
---|
35 | <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/> |
---|
36 | <component_manager name="urn:publicid:IDN+instageni.illinois.edu+authority+cm"/> |
---|
37 | <interface_ref client_id="pg-uky:if0"/> |
---|
38 | <interface_ref client_id="ig-ill:if0"/> |
---|
39 | <property capacity="20000" source_id="pg-uky:if0" dest_id="ig-ill:if0" /> |
---|
40 | <property capacity="20000" source_id="ig-ill:if0" dest_id="pg-uky:if0" /> |
---|
41 | </link> |
---|
42 | <link client_id="link2"> |
---|
43 | <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/> |
---|
44 | <interface_ref client_id="pg-uky:if1"/> |
---|
45 | <interface_ref client_id="pg-uky1:if0"/> |
---|
46 | <property capacity="20000" source_id="pg-uky:if1" dest_id="pg-uky1:if0" /> |
---|
47 | <property capacity="20000" source_id="pg-uky1:if0" dest_id="pg-uky:if1" /> |
---|
48 | </link> |
---|
49 | |
---|
50 | </rspec> |
---|