source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-5/IG-EXP-5-exp1-openflow-i2.rspec @ 1436

Last change on this file since 1436 was 1436, checked in by lnevers@bbn.com, 12 years ago

removing rspecs from previous run, which ran as 1 experimenter and adding the current rspec which run as two experimters

  • Property svn:executable set to *
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources at Internet2
4used by the IG-EXP-5 experiment 1.
5AM: https://foam.net.internet2.edu:3626/foam/gapi/1
6-->
7<rspec xmlns="http://www.geni.net/resources/rspec/3"
8       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
9       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
10       xs:schemaLocation="http://www.geni.net/resources/rspec/3
11           http://www.geni.net/resources/rspec/3/request.xsd
12           http://www.geni.net/resources/rspec/ext/openflow/3
13           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
14       type="request">
15  <openflow:sliver description="IG-EXP-5-exp1 OpenFlow resources at Internet2."
16                   email="lnevers@bbn.com">
17
18 <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
19
20    <openflow:group name="i2-3716">
21      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:0e:84:40:39:18:1b" component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 NEWY 3716 -->
22      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:0e:84:40:39:18:58" component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 WASH 3716 -->
23      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:0e:84:40:39:19:96" component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 ATLA 3716 -->
24      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:0e:84:40:39:1a:57" component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 HOUS 3716 -->
25      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:0e:84:40:39:1b:93" component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 LOSA 3716 -->
26    </openflow:group>
27
28    <openflow:match>
29
30      <openflow:use-group name="i2-3716" />
31
32      <openflow:packet>
33        <openflow:dl_type value="0x800,0x806"/>
34        <openflow:nw_dst value="10.42.11.0/24"/>
35        <openflow:nw_src value="10.42.11.0/24"/>
36      </openflow:packet>
37
38    </openflow:match>
39
40  </openflow:sliver>
41
42</rspec>
Note: See TracBrowser for help on using the repository browser.