1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This rspec will reserve the OpenFlow resources at Rutgers |
---|
4 | used by the EG-EXP-5 Experiment 1. |
---|
5 | |
---|
6 | AM: https://nox.orbit-lab.org:3626/foam/gapi/1 |
---|
7 | --> |
---|
8 | |
---|
9 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
10 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
11 | xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3" |
---|
12 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
13 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
14 | http://www.geni.net/resources/rspec/ext/openflow/3 |
---|
15 | http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd" |
---|
16 | type="request"> |
---|
17 | |
---|
18 | <openflow:sliver description="EG-EXP-5-exp1" email="lnevers@bbn.com"> |
---|
19 | |
---|
20 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
21 | |
---|
22 | <openflow:group name="rutgers-site"> |
---|
23 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:internal2.orbit-lab.org+datapath+00:00:00:10:10:17:34:01" |
---|
24 | component_manager_id="urn:publicid:IDN+openflow:foam:internal2.orbit-lab.org+authority+am"> |
---|
25 | <openflow:port name="GBE0/9" num="9"/> |
---|
26 | <openflow:port name="GBE0/10" num="10"/> |
---|
27 | <openflow:port name="GBE0/16" num="16"/> |
---|
28 | </openflow:datapath> |
---|
29 | </openflow:group> |
---|
30 | |
---|
31 | <openflow:group name="rutgers-1750-i2-3716"> |
---|
32 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:internal2.orbit-lab.org+datapath+00:00:00:10:10:17:50:01" |
---|
33 | component_manager_id="urn:publicid:IDN+openflow:foam:internal2.orbit-lab.org+authority+am"> |
---|
34 | <openflow:port name="GBE0/3" num="3"/> |
---|
35 | <openflow:port name="GBE0/5" num="5"/> |
---|
36 | <openflow:port name="GBE0/9" num="9"/> |
---|
37 | <openflow:port name="GBE0/10" num="10"/> |
---|
38 | <openflow:port name="GBE0/11" num="11"/> |
---|
39 | <openflow:port name="GBE0/12" num="12"/> |
---|
40 | </openflow:datapath> |
---|
41 | </openflow:group> |
---|
42 | |
---|
43 | <openflow:match> |
---|
44 | |
---|
45 | <openflow:use-group name="rutgers-site" /> |
---|
46 | <openflow:use-group name="rutgers-1750-i2-3716" /> |
---|
47 | |
---|
48 | <openflow:packet> |
---|
49 | <openflow:dl_type value="0x800,0x806"/> |
---|
50 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
51 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
52 | </openflow:packet> |
---|
53 | |
---|
54 | </openflow:match> |
---|
55 | |
---|
56 | </openflow:sliver> |
---|
57 | |
---|
58 | </rspec> |
---|