1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | AM: https://foam.net.internet2.edu:3626/foam/gapi/1 |
---|
4 | --> |
---|
5 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
6 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
7 | xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3" |
---|
8 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
9 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
10 | http://www.geni.net/resources/rspec/ext/openflow/3 |
---|
11 | http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd" |
---|
12 | type="request"> |
---|
13 | |
---|
14 | <openflow:sliver description="OpenFlow Experiment Example" email="lnevers@bbn.com"> |
---|
15 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
16 | |
---|
17 | <openflow:group name="i2-losa-1750"> |
---|
18 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+06:d6:00:12:e2:22:63:38" |
---|
19 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" |
---|
20 | dpid="06:d6:00:12:e2:22:63:38"> <!-- I2 Los Angeles 3715 Path --> |
---|
21 | <openflow:port name="GBE0/12" num="12"/> <!-- I2 UEN 1750 --> |
---|
22 | <openflow:port name="GBE0/13" num="13"/> <!-- I2 Los Angeles 3715 Port --> |
---|
23 | </openflow:datapath> |
---|
24 | </openflow:group> |
---|
25 | |
---|
26 | <openflow:group name="i2-atla-3715"> |
---|
27 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:83:00:12:e2:22:63:6e" |
---|
28 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" |
---|
29 | dpid="0e:83:00:12:e2:22:63:6e"> <!-- I2 ATLA 3715 --> |
---|
30 | </openflow:datapath> |
---|
31 | </openflow:group> |
---|
32 | |
---|
33 | <openflow:group name="i2-hous-3715"> |
---|
34 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:83:00:12:e2:22:81:42" |
---|
35 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" |
---|
36 | dpid="0e:83:00:12:e2:22:81:42"> <!-- I2 HOUS 3715 --> |
---|
37 | </openflow:datapath> |
---|
38 | </openflow:group> |
---|
39 | |
---|
40 | <openflow:group name="i2-losa-3715"> |
---|
41 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:83:00:12:e2:22:63:38" |
---|
42 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" |
---|
43 | dpid="0e:83:00:12:e2:22:63:38"> <!-- I2 LOSA 3715 --> |
---|
44 | </openflow:datapath> |
---|
45 | </openflow:group> |
---|
46 | |
---|
47 | <openflow:match> |
---|
48 | <openflow:use-group name="i2-atla-3715" /> |
---|
49 | <openflow:use-group name="i2-hous-3715" /> |
---|
50 | <openflow:use-group name="i2-losa-3715" /> |
---|
51 | <openflow:use-group name="i2-losa-1750" /> |
---|
52 | <openflow:packet> |
---|
53 | <openflow:dl_type value="0x800,0x806"/> |
---|
54 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
55 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
56 | </openflow:packet> |
---|
57 | </openflow:match> |
---|
58 | |
---|
59 | </openflow:sliver> |
---|
60 | </rspec> |
---|