Example of a Packet-only Reservation RSpec for OFAM
Table 1: Example of a Packet-only Reservation RSpec for UNIVBRIS OFELIA OFAM.
1 | <rspec xmlns=”http://www.geni.net/resources/rspec/3″ xmlns:xs=”http://www.w3.org/2001/XMLSchema-instance” xmlns:openflow=”http://www.geni.net/resources/rspec/ext/openflow/3″ xs:schemaLocation=”http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/request.xsd http://www.geni.net/resources/rspec/ext/openflow/3 http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd” type=”request”> |
2 | <openflow:sliver email=”f.francois@bristol.ac.uk” description=”OF request example”> |
3 | <openflow:controller url=”tcp:10.216.22.51:6633″ type=”primary”/> |
4 | <openflow:group name=”fs1″> |
5 | <openflow:datapath component_manager_id=”urn:publicid:IDN+openflow:ofam:univbris+authority+cm” component_id=”urn:publicid:IDN+openflow:ofam:univbris+datapath+05:00:00:00:00:00:00:01″ dpid=”05:00:00:00:00:00:00:01″> |
6 | <openflow:port name=”GBE0/6″ num=”6″/> |
7 | <openflow:port name=”GBE0/20″ num=”20″/> |
8 | </openflow:datapath> |
9 | <openflow:datapath component_id=”urn:publicid:IDN+openflow:ofam:univbris+datapath+05:00:00:00:00:00:00:02″ component_manager_id=”urn:publicid:IDN+openflow:ofam:univbris+authority+cm” dpid=”05:00:00:00:00:00:00:02″> |
10 | <openflow:port name=”GBE0/16″ num=”16″/> |
11 | <openflow:port name=”GBE0/5″ num=”5″/> |
12 | </openflow:datapath> |
13 | <openflow:datapath component_id=”urn:publicid:IDN+openflow:ofam:univbris+datapath+05:00:00:00:00:00:00:03″ component_manager_id=”urn:publicid:IDN+openflow:ofam:univbris+authority+cm” dpid=”05:00:00:00:00:00:00:03″> |
14 | <openflow:port name=”GBE0/16″ num=”16″/> |
15 | <openflow:port name=”GBE0/15″ num=”15″/> |
16 | </openflow:datapath> |
17 | <openflow:datapath component_id=”urn:publicid:IDN+openflow:ofam:univbris+datapath+05:00:00:00:00:00:00:04″ component_manager_id=”urn:publicid:IDN+openflow:ofam:univbris+authority+cm” dpid=”05:00:00:00:00:00:00:04″> |
18 | <openflow:port name=”GBE0/16″ num=”16″/> |
19 | <openflow:port name=”GBE0/8″ num=”8″/> |
20 | </openflow:datapath> |
21 | </openflow:group> |
22 | <openflow:match> |
23 | <openflow:use-group name=”fs1″ /> |
24 | <openflow:packet> |
25 | <openflow:dl_type value = “0x800,0x806″/> |
26 | <openflow:dl_vlan value= “56”/> |
27 | </openflow:packet> |
28 | </openflow:match> |
29 | </openflow:sliver> |
30 | </rspec> |