pingping-lin | ea32cf8 | 2015-10-08 22:37:37 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
| 5 | <host>127.0.0.1</host> |
| 6 | <user>admin</user> |
| 7 | <password></password> |
| 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> </COMPONENTS> |
| 11 | </ONOSbench> |
| 12 | |
| 13 | <ONOScli> |
| 14 | <host>127.0.0.1</host> |
| 15 | <user>admin</user> |
| 16 | <password></password> |
| 17 | <type>OnosCliDriver</type> |
| 18 | <connect_order>2</connect_order> |
| 19 | <COMPONENTS> </COMPONENTS> |
| 20 | </ONOScli> |
| 21 | |
| 22 | <ONOS1> |
| 23 | <host>OC1</host> |
| 24 | <user>sdn</user> |
| 25 | <password></password> |
| 26 | <type>OnosDriver</type> |
| 27 | <connect_order>3</connect_order> |
| 28 | <COMPONENTS> </COMPONENTS> |
| 29 | </ONOS1> |
| 30 | <ONOS1> |
| 31 | <host>OC2</host> |
| 32 | <user>sdn</user> |
| 33 | <password></password> |
| 34 | <type>OnosDriver</type> |
| 35 | <connect_order>3</connect_order> |
| 36 | <COMPONENTS> </COMPONENTS> |
| 37 | </ONOS1> |
| 38 | |
| 39 | <QuaggaCliSpeaker1> |
| 40 | <host>127.0.0.1</host> |
| 41 | <user>admin</user> |
| 42 | <password></password> |
| 43 | <type>QuaggaCliDriver</type> |
| 44 | <connect_order>4</connect_order> |
| 45 | <COMPONENTS> </COMPONENTS> |
| 46 | </QuaggaCliSpeaker1> |
| 47 | |
| 48 | <Mininet> |
| 49 | <host>OCN</host> |
| 50 | <user>admin</user> |
| 51 | <password></password> |
| 52 | <type>MininetCliDriver</type> |
| 53 | <connect_order>5</connect_order> |
| 54 | <COMPONENTS> |
| 55 | <home>~/Mininet/mininet/custom/</home> |
| 56 | </COMPONENTS> |
| 57 | </Mininet> |
| 58 | |
| 59 | </COMPONENT> |
| 60 | </TOPOLOGY> |
| 61 | |