<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
    This scenario creates two LSPs on ATT network and displays the link bandwidth reservation.

    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_1.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be">
    <loadDomain file="examples/att/att.xml" removeMultipleLinks="true" defaultDomain="true"/>
    <startAlgo name="CSPF"/>
    <LSPCreation ASID="1234" src="4" dst="1" bw="5">
        <routingAlgo name="CSPF"/>
    </LSPCreation>
    <LSPCreation ASID="1234" src="0" dst="10" bw="5">
        <routingAlgo name="CSPF"/>
    </LSPCreation>
    <ShowLinkInfo type="RESERVATION" verbose="false" SPFtype="CSPFTEMetric" TMID="0"/>
</scenario>
