source: trunk/of-example/openflow-gpo.rspec @ 3086

Last change on this file since 3086 was 1770, checked in by lnevers@bbn.com, 11 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.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3AM: https://foam.gpolab.bbn.com: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="gpo-1750">
18      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
19                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
20         <openflow:port name="GBE0/7" num="7"/> <!-- to NLR 2650 -->
21         <openflow:port name="GBE0/16" num="16"/>  <!-- to BBN InstaGENI rack -->
22      </openflow:datapath>
23    </openflow:group>
24    <openflow:match>
25
26      <openflow:use-group name="gpo-1750" />
27      <openflow:packet>
28        <openflow:dl_type value="0x800,0x806"/>
29        <openflow:nw_dst value="10.42.11.0/24"/>
30        <openflow:nw_src value="10.42.11.0/24"/>
31      </openflow:packet>
32
33    </openflow:match>
34
35  </openflow:sliver>
36</rspec>
Note: See TracBrowser for help on using the repository browser.