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

Last change on this file since 2077 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.6 KB
RevLine 
[1770]1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3AM: https://foam.instageni.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="ig-gpo-1750">
18      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+datapath+06:d6:84:34:97:c6:c9:00"
19        component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+authority+am" dpid="06:d6:84:34:97:c6:c9:00">
20        <openflow:port name="E1" num="97"/> <!-- VM Server 1 -->
21        <openflow:port name="E4" num="100"/> <!-- VM Server 2 -->
22        <openflow:port name="E24" num="120"/> <!-- to GPO FOAM -->
23      </openflow:datapath>
24    </openflow:group>
25
26    <openflow:match>
27      <openflow:use-group name="ig-gpo-1750" />
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
36  </openflow:sliver>
37</rspec>
38
Note: See TracBrowser for help on using the repository browser.