GENIRacksInteroperability: interop-openflow-meso-bbn.rspec

File interop-openflow-meso-bbn.rspec, 2.0 KB (added by lnevers@bbn.com, 12 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec xmlns="http://www.geni.net/resources/rspec/3"
3       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
4       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
5       xs:schemaLocation="http://www.geni.net/resources/rspec/3
6           http://www.geni.net/resources/rspec/3/request.xsd
7           http://www.geni.net/resources/rspec/ext/openflow/3
8           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
9       type="request">
10
11  <openflow:sliver description="Sliver to allow BBN, BBN ExoGENI, Clemson MyPLC and Rutgers WAPG over 3716 "
12                   email="lnevers@bbn.com">
13
14    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33017" type="primary" />
15
16   <openflow:group name="bbn-1750-nodes">
17
18     <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:24:a8:c4:b9:00"     
19                       component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am"
20                       dpid="06:d6:00:24:a8:c4:b9:00">
21      <openflow:port name="32" num="56"/>
22      <openflow:port name="47" num="71"/>
23    </openflow:datapath>
24  </openflow:group>
25
26    <openflow:group name="poblano-1750-nlr-3716">
27      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
28                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
29        <openflow:port num="5"/>
30        <openflow:port num="15"/>
31        <openflow:port num="20"/>
32      </openflow:datapath>
33    </openflow:group>
34
35    <openflow:match>
36
37      <openflow:use-group name="bbn-1750-nodes" />
38      <openflow:use-group name="poblano-1750-nlr-3716" />
39
40      <openflow:packet>
41        <openflow:dl_type value="0x800,0x806"/>
42        <openflow:nw_dst value="10.42.11.0/24"/>
43        <openflow:nw_src value="10.42.11.0/24"/>
44      </openflow:packet>
45
46    </openflow:match>
47  </openflow:sliver>
48
49</rspec>