Last change
on this file since 2318 was
1622,
checked in by lnevers@bbn.com, 12 years ago
|
updated dpid
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This rspec will reserve the OpenFlow resources in the BBN ExoGENI rack |
---|
4 | |
---|
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="New Site confirmation test at BBN ExoGENI." |
---|
17 | email="lnevers@bbn.com"> |
---|
18 | |
---|
19 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
20 | |
---|
21 | <openflow:group name="bbn-exogeni"> |
---|
22 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:01:08:17:f4:b5:2a:00" |
---|
23 | component_manager_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+authority+am" dpid="00:01:08:17:f4:b5:2a:00"> |
---|
24 | </openflow:datapath> |
---|
25 | |
---|
26 | </openflow:group> |
---|
27 | |
---|
28 | <openflow:match> |
---|
29 | |
---|
30 | <openflow:use-group name="bbn-exogeni" /> |
---|
31 | |
---|
32 | <openflow:packet> |
---|
33 | <openflow:dl_vlan value="1750"/> |
---|
34 | <openflow:dl_type value="0x800,0x806"/> |
---|
35 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
36 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
37 | </openflow:packet> |
---|
38 | |
---|
39 | </openflow:match> |
---|
40 | |
---|
41 | </openflow:sliver> |
---|
42 | |
---|
43 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.