Parent: [6ccca6] (diff)

Child: [b323f7] (diff)

Download this file

config.xml    172 lines (165 with data), 4.8 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0"?>
<Configuration>
<Server id="Server1">
<IPC id="ipcProcess1">
<RA>
<Flows>
<Flow apn="TOR1_DC" qosCube="1"/>
</Flows>
</RA>
</IPC>
</Server>
<Server id="Server2">
<IPC id="ipcProcess1">
<RA>
<Flows>
<Flow apn="TOR1_DC" qosCube="1"/>
</Flows>
</RA>
</IPC>
</Server>
<Server id="Server3">
<IPC id="ipcProcess1">
<RA>
<Flows>
<Flow apn="TOR2_DC" qosCube="1"/>
</Flows>
</RA>
</IPC>
</Server>
<Server id="Server4">
<IPC id="ipcProcess1">
<RA>
<Flows>
<Flow apn="TOR2_DC" qosCube="1"/>
</Flows>
</RA>
</IPC>
</Server>
<Switch id="TOR1">
<IPC id="relayIpc">
<RA>
<Flows>
<Flow apn="AS1_DC" qosCube="1"/>
<Flow apn="AS2_DC" qosCube="1"/>
</Flows>
</RA>
</IPC>
</Switch>
<Switch id="TOR2">
<IPC id="relayIpc">
<RA>
<Flows>
<Flow apn="AS1_DC" qosCube="1"/>
<Flow apn="AS2_DC" qosCube="1"/>
</Flows>
</RA>
</IPC>
</Switch>
<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>