Opened 6 years ago
#1501 new
Exogeni stitching does not provide default bandwidth for site to site connection
Reported by: | lnevers@bbn.com | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | EXOGENI | Version: | SPIRAL9 |
Keywords: | Cc: | ||
Dependencies: |
Description
In a scenario where the ExoSM is used to request a site to site connection using ExoGENI Stitching via the GENI AM API Interface.
ExoSM used to default to 100Mbps when bandwidth is not specified for a link requested, this is no longer the case. The sliver has no bandwidth associated with its link and results in both VMs and links in an "unknown" state.
Temporary Workarounds:
1) Specify bandwidth on the link in the rspec:
<link client_id="link"> <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> <component_manager name="urn:publicid:IDN+exogeni.net:gwuvmsite+authority+cm"/> <interface_ref client_id="ig-gpo:if0"/> <interface_ref client_id="eg-gwu:if0"/> <property source_id="ig-gpo:if0" dest_id="eg-gwu:if0" capacity="20000"/> <property source_id="eg-gwu:if0" dest_id="ig-gpo:if0" capacity="20000"/> </link>
2)Use the command line option to specify bandwidth:
--defaultCapacity=100000
Note: See
TracTickets for help on using
tickets.