1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This rspec will reserve the OpenFlow resources at Indiana |
---|
4 | AM: https://foam.noc.iu.edu:3626/foam/gapi/1 |
---|
5 | --> |
---|
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 | |
---|
16 | <openflow:sliver description="IG-EXP-5-exp2" email="lnevers@bbn.com"> |
---|
17 | |
---|
18 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33019" type="primary" /> |
---|
19 | |
---|
20 | <openflow:group name="indiana-1750-nlr-3716"> |
---|
21 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+datapath+06:d6:00:16:b9:cf:fc:40" |
---|
22 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+authority+am"> |
---|
23 | <openflow:port name="3" num="3"/> |
---|
24 | <openflow:port name="5" num="5"/> |
---|
25 | <openflow:port name="8" num="8"/> |
---|
26 | <openflow:port name="9" num="9"/> |
---|
27 | <openflow:port name="10" num="10"/> |
---|
28 | <openflow:port name="1" num="1"/> |
---|
29 | </openflow:datapath> |
---|
30 | </openflow:group> |
---|
31 | |
---|
32 | <openflow:group name="indiana-WAPG"> |
---|
33 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+datapath+06:d6:00:24:a8:fe:e1:00" |
---|
34 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+authority+am"> |
---|
35 | <openflow:port name="3" num="27"/> |
---|
36 | <openflow:port name="6" num="30"/> |
---|
37 | <openflow:port name="8" num="32"/> |
---|
38 | <openflow:port name="22" num="46"/> |
---|
39 | <openflow:port name="47" num="71"/> |
---|
40 | <openflow:port name="51" num="121"/> |
---|
41 | </openflow:datapath> |
---|
42 | </openflow:group> |
---|
43 | |
---|
44 | <openflow:match> |
---|
45 | |
---|
46 | <openflow:use-group name="indiana-1750-nlr-3716" /> |
---|
47 | <openflow:use-group name="indiana-WAPG" /> |
---|
48 | <openflow:packet> |
---|
49 | <openflow:dl_type value="0x800,0x806"/> |
---|
50 | <openflow:nw_dst value="10.42.19.0/24"/> |
---|
51 | <openflow:nw_src value="10.42.19.0/24"/> |
---|
52 | </openflow:packet> |
---|
53 | |
---|
54 | </openflow:match> |
---|
55 | |
---|
56 | </openflow:sliver> |
---|
57 | |
---|
58 | </rspec> |
---|