source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-5/EG-EXP-5-exp2-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.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3EG-EXP-5-exp1 (Campus VMs on OF VLAN 1750 and non-OF VLAN 3705)
4AM: https://bbn-hn.exogeni.gpolab.bbn.com:3626/foam/gapi/1
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="EG-EXP-5-exp1" email="lnevers@bbn.com">
17
18    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33019" type="primary" />
19
20    <openflow:group name="bbn-exogeni">
21      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:01:08:17:f4:b5:2a:00"
22                component_manager_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+authority+am" />
23    </openflow:group>
24
25    <openflow:match>
26      <openflow:use-group name="bbn-exogeni" />
27      <openflow:packet>
28        <openflow:dl_vlan value="1750"/>
29        <openflow:dl_type value="0x800,0x806"/>
30        <openflow:nw_dst value="10.42.19.0/24"/>
31        <openflow:nw_src value="10.42.19.0/24"/>
32      </openflow:packet>
33    </openflow:match>
34
35  </openflow:sliver>
36
37</rspec>
Note: See TracBrowser for help on using the repository browser.