forked from fp7-ofelia/vtplanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_request.xml
More file actions
44 lines (34 loc) · 1.42 KB
/
sample_request.xml
File metadata and controls
44 lines (34 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.1" encoding="UTF-8"?>
<rspec xmlns="http://www.geni.net/resources/rspec/3"
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xmlns:openflow="/opt/foam/schemas"
xs:schemaLocation="http://www.geni.net/resources/rspec/3
http://www.geni.net/resources/rspec/3/request.xsd
/opt/foam/schemas
/opt/foam/schemas/of-resv-3.xsd"
type="request">
<openflow:sliver email="rdoriguzzi@create-net.org" description="My GENI experiment">
<openflow:controller url="tcp:localhost:9933" type="primary" />
<openflow:group name="mygrp"/>
<openflow:vtplanner algorithm="vtplanner" ofversion="1.0" >
<openflow:switches>
<openflow:switch id="0" tablesize="medium" switchtype="hw"/>
<openflow:switch id="1" tablesize="medium" switchtype="hw"/>
<openflow:switch id="2" tablesize="medium" switchtype="hw"/>
<openflow:switch id="3" tablesize="medium" switchtype="hw"/>
</openflow:switches>
<openflow:edges>
<openflow:edge src="0" dst="1" bw="100M"/>
<openflow:edge src="0" dst="2" bw="100M"/>
<openflow:edge src="0" dst="3" bw="100M"/>
</openflow:edges>
</openflow:vtplanner>
<openflow:match>
<openflow:use-group name="mygrp" />
<openflow:packet>
<openflow:nw_src value="10.1.1.0/24" />
<openflow:dl_type value="0x810, 0x811"/>
</openflow:packet>
</openflow:match>
</openflow:sliver>
</rspec>