blob: 87cdc898b604fe0086b05d80979fd7cf57a02425 [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 </Mininet1>
17 <POX2>
18 <host> 192.168.56.101 </host>
19 <user> openflow </user>
20 <password> openflow </password>
21 <type> PoxCliDriver </type>
22 <test_target> 1 </test_target>
23 <COMPONENTS>
24 <pox_lib_location> /home/openflow/pox/ </pox_lib_location>
25 <samples.of_tutorial></samples.of_tutorial>
26 </COMPONENTS>
27 </POX2>
28 </COMPONENT>
29</TOPOLOGY>