<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
    This scenario is used to generate a traffic matrix with a constant demand of 250 Mbs
    between each nodes on the abilene topology. It will create the file TM0-topo-11N-28L.xml

    Author : Fabian Skivee (skivee@run.montefiore.ulg.ac.be)
-->
<scenario
    xsi:schemaLocation="http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be http://totem.run.montefiore.ulg.ac.be/Schema/Scenario-v1_3.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be">
    <loadDomain file="examples/abilene/abilene.xml" defaultDomain="true"/>
    <trafficMatrixGeneration ASID="11537" TMID="0" type="Constant">
        <param name="value">250</param>
    </trafficMatrixGeneration>
</scenario>

