blob: a1e2c455071d1c54586b14ed8e8357ddbd217c4a [file] [log] [blame]
pingping-lin763ee042015-05-20 17:45:30 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <Mininet>
5 <host>127.0.0.1</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>MininetCliDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </Mininet>
12
13 <ONOSbench>
14 <host>127.0.0.1</host>
15 <user>admin</user>
16 <password></password>
17 <type>OnosDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS>
20 <home>~/onos</home>
21 </COMPONENTS>
22 </ONOSbench>
23
24 <ONOScli>
25 <host>127.0.0.1</host>
26 <user>admin</user>
27 <password></password>
28 <type>OnosCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS>
31 <home>~/onos</home>
32 </COMPONENTS>
33 </ONOScli>
34
35 <ONOS1>
36 <host>127.0.0.1</host>
37 <user>admin</user>
38 <password></password>
39 <type>OnosDriver</type>
40 <connect_order>4</connect_order>
41 <COMPONENTS>
42 <home>~/onos</home>
43 </COMPONENTS>
44 </ONOS1>
45
46 <QuaggaCliHost3>
47 <host>1.168.30.2</host>
48 <user>admin</user>
49 <password></password>
50 <type>QuaggaCliDriver</type>
51 <connect_order>5</connect_order>
52 <COMPONENTS> </COMPONENTS>
53 </QuaggaCliHost3>
54 <QuaggaCliHost4>
55 <host>1.168.30.3</host>
56 <user>admin</user>
57 <password></password>
58 <type>QuaggaCliDriver</type>
59 <connect_order>6</connect_order>
60 <COMPONENTS> </COMPONENTS>
61 </QuaggaCliHost4>
62 <QuaggaCliHost5>
63 <host>1.168.30.5</host>
64 <user>admin</user>
65 <password></password>
66 <type>QuaggaCliDriver</type>
67 <connect_order>7</connect_order>
68 <COMPONENTS> </COMPONENTS>
69 </QuaggaCliHost5>
70 <QuaggaCliHost>
71 <host>1.168.30.100</host>
72 <user>admin</user>
73 <password></password>
74 <type>QuaggaCliDriver</type>
75 <connect_order>8</connect_order>
76 <COMPONENTS> </COMPONENTS>
77 </QuaggaCliHost>
78
79
80 </COMPONENT>
81</TOPOLOGY>
82