blob: 565a71a0679e1754ab800c7ed1e488a6d776d916 [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 <DPCTL1>
18 <host> 192.168.56.101 </host>
19 <user> openflow </user>
20 <password> openflow </password>
21 <test_target> 1</test_target>
22 <type> DpctlCliDriver </type>
23 <src> h2 </src>
24 <target> h3 </target>
25 <controller> c1 </controller>
26 <COMPONENTS>
27 </COMPONENTS>
28 </DPCTL1>
29 </COMPONENT>
30</TOPOLOGY>