[2317] | 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="New Site Confirmation Test IG-CT-4 "> |
---|
| 12 | |
---|
| 13 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
| 14 | |
---|
| 15 | <openflow:group name="nysernet"> |
---|
| 16 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nysernet.org+datapath+00:00:04:7d:7b:6e:07:95" |
---|
| 17 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.nysernet.org+authority+am"> |
---|
| 18 | <openflow:port name="ge-1/1/2" num="2"/> <!-- to I2 NEWY 1750 --> |
---|
| 19 | <openflow:port name="te-1/1/50" num="50"/> <!-- to Syracuse switch - towards NYU InstaGENI--> |
---|
| 20 | </openflow:datapath> |
---|
| 21 | |
---|
| 22 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nysernet.org+datapath+00:00:08:9e:01:62:d6:06" |
---|
| 23 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.nysernet.org+authority+am"> |
---|
| 24 | <openflow:port name="te-1/1/50" num="50"/> <!-- to NYC switch --> |
---|
| 25 | <openflow:port name="ge-1/1/24" num="24"/> <!-- to NYSERNet IG rack --> |
---|
| 26 | </openflow:datapath> |
---|
| 27 | </openflow:group> |
---|
| 28 | |
---|
| 29 | <openflow:match> |
---|
| 30 | <openflow:use-group name="nysernet" /> |
---|
| 31 | <openflow:packet> |
---|
| 32 | <openflow:dl_type value="0x800,0x806"/> |
---|
| 33 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
| 34 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
| 35 | </openflow:packet> |
---|
| 36 | |
---|
| 37 | </openflow:match> |
---|
| 38 | |
---|
| 39 | </openflow:sliver> |
---|
| 40 | |
---|
| 41 | </rspec> |
---|