| <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> |
| |
| <ONOS1cli> |
| <host>10.128.10.20</host> |
| <user>admin</user> |
| <password></password> |
| <type>OnosCliDriver</type> |
| <connect_order>2</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </ONOS1cli> |
| |
| <ONOS1> |
| <host>10.128.20.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> |
| <arg1> --custom topo-100sw.py </arg1> |
| <arg2> --arp --mac --topo mytopo</arg2> |
| <arg3> </arg3> |
| <controller> remote </controller> |
| </COMPONENTS> |
| </Mininet1> |
| |
| <Mininet2> |
| <host>10.128.10.25</host> |
| <user>admin</user> |
| <password></password> |
| <type>RemoteMininetDriver</type> |
| <connect_order>5</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </Mininet2> |
| |
| </COMPONENT> |
| </TOPOLOGY> |