1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- Request Rspec for Openflow at BBN Meso-scale site |
---|
3 | |
---|
4 | AM: https://foam.gpolab.bbn.com: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="Sliver for Confirmation Test " |
---|
17 | email="lnevers@bbn.com"> |
---|
18 | |
---|
19 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
20 | |
---|
21 | <openflow:group name="bbn-1750-nodes"> |
---|
22 | |
---|
23 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:24:a8:c4:b9:00" |
---|
24 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am" |
---|
25 | dpid="06:d6:00:24:a8:c4:b9:00"> |
---|
26 | <openflow:port name="9" num="33"/> |
---|
27 | </openflow:datapath> |
---|
28 | </openflow:group> |
---|
29 | |
---|
30 | <openflow:group name="poblano-1750-nlr-3716"> |
---|
31 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0" |
---|
32 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am"> |
---|
33 | <openflow:port num="5"/> <!-- to NLR 3716 --> |
---|
34 | <openflow:port num="15"/> <!-- to BBN ExoGENI rack --> |
---|
35 | <openflow:port num="16"/> <!-- to BBN InstaGENI rack --> |
---|
36 | <openflow:port num="20"/> <!-- to habanero --> |
---|
37 | </openflow:datapath> |
---|
38 | </openflow:group> |
---|
39 | |
---|
40 | <openflow:match> |
---|
41 | |
---|
42 | <openflow:use-group name="bbn-1750-nodes" /> |
---|
43 | <openflow:use-group name="poblano-1750-nlr-3716" /> |
---|
44 | |
---|
45 | <openflow:packet> |
---|
46 | <openflow:dl_type value="0x800,0x806"/> |
---|
47 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
48 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
49 | </openflow:packet> |
---|
50 | |
---|
51 | </openflow:match> |
---|
52 | </openflow:sliver> |
---|
53 | |
---|
54 | </rspec> |
---|