HowTo/ShareALanOnAHWSwitch: max-stanford-stitched.rspec

File max-stanford-stitched.rspec, 1.8 KB (added by sedwards@bbn.com, 10 years ago)

host1 and host 2 and stitched VLAN RSpec

Line 
1<rspec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2xmlns:sharedvlan="http://www.geni.net/resources/rspec/ext/shared-vlan/1"
3xmlns:client="http://www.protogeni.net/resources/rspec/ext/client/1"
4xmlns="http://www.geni.net/resources/rspec/3"
5xmlns:vtop="http://www.protogeni.net/resources/rspec/ext/emulab/1"
6xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1"
7xsi:schemaLocation="http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/request.xsd http://www.geni.net/resources/rspec/ext/shared-vlan/1 http://www.geni.net/resources/rspec/ext/shared-vlan/1/request.xsd  http://www.protogeni.net/resources/rspec/ext/emulab/1 vtop_extension.xsd" type="request">
8  <node client_id="host2" component_manager_id="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm" exclusive="false">
9    <sliver_type name="emulab-xen"/>
10    <interface client_id="host2:if0">
11      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
12    </interface>
13  </node>
14  <node client_id="host1" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" exclusive="false">
15    <sliver_type name="emulab-xen"/>
16    <interface client_id="xen:if0">
17      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
18    </interface>
19  </node>
20  <link client_id="stitched0">
21    <component_manager name="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm"/>
22    <component_manager name="urn:publicid:IDN+instageni.stanford.edu+authority+cm"/>
23    <interface_ref client_id="host2:if0"/>
24    <interface_ref client_id="xen:if0"/>
25    <property source_id="host2:if0" dest_id="xen:if0" capacity="100000"/>
26    <property source_id="xen:if0" dest_id="host2:if0" capacity="100000"/>
27    <vtop:link_attribute key="nomac_learning" value="yep"/>
28    <emulab:openflow_controller url="tcp:155.99.144.101:6633"/>
29  </link>
30</rspec>