blob: 7a181d720dd92cdd48a228a8774a320a676eaed5 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001<TOPOLOGY>
2 <COMPONENT>
3 <FlowVisor1>
4 <host>192.168.56.101</host>
5 <user> openflow </user>
6 <fvadmin_pwd></fvadmin_pwd>
7 <password>openflow</password>
8 <type>FlowVisorDriver</type>
9 <COMPONENTS>
10 </COMPONENTS>
11
12 </FlowVisor1>
13
14 <Mininet1>
15 <host>192.168.56.101</host>
16 <user> openflow</user>
17 <password> openflow</password>
18 <type>MininetCliDriver</type>
19 <COMPONENTS>
20 # Specify the Option for mininet
21 <topo> single</topo>
22 <topocount>3</topocount>
23 <switch> ovsk </switch>
24 <controller> remote </controller>
25 </COMPONENTS>
26 </Mininet1>
27
28 <POX2>
29 <host> 192.168.56.102 </host>
30 <user> openflow </user>
31 <password> openflow </password>
32 <type> PoxCliDriver </type>
33 <test_target> 1 </test_target>
34 <COMPONENTS>
35 <pox_lib_location> /home/openflow/pox/ </pox_lib_location>
36 <samples.of_tutorial></samples.of_tutorial>
37 </COMPONENTS>
38 </POX2>
39
40
41 </COMPONENT>
42
43</TOPOLOGY>