source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-5/EG-EXP-5-scenario1/EG-EXP-5-scenario1-openflow-bbn.rspec @ 3460

Last change on this file since 3460 was 1322, checked in by lnevers@bbn.com, 12 years ago

updated configuration to capture addition of RENCI shared VLAN hosts and local BBN Meso-scale MyPLC site

File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec xmlns="http://www.geni.net/resources/rspec/3"
3       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
4       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
5       xs:schemaLocation="http://www.geni.net/resources/rspec/3
6           http://www.geni.net/resources/rspec/3/request.xsd
7           http://www.geni.net/resources/rspec/ext/openflow/3
8           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
9       type="request">
10
11  <openflow:sliver description="Sliver to allow BBN, BBN ExoGENI, Clemson MyPLC and Rutgers WAPG over 3716 "
12                   email="lnevers@bbn.com">
13
14    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33017" type="primary" />
15
16   <openflow:group name="bbn-1750-nodes">
17
18     <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:24:a8:c4:b9:00"     
19                       component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am"
20                       dpid="06:d6:00:24:a8:c4:b9:00">
21      <openflow:port name="32" num="56"/>
22      <openflow:port name="47" num="71"/>
23    </openflow:datapath>
24  </openflow:group>
25
26    <openflow:group name="poblano-1750-nlr-3716">
27      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
28                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
29        <openflow:port num="5"/>
30        <openflow:port num="15"/>
31        <openflow:port num="11"/>
32        <openflow:port num="20"/>
33      </openflow:datapath>
34    </openflow:group>
35
36    <openflow:match>
37
38      <openflow:use-group name="bbn-1750-nodes" />
39      <openflow:use-group name="poblano-1750-nlr-3716" />
40
41      <openflow:packet>
42        <openflow:dl_type value="0x800,0x806"/>
43        <openflow:nw_dst value="10.42.11.0/24"/>
44        <openflow:nw_src value="10.42.11.0/24"/>
45      </openflow:packet>
46
47    </openflow:match>
48  </openflow:sliver>
49
50</rspec>
Note: See TracBrowser for help on using the repository browser.