1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
4 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
5 | http://www.geni.net/resources/rspec/3/request.xsd" |
---|
6 | type="request"> |
---|
7 | |
---|
8 | <node client_id="GPO-OG" component_manager_id="urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am" exclusive="false"> |
---|
9 | <sliver_type name="m1.small"/> |
---|
10 | <interface client_id="GPO-OG:if0"> |
---|
11 | <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/> |
---|
12 | </interface> |
---|
13 | <interface client_id="GPO-OG:if1"> |
---|
14 | <ip address="10.10.4.1" netmask="255.255.255.0" type="ipv4"/> |
---|
15 | </interface> |
---|
16 | </node> |
---|
17 | <node client_id="CLEM-OG" component_manager_id="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am" exclusive="false"> |
---|
18 | <sliver_type name="m1.small"/> |
---|
19 | <interface client_id="CLEM-OG:if0"> |
---|
20 | <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/> |
---|
21 | </interface> |
---|
22 | <interface client_id="CLEM-OG:if1"> |
---|
23 | <ip address="10.10.4.2" netmask="255.255.255.0" type="ipv4"/> |
---|
24 | </interface> |
---|
25 | </node> |
---|
26 | <link client_id="linkX"> |
---|
27 | <component_manager name="urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am"/> |
---|
28 | <component_manager name="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am"/> |
---|
29 | <interface_ref client_id="GPO-OG:if0"/> |
---|
30 | <interface_ref client_id="CLEM-OG:if0"/> |
---|
31 | <property source_id="GPO-OG:if0" dest_id="CLEM-OG:if0"/> |
---|
32 | <property source_id="CLEM-OG:if0" dest_id="GPO-OG:if0"/> |
---|
33 | </link> |
---|
34 | <link client_id="linkY"> |
---|
35 | <component_manager name="urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am"/> |
---|
36 | <component_manager name="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am"/> |
---|
37 | <interface_ref client_id="GPO-OG:if1"/> |
---|
38 | <interface_ref client_id="CLEM-OG:if1"/> |
---|
39 | <property source_id="GPO-OG:if1" dest_id="CLEM-OG:if1"/> |
---|
40 | <property source_id="CLEM-OG:if1" dest_id="GPO-OG:if1"/> |
---|
41 | </link> |
---|
42 | </rspec> |
---|