| <TOPOLOGY> |
| <COMPONENT> |
| |
| <ONOSbench> |
| <host>10.128.10.20</host> |
| <user>admin</user> |
| <password></password> |
| <type>OnosDriver</type> |
| <connect_order>1</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </ONOSbench> |
| |
| <ONOScli1> |
| <host>10.128.10.20</host> |
| <user>admin</user> |
| <password></password> |
| <type>OnosCliDriver</type> |
| <connect_order>2</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </ONOScli1> |
| |
| <ONOS1> |
| <host>10.128.10.21</host> |
| <user>admin</user> |
| <password></password> |
| <type>OnosDriver</type> |
| <connect_order>3</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </ONOS1> |
| |
| <Mininet1> |
| <host>10.128.10.20</host> |
| <user>admin</user> |
| <password></password> |
| <type>MininetCliDriver</type> |
| <connect_order>4</connect_order> |
| <COMPONENTS> |
| #Specify the Option for mininet |
| <arg1> --topo=tree,3,3 </arg1> |
| <arg2> </arg2> |
| <arg3> </arg3> |
| <controller> remote </controller> |
| </COMPONENTS> |
| </Mininet1> |
| |
| </COMPONENT> |
| </TOPOLOGY> |