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="New Site EG-CT-4" email="lnevers@bbn.com"> |
---|
12 | |
---|
13 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
14 | |
---|
15 | <openflow:group name="habanero-1750"> |
---|
16 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:24:a8:c4:b9:00" |
---|
17 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am"> |
---|
18 | <openflow:port name="33" num="57"/> |
---|
19 | <openflow:port name="47" num="71"/> |
---|
20 | </openflow:datapath> |
---|
21 | </openflow:group> |
---|
22 | |
---|
23 | <openflow:group name="poblano-1750"> |
---|
24 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0" |
---|
25 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am"> |
---|
26 | <openflow:port num="7"/> <!-- to NLR 3716 --> |
---|
27 | <openflow:port num="15"/> <!-- to BBN ExoGENI rack --> |
---|
28 | <openflow:port num="16"/> <!-- to BBN InstaGENI rack --> |
---|
29 | <openflow:port num="20"/> <!-- to habanero --> |
---|
30 | </openflow:datapath> |
---|
31 | </openflow:group> |
---|
32 | |
---|
33 | <openflow:match> |
---|
34 | |
---|
35 | <openflow:use-group name="habanero-1750" /> |
---|
36 | <openflow:use-group name="poblano-1750" /> |
---|
37 | |
---|
38 | <openflow:packet> |
---|
39 | <openflow:dl_type value="0x800,0x806"/> |
---|
40 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
41 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
42 | </openflow:packet> |
---|
43 | |
---|
44 | </openflow:match> |
---|
45 | </openflow:sliver> |
---|
46 | |
---|
47 | </rspec> |
---|