Parent: [180d2e] (diff)

Download this file

config.xml    131 lines (123 with data), 4.2 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0"?>
<Configuration>
<ConnectionSets>
<ConnectionSet id="all">
<SimTime t="0">
<Connection src="S1_DC" dst="TOR1_DC" qosCube="1"/>
<Connection src="S2_DC" dst="TOR1_DC" qosCube="1"/>
<Connection src="S3_DC" dst="TOR2_DC" qosCube="1"/>
<Connection src="S4_DC" dst="TOR2_DC" qosCube="1"/>
<Connection src="TOR1_DC" dst="AS1_DC" qosCube="1"/>
<Connection src="TOR1_DC" dst="AS2_DC" qosCube="1"/>
<Connection src="TOR2_DC" dst="AS1_DC" qosCube="1"/>
<Connection src="TOR2_DC" dst="AS2_DC" qosCube="1"/>
</SimTime>
</ConnectionSet>
</ConnectionSets>
<Switch id="AS1">
<!--
This contains the whole mapping of the network.
It can be used to the Dif Allocator of every element.
-->
<DA>
<Directory>
<!--
How the DIF name are formatted?
They contain, for reading purposes, the initial letter of the "upper"
element in the simulation and the initial letter of the "bottom" element.
Example: A1T1 means Aggregator1 to Tor1.
-->
<!-- Aggregator side naming of the Shims -->
<APN apn="AS1_DC">
<DIF difName="A1T1" ipcAddress="1"/>
<DIF difName="A1T2" ipcAddress="1"/>
</APN>
<APN apn="AS2_DC">
<DIF difName="A2T1" ipcAddress="1"/>
<DIF difName="A2T2" ipcAddress="1"/>
</APN>
<!-- TOR side naming of the Shims -->
<APN apn="TOR1_DC">
<DIF difName="A1T1" ipcAddress="2"/>
<DIF difName="A2T1" ipcAddress="2"/>
<DIF difName="T1S1" ipcAddress="1"/>
<DIF difName="T1S2" ipcAddress="1"/>
</APN>
<APN apn="TOR2_DC">
<DIF difName="A1T2" ipcAddress="2"/>
<DIF difName="A2T2" ipcAddress="2"/>
<DIF difName="T2S3" ipcAddress="1"/>
<DIF difName="T2S4" ipcAddress="1"/>
</APN>
<!-- Server side naming of the Shims -->
<APN apn="S1_DC">
<DIF difName="T1S1" ipcAddress="2"/>
</APN>
<APN apn="S2_DC">
<DIF difName="T1S2" ipcAddress="2"/>
</APN>
<APN apn="S3_DC">
<DIF difName="T2S3" ipcAddress="2"/>
</APN>
<APN apn="S4_DC">
<DIF difName="T2S4" ipcAddress="2"/>
</APN>
<!-- AE side naming of the DC IPCs -->
<APN apn="App1">
<DIF difName="DC" ipcAddress="S1"/>
</APN>
<APN apn="App2">
<DIF difName="DC" ipcAddress="S2"/>
</APN>
<APN apn="App3">
<DIF difName="DC" ipcAddress="S3"/>
</APN>
<APN apn="App4">
<DIF difName="DC" ipcAddress="S4"/>
</APN>
</Directory>
</DA>
</Switch>
<Switch id="AS2">
</Switch>
<QoSCubesSet>
<QosCube id="1">
<AverageBandwidth>12000000</AverageBandwidth>
<AverageSDUBandwidth>1000</AverageSDUBandwidth>
<PeakBandwidthDuration>24000000</PeakBandwidthDuration>
<PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
<BurstPeriod>10000000</BurstPeriod>
<BurstDuration>1000000</BurstDuration>
<UndetectedBitError>0.01</UndetectedBitError>
<MaxSDUSize>1500</MaxSDUSize>
<PartialDelivery>0</PartialDelivery>
<IncompleteDelivery>0</IncompleteDelivery>
<ForceOrder>0</ForceOrder>
<MaxAllowableGap>0</MaxAllowableGap>
<Delay>1000000</Delay>
<Jitter>500000</Jitter>
<CostTime>0</CostTime>
<CostBits>0</CostBits>
<ATime>0</ATime>
</QosCube>
<QosCube id="2">
<AverageBandwidth>12000000</AverageBandwidth>
<AverageSDUBandwidth>1000</AverageSDUBandwidth>
<PeakBandwidthDuration>24000000</PeakBandwidthDuration>
<PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
<BurstPeriod>10000000</BurstPeriod>
<BurstDuration>1000000</BurstDuration>
<UndetectedBitError>0.01</UndetectedBitError>
<MaxSDUSize>1500</MaxSDUSize>
<PartialDelivery>0</PartialDelivery>
<IncompleteDelivery>0</IncompleteDelivery>
<ForceOrder>1</ForceOrder>
<MaxAllowableGap>0</MaxAllowableGap>
<Delay>1000000</Delay>
<Jitter>500000</Jitter>
<CostTime>0</CostTime>
<CostBits>0</CostBits>
<ATime>0</ATime>
</QosCube>
</QoSCubesSet>
</Configuration>