Hi Xi,
I am using this:
<?xml version="1.0" encoding="UTF-8"?>
<rspec type="request"
<node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+
instageni.gpolab.bbn.com+authority+cm" exclusive="false">
<sliver_type name="raw-pc"/>
<services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
<interface client_id="ig-gpo:if0">
<ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
</interface>
</node>
<node client_id="ig-max" component_manager_id="urn:publicid:IDN+
instageni.maxgigapop.net+authority+cm" exclusive="false">
<sliver_type name="raw-pc"/>
<services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
<interface client_id="ig-max:if0">
<ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
</interface>
</node>
<link client_id="link">
<interface_ref client_id="ig-gpo:if0"/>
<interface_ref client_id="ig-max:if0"/>
<property capacity="100000" source_id="ig-gpo:if0" dest_id="ig-max:if0" />
<property capacity="100000" source_id="ig-max:if0" dest_id="ig-gpo:if0" />
</link>
</rspec>
It seems related to maxgigapop site.
-Thanks
-Mo