blob: 618e442b9bd4cbdd681af97211e7d66bc2c31439 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001<TOPOLOGY>
2
3 <COMPONENT>
4 <Mininet1>
5 <host> 192.168.56.101 </host>
6 <user> = openflow </user>
7 <password> openflow </password>
8 <type> MininetCliDriver </type>
9 <COMPONENTS>
10 # Specify the Option for mininet
11 <topo> single </topo>
12 <topocount> 3 </topocount>
13 <switch> ovsk </switch>
14 <controller> remote </controller>
15 </COMPONENTS>
16 <POX2>
17 <host> 192.168.56.101 </host>
18 <user> openflow </user>
19 <password> openflow </password>
20 <type> PoxCliDriver </type>
21 <no-cli> 1 </no-cli> #or '0' if want to run in cli mode
22 <COMPONENTS>
23 <pox_lib_location> /home/openflow/pox/ </pox_lib_location>
24 <samples.of_tutorial></samples.of_tutorial>
25 </COMPONENTS>
26 </POX2>
27 </COMPONENT>
28</TOPOLOGY>