source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-5/EG-EXP-5-exp1-openflow-eg-gpo.rspec @ 1653

Last change on this file since 1653 was 1653, checked in by lnevers@bbn.com, 11 years ago

adding files used in EG-EXP-5

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec reserves OpenFlow resources in the BBN ExoGENI rack for
4EG-EXP-5-exp1 (Campus VMs with interfaces on VLAN 1750 and campus
5non-OF VLAN 3705)
6
7AM: 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>
Note: See TracBrowser for help on using the repository browser.