[1653] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- |
---|
| 3 | This rspec reserves OpenFlow resources in the BBN ExoGENI rack for |
---|
| 4 | EG-EXP-5-exp1 (Campus VMs with interfaces on VLAN 1750 and campus |
---|
| 5 | non-OF VLAN 3705) |
---|
| 6 | |
---|
| 7 | AM: https://bbn-hn.exogeni.gpolab.bbn.com:3626/foam/gapi/1 |
---|
| 8 | --> |
---|
| 9 | |
---|
| 10 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
| 11 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 12 | xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3" |
---|
| 13 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 14 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
| 15 | http://www.geni.net/resources/rspec/ext/openflow/3 |
---|
| 16 | http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd" |
---|
| 17 | type="request"> |
---|
| 18 | |
---|
| 19 | <openflow:sliver description="EG-EXP-5-exp1" email="lnevers@bbn.com"> |
---|
| 20 | |
---|
| 21 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
| 22 | |
---|
| 23 | <openflow:group name="bbn-exogeni"> |
---|
| 24 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:01:08:17:f4:b5:2a:00" |
---|
| 25 | component_manager_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+authority+am" /> |
---|
| 26 | </openflow:group> |
---|
| 27 | |
---|
| 28 | <openflow:match> |
---|
| 29 | <openflow:use-group name="bbn-exogeni" /> |
---|
| 30 | <openflow:packet> |
---|
| 31 | <openflow:dl_vlan value="1750"/> |
---|
| 32 | <openflow:dl_type value="0x800,0x806"/> |
---|
| 33 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
| 34 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
| 35 | </openflow:packet> |
---|
| 36 | </openflow:match> |
---|
| 37 | |
---|
| 38 | <openflow:match> |
---|
| 39 | <openflow:use-group name="bbn-exogeni" /> |
---|
| 40 | <openflow:packet> |
---|
| 41 | <openflow:dl_vlan value="3705"/> |
---|
| 42 | </openflow:packet> |
---|
| 43 | </openflow:match> |
---|
| 44 | |
---|
| 45 | </openflow:sliver> |
---|
| 46 | |
---|
| 47 | </rspec> |
---|