source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-5/IG-EXP-5-exp1-openflow-ig-gpo.rspec @ 1652

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

Some updated for Rutgers and Indiana OpenFlow as well as some other minor changes

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3RSpec for IG-EXP-5-exp1
4AM: https://foam.instageni.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    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
18
19    <openflow:group name="bbn-instageni">
20      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+datapath+06:d6:84:34:97:c6:c9:00"
21        component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+authority+am"  />
22    </openflow:group>
23
24    <openflow:match>
25
26      <openflow:use-group name="bbn-instageni" />
27
28      <openflow:packet>
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  </openflow:sliver>
36</rspec>
37
Note: See TracBrowser for help on using the repository browser.