Last change
on this file since 2076 was
1770,
checked in by lnevers@bbn.com, 12 years ago
|
RSpecs used to capture the experiment example for OpenFlow with VLAN 1750 - Topology: 1 VM RENCI ExoGENI, 1 VM GPO InstaGENI and 1 VM PG Utah
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | AM: https://rci-hn.exogeni.net: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="renci-1750"> |
---|
18 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:rci-hn.exogeni.net+datapath+00:01:08:17:f4:b3:5b:00" |
---|
19 | component_manager_id="urn:publicid:IDN+openflow:foam:rci-hn.exogeni.net+authority+am" > |
---|
20 | </openflow:datapath> |
---|
21 | </openflow:group> |
---|
22 | |
---|
23 | <openflow:match> |
---|
24 | |
---|
25 | <openflow:use-group name="renci-1750" /> |
---|
26 | |
---|
27 | <openflow:packet> |
---|
28 | <openflow:dl_vlan value="1750"/> |
---|
29 | <openflow:dl_type value="0x800,0x806"/> |
---|
30 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
31 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
32 | </openflow:packet> |
---|
33 | |
---|
34 | </openflow:match> |
---|
35 | |
---|
36 | </openflow:sliver> |
---|
37 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.